Skip to content
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

Update uuid, relax semver bounds #52

Merged
merged 1 commit into from
May 14, 2021
Merged

Conversation

sluukkonen
Copy link
Contributor

This is a small thing, but it feels like the right thing to do, especially since each instance of the uuid modules allocates a separate buffer for cached values.

@puzpuzpuz puzpuzpuz added the enhancement New feature or request label May 14, 2021
@puzpuzpuz
Copy link
Owner

This is a small thing, but it feels like the right thing to do, especially since each instance of the uuid modules allocates a separate buffer for cached values.

The entropy pool is only used for UUID v4 (the crypto random one), while cls-rtracer uses UUID v1 (the node id + clock time one). But I don't mind upgrading this dependency.

@puzpuzpuz puzpuzpuz self-requested a review May 14, 2021 11:55
@puzpuzpuz puzpuzpuz merged commit 2745858 into puzpuzpuz:master May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants