Skip to content

Conversation

@super7ramp
Copy link
Contributor

This closes #556.

Copy link
Collaborator

@E-A-Griffin E-A-Griffin left a 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!

@NoahTheDuke
Copy link
Contributor

Does using #uuid hurt portability? or do we expect all conforming dialects to implement #uuid?

@jeaye
Copy link
Member

jeaye commented Nov 17, 2025

Does using #uuid hurt portability? or do we expect all conforming dialects to implement #uuid?

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. 😂

Copy link
Member

@jeaye jeaye left a 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!

Comment on lines 15 to 17
(when-var-exists read-string
(testing "more uuids"
(read-string "#uuid \"f81d4fae-7dec-11d0-a765-00a0c91e6bf6\"")))
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the case.

@super7ramp super7ramp requested a review from jeaye November 18, 2025 18:20
@jeaye jeaye merged commit ee18abb into jank-lang:main Nov 18, 2025
1 check passed
@jeaye
Copy link
Member

jeaye commented Nov 18, 2025

Thank you!

@super7ramp super7ramp deleted the uuid-qmark branch November 18, 2025 18:57
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

Successfully merging this pull request may close these issues.

clojure.core/uuid?

4 participants