During update of julia 1.6.0, while precompiling the project, I get indication of (previous) failed module precompilation.
(@v1.6) pkg> up
Updating registry at `C:\Users\davidj\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Installed Tokenize ─ v0.5.10
No Changes to `C:\Users\davidj\.julia\environments\v1.6\Project.toml`
Updating `C:\Users\davidj\.julia\environments\v1.6\Manifest.toml`
[0796e94c] ↑ Tokenize v0.5.8 ⇒ v0.5.10
Progress [========================================>] 7/7
6 dependencies successfully precompiled in 44 seconds (247 already precompiled, 1 skipped during auto due to previous er
rors)
(@v1.6) pkg>
Is there a way (other than doing using
on each module) to know which module failed/was skipped ? Or may be, a way to have the precompilation status of each module (may be with a mark in the “]status” command?) ?