sci: pull apart bindings in eval (#900)

This commit is contained in:
Michiel Borkent 2021-06-21 12:00:53 +02:00 committed by GitHub
parent e143eb1cb1
commit d90f4e7bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit aa26c292e39a3bb3169f56d1497e94c7c902ba80 Subproject commit 8f08012b8ec945ff859062e6b96877b21223f0df

View file

@ -314,7 +314,7 @@ Use bb run --help to show this help output.
(def namespaces (def namespaces
(cond-> (cond->
{'user {'*input* (ctx-fn {'user {'*input* (ctx-fn
(fn [_ctx] (fn [_ctx _bindings]
(force @input-var)) (force @input-var))
nil)} nil)}
'clojure.tools.cli tools-cli-namespace 'clojure.tools.cli tools-cli-namespace