We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One of the doctests has started failing on nightly (https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-06/03/JuMP.1.7.0-DEV-9f32653992.log) due to a change in the sort order of Dict affecting the order in which the object is printed.
I've learned recently of this work to make doctests automatically updated by CI: beacon-biosignals/KeywordSearch.jl#18
(along with their recommendation to run them only on one specific version of Julia, so that you aren't chasing continual minor formatting changes)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
One of the doctests has started failing on nightly (https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-06/03/JuMP.1.7.0-DEV-9f32653992.log) due to a change in the sort order of Dict affecting the order in which the object is printed.
I've learned recently of this work to make doctests automatically updated by CI:
beacon-biosignals/KeywordSearch.jl#18
(along with their recommendation to run them only on one specific version of Julia, so that you aren't chasing continual minor formatting changes)
The text was updated successfully, but these errors were encountered: