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

Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that #23793

Merged
merged 9 commits into from
Jul 7, 2024

Conversation

c-blake
Copy link
Contributor

@c-blake c-blake commented Jul 3, 2024

makes new hash the default, with an opt-out (& js-no-big-int) define. Also update changelog (& fix one typo).

Only really expect the chronos hash-order sensitive test to fail until they merge that PR and tag a new release.

makes new hash the default, with an opt-out (& js-no-big-int) define.
Also update changelog (& fix one typo).
hash with `--jsbigint64:off` and eliminating this from test matrix.
For now leave seemingly unnecessary when nimvm's just commented out,
but there are obvious simplifications to maybe do before a merge.
@c-blake
Copy link
Contributor Author

c-blake commented Jul 4, 2024

I think everything here is passing except for A) a now 2nd time for just me timeout failure on tests/vm/tslow_tables.nim and B) the chronos test failures on 4 platforms. Once @arnetheduck approves the CI workflow so that PR can be tested & merged & then once a new chronos is released, I plan to bump that timeout from 7 seconds to 9 or 10 seconds unless there is some objection. That will kick off a final test that should be all green.

part of `Base` got compared (by echo output only).
@Araq Araq merged commit 4faa15f into nim-lang:devel Jul 7, 2024
16 of 18 checks passed
Copy link
Contributor

github-actions bot commented Jul 7, 2024

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 4faa15f

Hint: mm: orc; opt: speed; options: -d:release
179108 lines; 9.401s; 664.625MiB peakmem

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.

None yet

2 participants