add volatile - #460
Merged
Merged
Conversation
w01fe
approved these changes
Aug 5, 2026
Member
|
Thanks! |
Contributor
Author
|
thank you. if you can, please let me know when we can pull in a new release |
Member
|
released 1.4.2
…On Wed, Aug 5, 2026 at 10:59 AM shaun ***@***.***> wrote:
*shaunlebron* left a comment (plumatic/schema#460)
<#460 (comment)>
thank you. if you can, please let me know when we can pull in a new release
—
Reply to this email directly, view it on GitHub
<#460?email_source=notifications&email_token=AABA7JRVLY22Y4PKJ2NTVK35INYYHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMJZGU2DAMBQGEZ2M4TFMFZW63VMON2GC5DFL5RWQYLOM5S2KZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5195400013>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABA7JUDT67ECNOITCLH6IL5INYYHAVCNFSNUABEKJSXA33TNF2G64TZHMYTCNJZGQ4DIMB3JFZXG5LFHM2TANRVGE3DIMJQGSQXMAQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Volatiles were added in 2015 in Clojure 1.7
We use them a lot in our code, and I wanted to include them in our schemas.
To implement, I just followed what was already there for
atom, including the tests.Thank you for reviewing!