Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(compile): make output more deterministic #25092

Merged

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Aug 18, 2024

Closes #25084

@dsherret dsherret marked this pull request as draft August 18, 2024 23:54
@@ -100,6 +100,8 @@ pub struct SerializedWorkspaceResolver {
pub pkg_json_resolution: PackageJsonDepResolution,
}

// Note: Don't use hashmaps/hashsets. Ensure the serialization
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// Note: Don't use hashmaps/hashsets. Ensure the serialization
// NOTE(@dsherret): Don't use hashmaps/hashsets. Ensure the serialization

Copy link
Member Author

Choose a reason for hiding this comment

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

Why should this be attributed?

@dsherret dsherret marked this pull request as ready for review August 19, 2024 15:29
@dsherret dsherret enabled auto-merge (squash) August 19, 2024 15:57
@dsherret dsherret merged commit c9edb15 into denoland:main Aug 19, 2024
17 of 20 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deno compile produces non deterministic build binary when there are npm dependencies
2 participants