Skip to content

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

Open
kisstkondoros wants to merge 1 commit intozkochan:mainfrom
kisstkondoros:fix/p-map-values-key-order
Open

fix(p-map-values): Keep order of entries in pMapValue#209
kisstkondoros wants to merge 1 commit intozkochan:mainfrom
kisstkondoros:fix/p-map-values-key-order

Conversation

@kisstkondoros
Copy link
Copy Markdown

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