This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Cache not working? #73
Labels
Comments
I guess Lumo only caches files from libraries according to my experience, which are specified in |
We can definitely cache the file you're executing, and there seems to be a Lumo bug there, but if the namespace and the path don't match (as in your example), it serves little purpose, as evaluation won't be able to find the cached source. |
@anmonteiro I'll change the namespace to |
That will probably work, but note this still doesn't work. It's an easy fix, though, and should make it to the next release |
@anmonteiro Thanks! No worries, I'm not in a hurry. |
anmonteiro
added a commit
that referenced
this issue
Feb 22, 2017
fixed f91d165 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have script in
script.cljs
:/~https://github.com/borkdude/rafflers/tree/master/borkdude-cljs-node-lumo
I execute this script like this:
The last argument can be any text file containing some lines. It will return a random line from the text file. It may also be omitted.
I expect the
.lumo_cache
to contain something after the initial run, but this directory stays empty.The text was updated successfully, but these errors were encountered: