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
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
Interesting. load-file is a "REPL special" form which only really works at the REPL. I suppose we didn't predict the case where it would have been called inside eval. Do you wanna work on a fix?
I have an example
script.cljc
with a following content:Running
load-file
in REPL works as expected:However, it does not load inside eval:
Interestingly lumo's internal
execute-path
works inside eval:Would it be possible to make
load-file
work in eval context as well?The text was updated successfully, but these errors were encountered: