(1.10) ] precompile
does not understand extension triggers in [deps]
#4095
Milestone
] precompile
does not understand extension triggers in [deps]
#4095
Originally posted by @topolarity in #56675
Pkg is trying to look-up extension triggers in just
[weakdeps]
instead of both[deps]
and[weakdeps]
. This is not an issue on 1.11+, since the newExplicitEnv
code properly does the look-up properlyThis is an important fix to get into 1.10, since our fix for JuliaLang/julia#56204 can sometimes force you to add triggers on
[deps]
instead of just[weakdeps]
The text was updated successfully, but these errors were encountered: