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

possible test failure in upcoming Julia version 1.5 #6

Closed
rfourquet opened this issue May 3, 2020 · 4 comments
Closed

possible test failure in upcoming Julia version 1.5 #6

rfourquet opened this issue May 3, 2020 · 4 comments

Comments

@rfourquet
Copy link

A PkgEval run for a Julia pull request which changes the generated numbers for rand(a:b) indicates that the tests of this package might fail in Julia 1.5 (and on Julia current master branch).

Also, you might be interested in using the new StableRNGs.jl registered package, which provides guaranteed stable streams of random numbers across Julia releases.

Apologies if this is a false positive. Cf. https://github.com/JuliaCI/NanosoldierReports/blob/ab6676206b210325500b4f4619fa711f2d7429d2/pkgeval/by_hash/52c2272_vs_47c55db/logs/DatagenCopulaBased/1.5.0-DEV-87d2a04de3.log

@kdomino
Copy link
Collaborator

kdomino commented May 4, 2020

Corrected on Linux, StableRNGs.jl used in some tests

On osx on - nightly problem with:

Building TimeZones → ~/.julia/packages/TimeZones/X323b/deps/build.log
Error: Error building TimeZones:
ERROR: LoadError: LoadError: LoadError: InexactError: check_top_bit(Int32, 4294967248)

@rfourquet
Copy link
Author

On osx on - nightly problem with:

I have seen a similar problem reported somewhere else, e.g. JuliaData/DataFrames.jl#2223 (comment), which seems to be a current problem with Julia nightly.

@kdomino
Copy link
Collaborator

kdomino commented May 5, 2020

Ok thank you. I will wait for the problem to be fixed.

@kdomino
Copy link
Collaborator

kdomino commented May 11, 2020

Resolved

@kdomino kdomino closed this as completed May 11, 2020
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

No branches or pull requests

2 participants