You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the core files of Conjure's Clojure support is so big and complex it now blows LuaJIT's 200 local limit when evaluating interactively.
; eval (file): ...conjure/fnl/conjure/client/clojure/nrepl/action.fnl; ...packer/start/conjure/lua/conjure/aniseed/deps/fennel.lua:730: [string "local _2amodule_locals_2a = ___replLocals___[..."]:213: main function has more than 200 local variables
I don't know if this'll ever happen with non-interactive compiling... maybe if it got big enough actually... :( if you have 200 functions defined it'll blow up. So can I find a way to mitigate this... this is an open ended ticket so I remember it + share this issue with users + maybe get some tips from people who have worked around this in the past.
The text was updated successfully, but these errors were encountered:
One of the core files of Conjure's Clojure support is so big and complex it now blows LuaJIT's 200 local limit when evaluating interactively.
I don't know if this'll ever happen with non-interactive compiling... maybe if it got big enough actually... :( if you have 200 functions defined it'll blow up. So can I find a way to mitigate this... this is an open ended ticket so I remember it + share this issue with users + maybe get some tips from people who have worked around this in the past.
The text was updated successfully, but these errors were encountered: