🇸🇪
DM me on JuliaLang Slack for urgent things.
Pinned Loading
-
OhMyREPL.jl
OhMyREPL.jl PublicSyntax highlighting and other enhancements for the Julia REPL
-
-
NearestNeighbors.jl
NearestNeighbors.jl PublicHigh performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
-
-
-
1,049 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
JuliaLang/julia,
JuliaLang/Pkg.jl,
JuliaLang/LinearAlgebra.jl
and 182 other
repositories
Loading
Contribution activity
July 2025
Created 52 commits in 6 repositories
Created 1 repository
-
KristofferC/sandboxed-buildkite-agent
Julia
This contribution was made on Jul 22
Created a pull request in JuliaCI/Nanosoldier.jl that received 7 comments
Add priority system for job queue management
👨 I got a bit annoyed how long I have to wait in queue for PkgEval submission for the release branches so with this I feel I can sneak past the que…
+112
−16
lines changed
•
7
comments
Opened 55 other pull requests in 6 repositories
JuliaLang/Pkg.jl
2
open
25
merged
1
closed
-
add ExplicitImports pre-commit code check
This contribution was made on Jul 16
-
fix parsing of multiple packages with modifiers on some of them
This contribution was made on Jul 15
-
Backports release 1.12
This contribution was made on Jul 12
-
Fix typos and inconsistencies in documentation
This contribution was made on Jul 9
-
fix
status --diff
to work when package is in a non-root pathThis contribution was made on Jul 7 -
consider a package with a rev (but without a source) to not be "tracked" by a registry
This contribution was made on Jul 7
-
warn if adding a local path containing a dirty repo
This contribution was made on Jul 4
-
fix resolve to not suceed when giving a non-existing version for a package
This contribution was made on Jul 4
-
prevent error when updating sources with a non-existing manifest
This contribution was made on Jul 4
-
Fix reference_manifest_isolated_test to use temporary directory
This contribution was made on Jul 4
-
fix assert from triggering with different path separators
This contribution was made on Jul 4
-
Implement lazy loading for RegistryInstance to improve latency in operations where the registry does not need to be read
This contribution was made on Jul 3
-
Fix parsing to better handle branch/tag/subdir specifiers in complex URLs and paths
This contribution was made on Jul 3
-
only try download artifacts from pkg server if the corresponding package is in a registry from it
This contribution was made on Jul 3
-
also use a bare repo when cloning for
add
using cli GITThis contribution was made on Jul 3 -
Add support for GitHub pull request URLs
This contribution was made on Jul 3
-
fixup CHANGELOG for automatic source additions
This contribution was made on Jul 3
-
Implement atomic TOML writes to prevent data corruption
This contribution was made on Jul 3
-
fix unused imports reported by ExplicitImports.jl
This contribution was made on Jul 2
-
Format code base with runic
This contribution was made on Jul 2
-
Enhance fuzzy matching algorithm with multi-factor scoring
This contribution was made on Jul 2
-
fix a header when cloning and use credentials when fetching
This contribution was made on Jul 1
-
update CHANGELOG with some new things
This contribution was made on Jul 1
-
Add readonly field support for Project.toml environments
This contribution was made on Jul 1
-
add
CACHEDIR.TAG
to directories that should not be backed upThis contribution was made on Jul 1 - Some pull requests not shown.
JuliaLang/julia
12
merged
3
open
1
closed
-
remove a testset from MMAP that might cause CI to now fail on Windows
This contribution was made on Jul 22
-
Backports for 1.12-rc2
This contribution was made on Jul 22
-
Backports for Julia 1.12-rc2
This contribution was made on Jul 15
-
Check two PRs against 1.12 for PkgEval
This contribution was made on Jul 13
-
set VERSION to 1.12.0-rc1
This contribution was made on Jul 12
-
shield
_artifact_str
function behind a world age barrierThis contribution was made on Jul 10 -
Backports for 1.12.0-rc1
This contribution was made on Jul 10
-
add a precompile workload to TOML
This contribution was made on Jul 9
-
Fix grammar, typos, and formatting issues in docstrings
This contribution was made on Jul 9
-
set VERSION to 1.11.6
This contribution was made on Jul 8
-
doc: Fix grammar, typos, and formatting issues across documentation
This contribution was made on Jul 8
-
1.11: Re-enable tab completion of kwargs for large method tables (#58012)
This contribution was made on Jul 8
-
fix error message in malformed manifest refering to the project file
This contribution was made on Jul 7
-
Backports for Julia 1.10.11
This contribution was made on Jul 3
-
add back
to_power_type
todeprecated.jl
since some packages call itThis contribution was made on Jul 3 -
fix a few tiny JET linter issues
This contribution was made on Jul 1
KristofferC/NearestNeighbors.jl
6
merged
-
make sure that ExplicitImport checks pass
This contribution was made on Jul 16
-
Add parallel tree building for KDTree and BallTree
This contribution was made on Jul 16
-
use the maximum distance to hyper rectangle to add all points in the subtree for
inrange
calculationsThis contribution was made on Jul 11 -
Avoid a duplicated error check and condense the
split_dim
check slightlyThis contribution was made on Jul 11 -
Some improvements to readme and docstrings
This contribution was made on Jul 11
-
fix inferrability of return value with KDTree created from matrix of points
This contribution was made on Jul 11
JuliaDebug/JuliaInterpreter.jl
2
merged
-
avoid going into subtyping for checking if a function is a
Core.Builtin
This contribution was made on Jul 23 -
avoid
args
getting boxed inmaybe_evaluate_builtin
This contribution was made on Jul 22
Ferrite-FEM/Ferrite.jl
1
open
1
merged
-
update ExplicitImports version
This contribution was made on Jul 8
-
Fix typos and grammar errors in documentation + docstring
This contribution was made on Jul 5
Ferrite-FEM/Tensors.jl
1
merged
-
fix a few typos
This contribution was made on Jul 22
Reviewed 15 pull requests in 4 repositories
JuliaLang/Pkg.jl
9 pull requests
-
Format code base with runic and set up runic CI
This contribution was made on Jul 16
-
Add missing recent changelogs
This contribution was made on Jul 12
-
Fix stack overflow in
safe_realpath
This contribution was made on Jul 7 -
Warn about yanked versions. Add docs about yanked versions.
This contribution was made on Jul 6
-
Add more info when package is missing
This contribution was made on Jul 3
-
add support for
Pkg.add(path="/path/to/git-submodule.jl")
directly.This contribution was made on Jul 3 -
Add a docs page about Depots
This contribution was made on Jul 3
-
update CHANGELOG with some new things
This contribution was made on Jul 3
-
Add new public function
Pkg.satisfies_compat(::VersionNumber, ::String)
, and add (to docs) some examples of checking[compat]
entriesThis contribution was made on Jul 3
JuliaLang/julia
4 pull requests
-
feat(REPL): Added
active_module
context to numbered REPLThis contribution was made on Jul 15 -
Expand JULIA_CPU_TARGET docs
This contribution was made on Jul 11
-
shield
_artifact_str
function behind a world age barrierThis contribution was made on Jul 10 -
Define
@__FUNCTION__
as an alias tovar"#self#"
This contribution was made on Jul 7
JuliaIO/JLD2.jl
1 pull request
-
Fix hash function definition
This contribution was made on Jul 23
KristofferC/NearestNeighbors.jl
1 pull request
-
Runtime function
This contribution was made on Jul 11
Created an issue in JuliaLang/julia that received 4 comments
The amount of space taken up by (Pkg) precompile files is too damn high
~/.julia/juliaup/julia-nightly/share/julia/compiled/v1.13/Pkg
❯ ls -lh
total 161M
-rw-r--r-- 1 kc kc 635K Jul 8 09:29 tUTdb_Bb0JR.ji
-rwxr-xr-x 1 …
4
comments
Opened 9 other issues in 6 repositories
JuliaLang/julia
3
open
1
closed
-
Codegen could maybe directly optimize
isa(f, Core.Builtin)
instead of going down inte subtyping.This contribution was made on Jul 23 -
Optimize
invokelatest
ongetglobal
/getfield
in codegenThis contribution was made on Jul 23 -
MMAP tests seem to consistently fail on Windows CI now
This contribution was made on Jul 20
-
Packages seem to use non-parallel precompilation when automatically added from using statement in REPL
This contribution was made on Jul 15
JuliaLang/www.julialang.org
1
open
-
"All participants in the Julia community are expected to respect copyright laws"
This contribution was made on Jul 18
JuliaLang/Downloads.jl
1
open
-
CI failure on Base Windows CI sometimes
This contribution was made on Jul 12
JuliaLang/Pkg.jl
1
closed
-
Pkg.instantiate
shouldn't need to uncompress registries in the fast caseThis contribution was made on Jul 3
FluxML/Zygote.jl
1
open
-
Assertion errors on IR verification on upcoming 1.12
This contribution was made on Jul 3
JuliaTesting/ExplicitImports.jl
1
open
-
Name shadowing of an import when assigning it to a function argument causes spurious unused import diagnostics
This contribution was made on Jul 2