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

Sort hash keys for deterministic output #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

atoomic
Copy link

@atoomic atoomic commented Dec 23, 2019

Fixes RT #122977

Guarantee a consistant output when run multiple times.

@atoomic
Copy link
Author

atoomic commented Dec 23, 2019

Fixes RT #122977

Guarantee a consistant output when run
multiple times.
@mohawk2
Copy link
Contributor

mohawk2 commented Nov 9, 2020

It seems @wbraswell is too busy to deal with this. A workaround is to set PERL_HASH_SEED=0 which at least gives the same result on repeated runs, even if it still creates pointless diffs.

@wbraswell
Copy link
Owner

@zmughal
Would you be willing to help set up Appveyor & Travis testing for this repo, so we can know if it is safe to merge this and the other pull requests?

@mohawk2
Copy link
Contributor

mohawk2 commented Mar 6, 2022

@wbraswell You can see the GitHub Actions config that's part of this PR, that you could git cherry-pick straightaway? Why would you want to use the other, moribund CI providers?

@mohawk2
Copy link
Contributor

mohawk2 commented Mar 6, 2022

An alternative is simply to merge the other PR #1, which is only CI. That would then make this one rebase-able past that, and would (with authorisation) be CI-ed.

@zmughal
Copy link

zmughal commented Mar 7, 2022

An alternative is simply to merge the other PR #1, which is only CI. That would then make this one rebase-able past that, and would (with authorisation) be CI-ed.

This is what I recommend as well. PR #1 covers all the major OSes.

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

4 participants