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

fix(p-map-values): Keep order of entries in pMapValue #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kisstkondoros
Copy link

This method is used during the pack phase in pnpm.

As the key order is not guaranteed to be kept by it, the dependency order may be changed as a result, leading to non-reproducible builds.

This fixes #208

@kisstkondoros kisstkondoros force-pushed the fix/p-map-values-key-order branch from 5629ee6 to eb39a2b Compare November 21, 2024 10:42
This method is used during the pack phase in pnpm.

As the key order is not guaranteed to be kept by it, the dependency order
may be changed as a result, leading to non-reproducible builds.

This fixes zkochan#208
@kisstkondoros kisstkondoros force-pushed the fix/p-map-values-key-order branch from eb39a2b to 639da5a Compare November 25, 2024 09:43
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.

p-map-values: key order in the returned object is undeterministic
1 participant