You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ To keep development of this project going, consider sponsoring. If you are
already a sponsor, thank you! ]
version: 1.0.168
[ Please specify which version of babashka you're using. You can find this with babashka --version. The documentation on the master branch may be ahead of the most released version. ]
platform: MacOS 12.6.1 on an M1 Mac.
[ Please specify which platform you are using babashka on, so you can test a
new binary when the issue is resolved. ]
problem: it’s missing
[ Please provide a short and to the point description of the problem ]
repro:
➜ bb
Babashka v1.0.168 REPL.
Use :repl/quit or :repl/exit to quit the REPL.
Clojure rocks, Bash reaches.
user=> (require '[clojure.pprint :as pp])niluser=> pp/code-dispatchCould not resolve symbol: pp/code-dispatch [at <repl>:5:-16]
[ Please provide a minimal working reproduction of the problem ]
expected behavior: I expected the namespace to include the var with its value being the function from the Clojure stdlib.
[ What is the behavior you expected to see? Please provide a minimal working example ]
[ To keep development of this project going, consider sponsoring. If you are
already a sponsor, thank you! ]
version: 1.0.168
[ Please specify which version of babashka you're using. You can find this with
babashka --version
. The documentation on the master branch may be ahead of the most released version. ]platform: MacOS 12.6.1 on an M1 Mac.
[ Please specify which platform you are using babashka on, so you can test a
new binary when the issue is resolved. ]
problem: it’s missing
[ Please provide a short and to the point description of the problem ]
repro:
[ Please provide a minimal working reproduction of the problem ]
expected behavior: I expected the namespace to include the var with its value being the function from the Clojure stdlib.
[ What is the behavior you expected to see? Please provide a minimal working example ]
The text was updated successfully, but these errors were encountered: