-
Notifications
You must be signed in to change notification settings - Fork 7
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
leiningen integration doesnt apply middleware #1390
Comments
That should work, I think - how are you adding those? Is the source of the middleware open? If not, can you describe how you're adding them? |
adding them via plugins. source is not open, but i could mock something up if required. |
That would be great, then I can reproduce. Just a minimal example adding a dep & source path which doesn't work correctly. |
ok, turns out it is working in some situations (e.g. adding to :dependencies) but it is having some issue when adding to :source-paths git clone https://github.com/ohlo/lein-middleware-demo.git lein new proj-using-middleware then in the proj-using-middleware project.clj add using lein from cmd line with this project is fine. e.g. the errors intellij is reporting vary depending on what strings get added to :source-paths but include 'invalid stored block lengths' 'invalid distance too far back', 'invalid code lengths set' - and googling these gets results relating to corruption. i know its a pretty niche problem but it would really help us. thanks |
Just ran into this same problem. Is there a work around for this issue? |
Hi, I have some middleware which adds dependencies and source-paths (I know, I know, but this is the best working solution for us) but Cursive doesn't reflect the changes to the project made by the middleware.
Could it be made to do so?
Thanks
The text was updated successfully, but these errors were encountered: