-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fix parsing of foo// #359
base: master
Are you sure you want to change the base?
Fix parsing of foo// #359
Conversation
Ah. Babashka has not yet upgraded to rewrite-clj 1.1.49. |
Fixed over at bababashka by our wonderful @borkdude, we can wait for the next bb release. |
If you need a development build:
|
Good idea! I confirm that with the dev build of |
Just waiting for the next bb release with the rewrite-clj update. @jeaye in the meantime:
|
I'll make a new release today, thanks for the reminder |
Released! |
Cool. I'll force a rebuild here with an empty commit. |
Great! Cljfmt CI now passes with new latest babashka. |
@jeaye so long as you are using bb latest, things should work even without this PR: $ bb -Sdeps '{:deps {dev.weavejester/cljfmt {:mvn/version "0.13.0"}}}'
Babashka v1.12.197 REPL.
Use :repl/quit or :repl/exit to quit the REPL.
Clojure rocks, Bash reaches.
user=> (require '[cljfmt.core :as cljfmt])
nil
user=> (cljfmt/reformat-string "foo//")
"foo//" |
Nice! 🎉 Thank you! |
Thanks for the commits. Can you remove the empty one? |
5778eee
to
cfe699d
Compare
Yep, squashed! |
Fixes #357