Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

> (summary: we want CUDA.jl to call functionality from NVTX.jl when the package is available, using weakdeps so that we can express compatibility constraints). If by "available" you mean that...

This seems like a bit unusual use case for an extension. Why not just change fully to CodecZlib if it is better? One issue in my opinion with using an...

> It would be convenient if these three packages would be loaded only when EnergyModelsGeography is loaded. Could this be implemented? You can chose to only load them in the...

Feature request is a duplicate of https://github.com/JuliaLang/Pkg.jl/issues/3641.

Reverted on 1.12 so moving milestone

Cant even segfault Julia anymore: ``` julia> 1^CInternal Task ERROR: InterruptException: Stacktrace: [1] wait() @ Base ./task.jl:1217 [2] wait_forever() @ Base ./task.jl:1139 ^CInternal Task ERROR: InterruptException: Stacktrace: [1] wait() @...

Happens all the time ``` Testing Running tests... ^CInternal Task ERROR: InterruptException: Stacktrace: [1] wait() @ Base ./task.jl:1217 [2] wait_forever() @ Base ./task.jl:1139 Internal Task ERROR: InterruptException: Stacktrace: [1] wait()...

On 1.9: ``` julia> Core.kwfunc(kw1) kwcall (generic function with 1514 methods) ``` On 1.8 ``` julia> Core.kwfunc(kw1) kw1##kw (generic function with 1 method) ``` This interacts badly with https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/528.

Makes sense to me to have optional metadata tied to versions that can be used to improve various tooling. You would have to verify that the commit metadata resolves to...