Skip to content

Commit

Permalink
Add volatile? to the core vars
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 16, 2024
1 parent fd0cb73 commit a8ee100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SCI is used in [babashka](https://github.com/babashka/babashka),
## Unreleased

- Fix [#942](https://github.com/babashka/sci/issues/942): improve error location of invalid destructuring
- Add `volatile?` to core vars

## 0.9.44 (2024-10-17)

Expand Down
1 change: 1 addition & 0 deletions src/sci/impl/namespaces.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1645,6 +1645,7 @@
'vector (copy-core-var vector)
'vector? (copy-core-var vector?)
'volatile! (copy-core-var volatile!)
'volatile? (copy-core-var volatile?)
'vreset! (copy-core-var vreset!)
'vswap! (macrofy 'vswap! vswap!)
'when-first (macrofy 'when-first when-first*)
Expand Down

0 comments on commit a8ee100

Please sign in to comment.