Kristoffer Carlsson

Results 400 issues of Kristoffer Carlsson

As described in https://discourse.julialang.org/t/ann-plans-for-removing-packages-that-do-not-yet-support-1-0-from-the-general-registry/ we are planning on removing packages that do not support 1.0 from the General registry. This package has been detected to not support 1.0 and is...

https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/f4801ff_vs_7b39515/Checkpointing.primary.log ``` Internal error: encountered unexpected error in runtime: AssertionError(msg="argextype only works on argument-position values") argextype at ./compiler/optimize.jl:371 argextype at ./compiler/optimize.jl:353 [inlined] argextype at ./compiler/optimize.jl:353 [inlined] stmt_effect_flags at ./compiler/optimize.jl:220 finish...

bug
optimizer

Developers of Julia use the time to load and create the first plot as a way of measuring latency. If the precompilation is not active on nightly that means that...

help wanted
priority

Similar as to how the julia buildbot works to check that we do not have assumptions about the current machine built into the app.

help wanted

Fixes #613, don't think it will pass on Windows, might have to adjust CI for that?

backport-1

I only noticed this now but it seems like there are no tests for `create_library` with the exception that the function runs without error. So it could be replaced with...

There is some useful stuff that is now only outputted via log messages. For example, when a precompile execution script is run, PackageCompiler prints: ``` [ Info: PackageCompiler: Executing /home/kc/JuliaPkgs/PackageCompiler.jl/precompile_example.jl...

In order to use Distributed, the Julia session needs to start new Julia processes with some "special properties". Those Julia processes also need access to the Project.toml file so they...