Maybe this needs to be moved to julia issues.
On nightly the following is failing
|
# Check that the RNG is seeded during precompilation |
|
println("myrand: ", myrand == 0.0 ? "fail" : "ok") |
where myrand is a const in the module
See https://github.com/JuliaLang/PackageCompiler.jl/actions/runs/3857713317/jobs/6575476152
@vchuravy is this known?
Maybe this needs to be moved to julia issues.
On nightly the following is failing
PackageCompiler.jl/examples/MyApp/src/MyApp.jl
Lines 73 to 74 in 8d71b02
where myrand is a const in the module
PackageCompiler.jl/examples/MyApp/src/MyApp.jl
Line 14 in 8d71b02
See https://github.com/JuliaLang/PackageCompiler.jl/actions/runs/3857713317/jobs/6575476152
@vchuravy is this known?