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

Switch from HashMap to BTreeMap for deterministic output #87

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

Conversation

curryrasul
Copy link
Collaborator

No description provided.

@curryrasul curryrasul self-assigned this Sep 12, 2024
@curryrasul curryrasul linked an issue Sep 12, 2024 that may be closed by this pull request
@curryrasul curryrasul marked this pull request as draft September 12, 2024 16:14
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 96.96970% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/process.rs 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
src/compiler.rs 84.31% <100.00%> (ø)
src/runtime.rs 91.46% <100.00%> (ø)
src/process.rs 58.12% <0.00%> (ø)

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.

Compiler outputs a different file after every run
2 participants