Upcoming warning (Julia 1.12)
- Dominant language
- Julia
- Stars
- 117
- Forks
- 19
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 36
Description
In ClimaUtilities, we run tests for the nightly version of julia.
The following warnings [is produced](https://github.com/CliMA/ClimaUtilities.jl/actions/runs/13462250371/job/37620134075) related to ClimaCore:
```
┌ ClimaCore
│ WARNING: Detected access to binding `MatrixFields.__nvtx_domain__` in a world prior to its definition world.
│ Julia 1.12 has introduced more strict world age semantics for global bindings.
│ !!! This code may malfunction under Revise.
│ !!! This code will error in future versions of Julia.
│ Hint: Add an appropriate `invokelatest` around the access to this binding.
```
The same warning is also in `ClimaTimeSteppers`.
There are more warnings, but they are not in our pacakges.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.