-
Notifications
You must be signed in to change notification settings - Fork 26
Test uuid? #810
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
Test uuid? #810
Conversation
1c55eea to
0dd8abe
Compare
0dd8abe to
ce67a84
Compare
E-A-Griffin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks again!
|
Does using |
I'm expecting all dialects to support it until we have some dialects which don't and then we need to make some hard calls. 😂 |
jeaye
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
| (when-var-exists read-string | ||
| (testing "more uuids" | ||
| (read-string "#uuid \"f81d4fae-7dec-11d0-a765-00a0c91e6bf6\""))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't testing uuid?, so I think we can remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yes, I forgot to wrap in (is (uuid? ...) 😄 Not very relevant anyway, will drop the case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the case.
This closes jank-lang#556.
ce67a84 to
0bb83e6
Compare
|
Thank you! |
This closes #556.