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

swap-vals! missing in nbb core namespace #295

Closed
mmilian opened this issue Dec 30, 2022 · 1 comment
Closed

swap-vals! missing in nbb core namespace #295

mmilian opened this issue Dec 30, 2022 · 1 comment

Comments

@mmilian
Copy link

mmilian commented Dec 30, 2022

When:

(def store (atom []))
(swap-vals! store conj 1)

I get:
; Could not resolve symbol: swap-vals!

#error {:message "Could not resolve symbol: swap-vals!", :data {:type :sci/error, :line 1, :column 1, :message "Could not resolve symbol: swap-vals!", :sci.impl/callstack

Version:
nbb v1.1.156

borkdude added a commit that referenced this issue Dec 30, 2022
@borkdude
Copy link
Collaborator

Publishing as 1.1.157

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