Kristoffer Carlsson
Kristoffer Carlsson
Tests passed on https://github.com/JuliaLang/Pkg.jl/pull/3205 now... Something intermittent with GitHub serving bad stuff maybe..?
Sounds like a good idea to me
> You've enabled a debug mode in your packages, and this debug mode prints various debugging statements to stdout. Most of these stuff should probably print to stderr though.
You can disable the automatic precompilation and then call it explicitly perhaps.
> Could it be possible to install this package with add ? Right now I have Use `dev`.
``` [c8ffd9c3] ↑ MbedTLS_jll v2.16.0+1 ⇒ v2.16.0+2 ``` I think the reason for this is that `jll`s uses build number and Pkg can't see that there is a difference between...
> I guess this is related to the fact that the sub-project thing is still very much under discussion? Yes, this would work with subprojects but with the current design,...
It's pretty hard to give advice like that. But even though the log might look intimidating, it is usually not too bad to find the root cause, for example here...
Ref https://github.com/KristofferC/PkgFsck.jl
> Just for reference, could you post the code used to generate this PR? Using https://github.com/KristofferC/StdlibRegistryCompatUpdater: ``` julia> pkg = (Base.UUID("10745b16-79ce-11e8-11f9-7d13ad32a3b2") => "Statistics") julia> StdlibRegistryCompatUpdater.update_compat_for_stdlib(pkg) ``` > Can we merge...