Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error evaluating -e expression #1022

Open
mfikes opened this issue Nov 19, 2019 · 1 comment
Open

Error evaluating -e expression #1022

mfikes opened this issue Nov 19, 2019 · 1 comment

Comments

@mfikes
Copy link
Member

mfikes commented Nov 19, 2019

$ clj -m cljs.main -re node -e '(def x 1) (declare y) (try (assert (pos? x)) (def y (+ 1 2 x)) y (finally (assert (pos? y))))'
#'cljs.user/x
#'cljs.user/y
4
$ plk -e '(def x 1) (declare y) (try (assert (pos? x)) (def y (+ 1 2 x)) y (finally (assert (pos? y))))'
Execution error (TypeError) at (<cljs repl>:1).
Object is not a function (near '...$test:null)])));})()...')
@pyrmont
Copy link
Contributor

pyrmont commented Jan 23, 2020

Noting that this might be the same issue as #1025.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants