Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

JuliaLang/julia

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
same comment here as to making it signed (or multiply elsz by 2) and adding 1

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
```suggestion if (!jl_is_long(argv[2].constant)) ``` (occasionally the `.typ` field is a bit less specific than the constant object)

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
style nit: usually we brace either all or none, like this ```suggestion } else { *ret = emit_memorynew(ctx, typ, argv[2], inst); } ```

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
style nit: missing this space elsewhere too ```suggestion if (argv[2].constant) { ```

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
```suggestion { jl_f_memorynew_addr, new JuliaFunction<>{XSTR(jl_f_memorynew), get_func_sig, get_func_attrs} }, ```

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
not true: this returns only 16 bytes for certain

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

PallHaraldsson opened an issue on JuliaLang/julia
22 ms startup regression on master (14% slower)
On just downloaded nightly: ``` $ hyperfine 'julia +nightly -e ""' Benchmark 1: julia +nightly -e "" Time (mean ± σ): 210.8 ms ± 17.7 ms [User: 297.9 ms, System: 74.5 ms] Range (min … m...
vtjnash created a review comment on a pull request on JuliaLang/julia
This arithmetic appears to be unsigned, while the overflow itself is supposed to be a signed check (or multiply elsz by 2 for the same effect)

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

N5N3 closed an issue on JuliaLang/julia
StackOverflowError during precompilation of StructuralIdentifiability on Julia 1.12
On Julia 1.12, version of October 7, 2024, the following command produces a StackOverflowError with the latest StructuralIdentifiability v0.5.9: ```julia ./julia -e "using StructuralIdentifiabili...
N5N3 closed an issue on JuliaLang/julia
StackOverflowError during precompilation of StructuralIdentifiability on Julia 1.12
On Julia 1.12, version of October 7, 2024, the following command produces a StackOverflowError with the latest StructuralIdentifiability v0.5.9: ```julia ./julia -e "using StructuralIdentifiabili...
N5N3 pushed 1 commit to master JuliaLang/julia
  • typeintersect: more fastpath to skip intersect under circular env (#56304) fix #56040 53ffe56

View on GitHub

N5N3 closed a pull request on JuliaLang/julia
typeintersect: more fastpath to skip intersect under circular env
fix #56040
vtjnash created a review comment on a pull request on JuliaLang/julia
we should probably also check that it is a GenericMemory subtype ```suggestion jl_datatype_t *jl_genericmemory_type_type = jl_datatype_type; JL_TYPECHK(memorynew, genericmemory_type, arg...

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

IanButterworth deleted a branch JuliaLang/julia

gb/trampoline

IanButterworth pushed 1 commit to master JuliaLang/julia
  • Fix trampoline warning on x86 as well (#56280) 894296b

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
Fix trampoline warning on x86 as well
Fix https://github.com/JuliaLang/julia/pull/54634 on x86 as well.
IanButterworth pushed 1 commit to master JuliaLang/julia
  • fix REPL test if a "juliadev" directory exists in home (#56218) 0a6277d

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
fix REPL test if a "juliadev" directory exists in home
I made a "juliadev" directory in my home directory locally. This made the REPL tests fail because the tests assumed there was no directory starting with "julia" in the home directory. I am chang...
IanButterworth pushed 1 commit to master JuliaLang/julia
  • REPL: don't complete str and cmd macros when the input matches the internal name like `r_` to `r"` (#56254) 4236a33

View on GitHub

IanButterworth closed an issue on JuliaLang/julia
Tab completion of string macros
For example,`r_<TAB>` completes to `r"`. Does not happen in 1.9 and earlier.
IanButterworth closed a pull request on JuliaLang/julia
REPL: don't complete str and cmd macros when the input matches the internal name like `r_` to `r"`
Fixes https://github.com/JuliaLang/julia/issues/56071
Load more