Kristoffer Carlsson
Kristoffer Carlsson
This reverts commit 08d229f4a7cb0c3ef5becddd1b3bc4f8f178b8e4. There are some bugs now where extensions do not load when their package has been put into the sysimage. #52841 was made because it was common...
Right now, when a package is loaded the manifest is used to look up the set of dependencies and the set of extensions for that package. This is a problem...
Running the following code which generates some data and then reads it via `Arrow.Table` shows a very bad slow down when using threads: ```julia using DataFrames, Dates, Arrow, StatsBase, Random,...
Want to try this out
This is approximately how the output of `juliaup list` looks like: ``` ... 1.5.0 1.5.0+0.x64.w64.mingw32 1.5.0-beta1 1.5.0-beta1+0.x64.w64.mingw32 1.5.0-beta1~x64 1.5.0-beta1+0.x64.w64.mingw32 1.5.0-rc1 1.5.0-rc1+0.x64.w64.mingw32 1.5.0-rc1~x64 1.5.0-rc1+0.x64.w64.mingw32 1.5.0-rc1~x86 1.5.0-rc1+0.x86.w64.mingw32 1.5.0-rc2 1.5.0-rc2+0.x64.w64.mingw32 1.5.0-rc2~x86 1.5.0-rc2+0.x86.w64.mingw32 1.5.0~x64...
Right now, you can end up in a situation where you have, say Plots, installed at some version but you can force it to be at an even higher version...
We are getting quite a few requests for various functionalities that cannot really be implemented due to the resolver right now only supporting `major.minor.patch` versions. These are things like: -...
Ref https://github.com/JuliaLang/julia/issues/34721
https://github.com/JuliaLang/Pkg.jl/pull/3990#issuecomment-2285693587