Pinned Loading
-
-
-
-
-
JuliaPackaging/BinaryBuilder.jl
JuliaPackaging/BinaryBuilder.jl PublicBinary Dependency Builder for Julia
-
1,073 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 | |||||||||||||||||||||||||||||||||||||||||
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,
JuliaComputing/DAECompiler.jl,
Keno/ClaudeBox.jl
and 81 other
repositories
Loading
Contribution activity
July 2025
Created 3 commits in 2 repositories
Created a pull request in JuliaLang/JuliaSyntax.jl that received 1 comment
Refactor node-specific flags to overlap with numeric flags
As discussed in #567, this change moves node-specific flags (TRIPLE_STRING_FLAG, PARENS_FLAG, etc.) from bits 5-6 to overlap with numeric flags in …
+67
−51
lines changed
•
1
comment
Reviewed 1 pull request in 1 repository
JuliaLang/JuliaSyntax.jl
1 pull request
-
Tweaks to expr-conversion for JuliaLowering
This contribution was made on Jul 1
Created an issue in JuliaLang/julia that received 1 comment
JuliaSyntax misparses @var"\""
1.9 and JULIA_USE_FLISP_PARSER=1:
julia> macro var"\""(args...) 1 end
@" (macro with 1 method) julia> @var"\""
1
master:
julia> macro var"\""(args…
1
comment