You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a Docker where I use Unitful as a dependency. Unfortunately, I cannot update to Julia 1.9 since the system image creation fails due to a line in pkgdefaults.jl. Every other (older) Julia version works perfectly fine.
Disclaimer: I haven’t tried this myself (I have never used Docker).
This should be fixed by JuliaLang/julia#48594 (the PR even mentions this usecase), so it should work1 in Julia 1.10. Can you confirm that it works in Julia 1.10-beta1?
We could work around this by duplicating the Unitful.L docstring in the code instead of using @doc(L) to look it up. The same applies to ε0 and angstrom.
Footnotes
where “work” means that it doesn’t error, but Unitful.l, Unitful.ϵ0, and Unitful.Å get empty docstrings ↩
Hey, thanks for the quick reply. Created a pull request that should address that issue. Couldn't test it out yet with julia-1.10 since there seems to be an issue with my current code base and the newest alpha release.
Hello everyone,
I'm running a Docker where I use Unitful as a dependency. Unfortunately, I cannot update to Julia 1.9 since the system image creation fails due to a line in pkgdefaults.jl. Every other (older) Julia version works perfectly fine.
In v.1.15.0 the Line 309 with
Leads to the following error:
Unfortunately, I cannot reproduce this for a normal precompilation and I therefore don't know how to provide a MWE...
The text was updated successfully, but these errors were encountered: