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

Missing clojure.core/with-local-vars #383

Closed
jeroenvandijk opened this issue Aug 21, 2020 · 0 comments
Closed

Missing clojure.core/with-local-vars #383

jeroenvandijk opened this issue Aug 21, 2020 · 0 comments

Comments

@jeroenvandijk
Copy link
Contributor

jeroenvandijk commented Aug 21, 2020

Follow up of #382

version

Tested with babashka v0.1.3 (Sci version 91b553a)

platform

All, but tested on Mac Osx

problem

Exception about "Missing clojure.core/with-local-vars"

repro

Deps

export BABASHKA_CLASSPATH=$(clojure -Spath -Sdeps '{:deps {  borkdude/edamame {:mvn/version "0.0.11-alpha.13"} }  }')

Script

#!/usr/bin/env bb

(require 'clojure.core)
(in-ns 'clojure.core)

(def *clojure-version* {:major      1
                        :minor      10
                       :incremental 1
                       :qualifier   nil})

(in-ns 'user)

(require '[edamame.core :refer [parse-string]]))

Gives

clojure.lang.ExceptionInfo: Could not resolve symbol: with-local-vars [at clojure/tools/reader/impl/utils.clj, line 107, column 4]

expected behavior

No errors

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