Closed arichiardi closed 8 years ago
Just temporarily, the link to the diff is here.
This one is tricky, because :load-fn
is not used at all by the ClojureScript when it comes to load-file
so it is an expected behaviour that it reads when it finds a file, I will change the test and maybe specify it in the README somewhere
At the moment,
"(load-file \"foo/load.clj\")"
always loads the file if present in the source path, even if a:load-fn!
that returnsnil
is attached to theread-eval-call
options.The relevant code, that does not query
:load-fn!
at all is here