Ecosyste.ms: Timeline

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

JuliaLang/julia

nanosoldier commented on a commit on JuliaLang/julia
[Your benchmark job](https://github.com/JuliaLang/julia/commit/31f7df648f750897e245d169639cb1264ebc7404#commitcomment-148281754) has completed - possible performance regressions were detected. A fu...

View on GitHub

sensasi-delight starred JuliaLang/julia
LilithHafner created a comment on a pull request on JuliaLang/julia
There's this, for example: https://github.com/JuliaLang/IJulia.jl/blob/0db1fa2c6b3f04d43a18830c631a1e46851908b6/src/kernel.jl#L44, though that should probably be replaced by launching with `-i`.

View on GitHub

LilithHafner deleted a branch JuliaLang/julia

LilithHafner-patch-1

LilithHafner pushed 1 commit to master JuliaLang/julia
  • Type `Base.is_interactive` as `Bool` (#56303) Before, typing `Base.is_interactive = 7` would cause weird internal RE... 28b0abd

View on GitHub

LilithHafner closed a pull request on JuliaLang/julia
Type `Base.is_interactive` as `Bool`
Before, typing `Base.is_interactive = 7` would cause weird internal REPL failures down the line. Now, it throws an InexactError and has no impact.
MilesCranmer created a comment on a pull request on JuliaLang/julia
I can’t find any related examples, so please share the ones you had in mind

View on GitHub

MilesCranmer created a comment on a pull request on JuliaLang/julia
Which PRs?

View on GitHub

DylanPrinsloo starred JuliaLang/julia
oscardssmith created a review comment on a pull request on JuliaLang/julia
sounds reasonable

View on GitHub

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

View on GitHub

nanosoldier created a comment on a pull request on JuliaLang/julia
The package evaluation job [you requested](https://github.com/JuliaLang/julia/pull/56228#issuecomment-2433060661) has completed - possible new issues were detected. The [**full report**](https://s3...

View on GitHub

MuXiaoqingxi starred JuliaLang/julia
brandenvs starred JuliaLang/julia
vtjnash created a review comment on a pull request on JuliaLang/julia
can we just make this the bootstrap method too? The boundscheck macro is just expanded simply to `@_boundscheck &&`, so this seems compatible

View on GitHub

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

View on GitHub

fatteneder created a comment on a pull request on JuliaLang/julia
> The gc-analyzer looks like you can fix it by adding assert(mt != NULL) there. I don't really know why it is triggering from this, but that should make it happy Thanks, that fixed it it locally...

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
(aka, this is the same function as `new` followed by `typeassert`) ```suggestion return tmeet(𝕃, instanceof_tfunc(memtype, true)[1], GenericMemory) ```

View on GitHub

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

View on GitHub

jishnub deleted a branch JuliaLang/julia

jishnub/matvecmul

jishnub pushed 1 commit to master JuliaLang/julia
  • Reduce generic matrix*vector latency (#56289) ```julia julia> using LinearAlgebra julia> A = rand(Int,4,4); x = ran... b9b4dfa

View on GitHub

jishnub closed a pull request on JuliaLang/julia
Reduce generic matrix*vector latency
```julia julia> using LinearAlgebra julia> A = rand(Int,4,4); x = rand(Int,4); y = similar(x); julia> @time mul!(y, A, x, 2, 2); 0.330489 seconds (792.22 k allocations: 41.519 MiB, 8.75% ...
jishnub created a comment on a pull request on JuliaLang/julia
Yes, these seem spurious

View on GitHub

vtjnash commented on a commit on JuliaLang/julia
@nanosoldier `runbenchmarks(ALL, isdaily = true)`

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia
Comments from offline discussion: - we could allow this for any finalizer function, not just ones with favorable effects - we should usually use the shim in gc-common.c to call the finalizers, ...

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia
SGTM, but would probably be good to hear from @JeffBezanson or @Keno or triage if they have thoughts about the API here? The gc-analyzer looks like you can fix it by adding `assert(mt != NULL)` the...

View on GitHub

dgleich opened a pull request on JuliaLang/julia
InteractiveUtils.jl: fixes issue where subtypes resolves bindings and causes deprecation warnings
The current version of `subtypes` will throw deprecation errors even if no one is using the deprecated bindings. A similar bug was fixed in Aqua.jl - https://github.com/JuliaTesting/Aqua.jl/pul...
jmkuhn created a comment on an issue on JuliaLang/julia
> * How does it behave for this date: 9990101 (1st January year 999) when the datetime format is "yyyymmdd" ? There is a digit missing for the year. ``` julia> Date("9990101", "yyyymmdd") 9990-10-...

View on GitHub

dkarrasch created a comment on an issue on JuliaLang/julia
I don't remember in which release cycle (could well be in v1.11), but we introduced three-arg `*` specializations, and that "generic" choice seems to be a bad one for static arrays, as changing the...

View on GitHub

dkarrasch created a comment on a pull request on JuliaLang/julia
The performance regressions must be "fake", right. They don't even run by the generic methods, so this LGTM.

View on GitHub

Load more