Ecosyste.ms: Timeline

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

JuliaLang/julia

vtjnash opened a pull request on JuliaLang/julia
precompile: add error for using require_stdlib during precompile
This function could accidentally add a dependency on the stdlib in the user's package, which would make it immediately stale. As pointed out to me by @topolarity
nsajko created a comment on a pull request on JuliaLang/julia
ping

View on GitHub

IanButterworth opened a pull request on JuliaLang/julia
fix reporting of precompile configs on CI
Currently the header doesn't print for `Pkg.test` with coverage on ``` [8dfed614] Test v1.11.0 1077.2 ms ✓ RequiredInterfaces 1 dependency successfully precompiled in 1 seconds. 8 alr...
vtjnash created a branch on JuliaLang/julia

jn/require_stdlib-precompile - The Julia Programming Language

d-netto pushed 4 commits to dcn-all-task-profiler JuliaLang/julia
  • Specialize adding/subtracting mixed Upper/LowerTriangular (#56149) Fixes https://github.com/JuliaLang/julia/issues/5... e33c6a8
  • juliac: remove call to jl_set_newly_inferred (#56222) Moved in #56186 6317e02
  • Fix `goto` insertion when dom-sorting IR in `slot2ssa` pass (#56189) Fix-up this pass a bit to correctly handle fall... a64ffa3
  • all tasks profiler 5ca6bf4

View on GitHub

oscardssmith pushed 1 commit to master JuliaLang/julia
  • Fix `goto` insertion when dom-sorting IR in `slot2ssa` pass (#56189) Fix-up this pass a bit to correctly handle fall... a64ffa3

View on GitHub

oscardssmith closed a pull request on JuliaLang/julia
Fix `goto` insertion when dom-sorting IR in `slot2ssa` pass
Fix-up this pass a bit to correctly handle fall-through terminators that cannot have their BasicBlock extended (e.g. `Expr(:leave, ...)`)
d-netto created a review comment on a pull request on JuliaLang/julia
Yes, I also would prefer to keep it under the same module. I'm fine with changing it to `@profile_walltime`.

View on GitHub

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

View on GitHub

Keno pushed 1 commit to kf/worldmacro JuliaLang/julia
  • Add basic infrastructure for binding replacement Now that I've had a few months to recover from the slog of adding `... 0102c8c

View on GitHub

Keno created a comment on a pull request on JuliaLang/julia
Thanks. At some point soon we will need tests for this functionality though

View on GitHub

Keno deleted a branch JuliaLang/julia

fe/juliac-fix

Keno pushed 1 commit to master JuliaLang/julia
  • juliac: remove call to jl_set_newly_inferred (#56222) Moved in #56186 6317e02

View on GitHub

Keno closed a pull request on JuliaLang/julia
juliac: remove call to jl_set_newly_inferred
Moved in #56186
NHDaly created a review comment on a pull request on JuliaLang/julia
also, i guess the other option is to just try again? 🤔 Maybe up to like 5 retries? I don't know if that would have any impact on the stats, but naively it doesn't seem like it to me

View on GitHub

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

View on GitHub

NHDaly created a review comment on a pull request on JuliaLang/julia
+1 I think putting an indicator in here that the sample failed is a good idea. And ideally, also _why_ the sample failed: the task finished before sampling it, the task got scheduled right before...

View on GitHub

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

View on GitHub

thchr created a comment on an issue on JuliaLang/julia
From more chatting Slack: it is in fact documented that this case will throw - and so, I suppose, technically breaking to change it: https://docs.julialang.org/en/v1/manual/integers-and-floating-po...

View on GitHub

IanButterworth created a review comment on a pull request on JuliaLang/julia
The purpose of this was to hit allocation & compilation so that the macro printing is fully exercised. Perhaps this is a more robust way to do that, using `Experimental.@force_compile` and new ligh...

View on GitHub

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

View on GitHub

cyanescent created a comment on an issue on JuliaLang/julia
> (also, I don't know any reason for choosing this value rather than `NaN`, my reasoning above was only deductive) Answering this question (what are $\gcd$ and $\lcm$ for empty collections of numb...

View on GitHub

giordano created a comment on a pull request on JuliaLang/julia
Since backporting this PR would fix #56177, I'm inclined to do it.

View on GitHub

BioTurboNick created a comment on an issue on JuliaLang/julia
Figured I'd post a response here too, from Slack - LLVM defines division by zero and typemin(Int) by -1 to be undefined behavior, so Julia couldn't just rely on an LLVM intrinsic to implement this....

View on GitHub

vtjnash deleted a branch JuliaLang/julia

dpa/UndefVarError-scope-nothing

fingolfin created a comment on a pull request on JuliaLang/julia
> By providing a long path name in the Julia bundled openssl libraries, we provide the opportunity for the system integrator to mangle our openssl build rather than trying to make Julia work with ...

View on GitHub

cyanescent created a review comment on a pull request on JuliaLang/julia
Right, but does it make sense?

View on GitHub

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

View on GitHub

nickrobinson251 created a comment on an issue on JuliaLang/julia
thanks for the suggestion! I think ```julia test_throws UndefVarError(:x) f() ``` is a much nicer and more obvious public API for this than either of those (especially since fields are not usuall...

View on GitHub

cyanescent created a comment on an issue on JuliaLang/julia
I get your point, the inversion symmetry between `gcd` and `lcm` is broken anyway since there is no `Inf` in type `Int`. But then shouldn't `gcd()` also return `0` instead of an error? (also, I don...

View on GitHub

Load more