-
Notifications
You must be signed in to change notification settings - Fork 112
add-project-dependency does not work with boot #238
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
Comments
None of the maintainers are boot users and due to the architecture of boot some stuff currently isn't working .e.g Given all that, if you want to start adding some boot support I'll happily merge the pull requests :) I suspect that this is real easy to fix, and a good way to get into emacs hacking! |
Do you know if alembic works with boot @mbuczko? We might be able to update |
I would be perfectly fine if clj-refactor just spitted Right now my workflow is:
|
@alexander-yakushev or @mbuczko: I'd love a verification that this actually works as intended. |
@expez just checked it out - dependencies are added to build.boot perfectly. |
Indeed, thank you Lars! |
I just added boot support to |
👍 |
awesome! now I feel almost like @magnars doing his magic in "parens of the dead" :) |
unfortunately this extremely useful function expects a project.clj. boot bases on build.boot where it holds all project dependencies (actually in the same way as leiningen does, so maybe it's not as hard to fix it).
would be great to have this function working, as boot gets more and more popularity nowadays :)
The text was updated successfully, but these errors were encountered: