-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump snippets
dependency to 1.8.0
#972
Bump snippets
dependency to 1.8.0
#972
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to trust the green CI on this one as a simple dependency bump on this end, if we want to merge in time for the regular release
FWIW, One reason I like Oh, and I suppose being able to do |
I think it was only left external because the PR that added variables hadn't yet been reviewed and I was too busy at the time to push for its inclusion. But that PR landed long ago.
Even if you don't want to run Pulsar entirely from scratch, you can always |
Yeah according to #512 it says Otherwise I'd love to get |
I'm unsure if I have rational reasons left for not bundling I do worry that at the moment it will mean we simply run no tests for it whatsoever in CI, since there is a quirk of core repo's test runner, where because the On the other hand, specs are so broken at Would be wonderful to have the |
This bump incorporates the two features that just landed in
snippets
:/upcase
and/camelCase
withinsed
-style snippet transformation replacementsLINE_COMMENT
,BLOCK_COMMENT_START
, andBLOCK_COMMENT_END
After landing those, I tagged version 1.8.0 of
snippets
and pushed it to the repo. This PR updates Pulsar to use the new version.There's a future task to bring
snippets
into the core Pulsar repo. I don't have much of an opinion on when that should happen. It would be nice, though, if I could convince more of the core team that snippets were good and worth using, so that more of you had opinions on snippets and were able to understand these changes more deeply. :-)Since CI is green on
snippets
and should end up green on this PR, I think this is an easy merge, but I'm happy to get feedback on this one. Checking out this PR and running Pulsar from source will allow people to do manual testing of these new snippets features if they like.