-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
neil new
puts :neil :project :name ,,,
indented behind :aliases :build :nsdefault
#169
Comments
I'd prefer that too. Not sure why it happens, but might be something in borkdude/rewrite-edn as well. Feel free to have a peek! |
Just noticed this too! |
Feel free to post an issue + minimal repro at borkdude/rewrite-edn |
I started to explore this with a Clerk notebook, but I didn't really get anywhere (no repro). I believe the relevant neil function for this behavior is babashka.neil.project/assoc-project-meta!. Happy to discuss in Slack if someone wants to give it a shot. |
I mean a repro using rewrite-edn. |
Made an issue now. I didn't understand what you meant at first --- that this is actually something rewrite-edn is meant to handle! |
Hi!
When I run
neil new mylib
, I get thisdeps.edn
:I'd prefer if
:neil {:project {:name mylib/mylib}}
was on its own line, like this:Thoughts?
Log
I'm taking some notes as I go along. I don't want to create notifications for each edit, so I batch these together in the original post rather than create comments for each step.
2023-02-21
The call that puts
:neil {:project {:name ,,,}}
on the end of another line rather than on its own line appears to be:(r/assoc-in nodes [:aliases :neil :project k] v)
neil/src/babashka/neil/project.clj
Lines 29 to 38 in 65a078a
The text was updated successfully, but these errors were encountered: