Ecosyste.ms: Timeline

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

JuliaLang/julia

MasonProtter created a comment on a pull request on JuliaLang/julia
Here's something that segfaults currently on this PR: ```julia-repl julia> function f() m = Memory{Float64}(undef, 32) m .= rand.() s = 0.0 for x ∈...

View on GitHub

nickrobinson251 opened a draft pull request on JuliaLang/julia
Add per-Task user cpu time metric
Close https://github.com/JuliaLang/julia/issues/47351 (builds on top of https://github.com/JuliaLang/julia/pull/48416) Adds to `Task` a metric for scheduled user CPU time (i.e. amount of time we...
giordano created a comment on an issue on JuliaLang/julia
> Shouldn't we, or could for integers and other accurate numbers? Are you really sure the number `1e68` is accurate, for some definition of accuracy? ```julia-repl julia> big(1e68) 9.999999999999...

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

giordano created a comment on a pull request on JuliaLang/julia
> I wanted to test this, see size-change, but this didn't work Juliaup uses the upload that happens after the tests complete successfully. You broke the tests for all the platforms. > (usuall...

View on GitHub

PallHaraldsson created a comment on an issue on JuliaLang/julia
>in general, we don't promise <1 ULP accuracy for pow. it's nice if it works out well for integers, but that isn't a requirement Shouldn't we, or couldn't for integers and other accurate numbers? ...

View on GitHub

d-netto created a review comment on a pull request on JuliaLang/julia
Applied in the latest commit.

View on GitHub

d-netto created a review on a pull request on JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

fingolfin pushed 1 commit to master JuliaLang/julia
  • Put `jl_gc_new_weakref` in a header file again (#56319) 5cdf378

View on GitHub

fingolfin closed a pull request on JuliaLang/julia
Put `jl_gc_new_weakref` in a header file again
The gcext implementation in [gap](https://github.com/gap-system/gap/)/[GAP.jl](https://github.com/oscar-system/GAP.jl) uses `jl_gc_new_weakref`. Since https://github.com/JuliaLang/julia/pull/55608 ...
PallHaraldsson created a comment on an issue on JuliaLang/julia
As you state *min* time is actually better (that's good), and min plus "average GC overhead" is still lower that 1.10.5 min (that would have zero GC): ``` julia> 289.169*1.1687 337.9518103 ``` So ...

View on GitHub

oscardssmith created a comment on an issue on JuliaLang/julia
those were vaguely meant to reassociate there isn't a strong a-priori region to believe one is better than another

View on GitHub

oscardssmith created a comment on an issue on JuliaLang/julia
in general, we don't promise <1 ULP accuracy for pow. it's nice if it works out well for integers, but that isn't a requirement

View on GitHub

mbauman created a comment on an issue on JuliaLang/julia
Sure, but just because Julia grants (or granted) the ability to reassociate doesn't mean that the compiler does (or did). And it doesn't mean the implementation isn't (or wasn't) buggy. On ARM64 ...

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
It could have been wrong back then as well? All I know is a good result turned worse which seems like a regression no matter what values it used to give on old julia versions.

View on GitHub

PallHaraldsson created a comment on a pull request on JuliaLang/julia
>why do you want to remove this? I don't want it as exported API (for e.g. 1.12, not sure if it can disappear in 1.11.x), for people to think may be relied on, existing forever. For the CLI swit...

View on GitHub

d-netto created a review comment on a pull request on JuliaLang/julia
> Is there a reason you don't just use the pointer to it as a sort of sentinel value directly instead of having jl_unw_get to do it for you Not really. What you're proposing should work as we...

View on GitHub

d-netto 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
Is there a reason you don't just use the pointer to it as a sort of sentinel value directly instead of having `jl_unw_get` to do it for you: ```suggestion if (maxsize < 1) return 0; bt_d...

View on GitHub

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

View on GitHub

fingolfin created a comment on a pull request on JuliaLang/julia
This leaves `jl_lisp_prompt` itself in, now unused. But in any case I agree with @adienes

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

giordano created a comment on an issue on JuliaLang/julia
> You might be misunderstanding the point of this issue What I tried to show above is that the current result has been the same since v1.8, except for the 1.10-1.11 window, I don't see how that re...

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

KristofferC created a comment on a pull request on JuliaLang/julia
I didn't see it and this got auto closed because the branch it was targeting got deleted.

View on GitHub

Load more