Kristoffer Carlsson

Results 400 issues of Kristoffer Carlsson

I think this deserves a separate issue to track this. ``` ❯ julia +nightly --project=@MTK_1.13 -e '@time using ModelingToolkit' 3.292820 seconds (8.19 M allocations: 478.546 MiB, 7.74% gc time, 4.13%...

regression
latency

Right now, Pluto filters out log messages which may or may not be desired. The way it does this is by two hardcoded constants at https://github.com/fonsp/Pluto.jl/blob/b1cacd8e111ea4b04a2af6174ab08262dc381617/frontend/components/Logs.js#L9-L10 It would be good...

good first issue
frontend
logging

Hello, From the following PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/OrdinaryDiffEqExtrapolation.primary.log it seems likely that this package is using `Threads.nthreads` and `Threads.threadid` incorrectly as described in https://julialang.org/blog/2023/07/PSA-dont-use-threadid/ and https://juliafolds2.github.io/OhMyThreads.jl/stable/literate/tls/tls/#The-naive-(and-incorrect)-approach. In the upcoming Julia 1.12,...

## Summary Fixes issue where REPL commands with leading whitespace fail to parse comma-separated packages correctly. • Commands like ` add ZMQ, JSON` now work properly • Simple fix: strip...

- Extracted function to retrieve the remote URL of a Git repository. - Used in to simplify URL retrieval. - Improved the error message in `check_valid_HEAD` by including the repository...

Fixes https://github.com/JuliaLang/Pkg.jl/issues/4269 This PR was written by a human 👨

backport 1.12

Should fix https://github.com/JuliaLang/Pkg.jl/issues/4222. Need to add a test. I am not really happy with how spread out all this collecting of paths etc has become but oh well.

Once to compute the hash: https://github.com/JuliaLang/Pkg.jl/blob/60e3185e38b1d49425fb3396b0fc9fe2ab1a3ab8/src/Registry/Registry.jl#L200 (which calls) https://github.com/JuliaLang/Pkg.jl/blob/60e3185e38b1d49425fb3396b0fc9fe2ab1a3ab8/src/PlatformEngines.jl#L694 Once to actually create the Pkg data structure: https://github.com/JuliaLang/Pkg.jl/blob/60e3185e38b1d49425fb3396b0fc9fe2ab1a3ab8/src/Registry/registry_instance.jl#L263 Feels wasteful.

Right now there is some special code in the resolver for julia compatibility, for example https://github.com/JuliaLang/Pkg.jl/blame/7aeec766cf637e2bc2af161eba8abd3a4b68d025/src/Resolve/graphtype.jl#L247-L254 but it would be better if the julia compatibility was all dealt with outside...

Things to fix/improve: ## Functionality - [ ] Add `Apps.instantiate` - [ ] Add `Apps.update` - [ ] Allow specifying a subfolder in package with a project [+ manifest] with...

apps