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
Cannot require clojure.tools.reader
#209
Labels
Comments
I suspect https://dev.clojure.org/jira/browse/CLJS-2069 may be relevant. |
Upstream bug: https://dev.clojure.org/jira/browse/CLJS-2266 |
Still an issue in Lumo even if also upstream. |
Oh, sorry, not familiar with the policies :) |
kanaka
added a commit
to kanaka/mal
that referenced
this issue
Jul 27, 2017
- Pass down the CLJ_MODE value for DOCKERIZED builds in addition to run/tests. - Correct deps so that node_modules is installed for CLJ_MODE=cljs for all steps. - Lumo 1.6.0 is currently not able to install globally as root (anmonteiro/lumo#206) so add the local node_modules/.bin to the PATH in the run script. - Reader conditionals needed for clojure.reader/cljs.reader until this is fixed: anmonteiro/lumo#209
fixed in 1.7.0 |
micfan
pushed a commit
to micfan/make-a-lisp
that referenced
this issue
Dec 2, 2018
- Pass down the CLJ_MODE value for DOCKERIZED builds in addition to run/tests. - Correct deps so that node_modules is installed for CLJ_MODE=cljs for all steps. - Lumo 1.6.0 is currently not able to install globally as root (anmonteiro/lumo#206) so add the local node_modules/.bin to the PATH in the run script. - Reader conditionals needed for clojure.reader/cljs.reader until this is fixed: anmonteiro/lumo#209
luelista
pushed a commit
to luelista/mal
that referenced
this issue
Mar 10, 2024
- Pass down the CLJ_MODE value for DOCKERIZED builds in addition to run/tests. - Correct deps so that node_modules is installed for CLJ_MODE=cljs for all steps. - Lumo 1.6.0 is currently not able to install globally as root (anmonteiro/lumo#206) so add the local node_modules/.bin to the PATH in the run script. - Reader conditionals needed for clojure.reader/cljs.reader until this is fixed: anmonteiro/lumo#209
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With latest lumo (1.6):
cljs.user=> (require 'clojure.tools.reader) No such macros namespace: cljs.tools.reader, could not locate cljs/tools/reader.clj or cljs/tools/reader.cljc
However, the following works:
The text was updated successfully, but these errors were encountered: