We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When:
(def store (atom [])) (swap-vals! store conj 1)
(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
The text was updated successfully, but these errors were encountered:
#295: add swap-vals and reset-vals
569c1fd
Publishing as 1.1.157
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: