When I tried to use this for the first time, I got the error:
Method code too large!, compiling:(/tmp/form-init8994061610506342078.clj:1:982)
and glancing around the code I noticed that the entire project map is injected into the code to be evaluated in the project. My speculation is that some other plugin is causing the project map to be prohibitively large.
Would it be reasonable to pull out the relevant parts (maybe just :source-paths and :test-paths?) of the project map before injecting it into the form to eval?
When I tried to use this for the first time, I got the error:
and glancing around the code I noticed that the entire project map is injected into the code to be evaluated in the project. My speculation is that some other plugin is causing the project map to be prohibitively large.
Would it be reasonable to pull out the relevant parts (maybe just
:source-pathsand:test-paths?) of the project map before injecting it into the form to eval?