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
this can be a smallarraylist_t

View on GitHub

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

View on GitHub

Flasushi starred JuliaLang/julia
PallHaraldsson opened a pull request on JuliaLang/julia
Get rid of --lisp prompt
aravindh-krishnamoorthy created a comment on a pull request on JuliaLang/julia
> Do you see if https://github.com/scipy/scipy/blob/628a6b3bf3e1a3149b8a6390322ae976bba930fa/scipy/linalg/_matfuncs_inv_ssq.py#L367-L377 and subsequent code handles it the same way? IIRC then the s...

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
n.b. you don't need `@atomic` on a load unless you actually require seq_cst (otherwise it just gives a non-atomic, aka monotonic aka relaxed value)

View on GitHub

dkarrasch created a review comment on a pull request on JuliaLang/julia
```suggestion return A ``` to be consistent and type-stable with the following "branch".

View on GitHub

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

View on GitHub

vtjnash pushed 1 commit to master JuliaLang/julia
  • [CRC32c] Support AbstractVector{UInt8} as input (#56164) This is a similar PR to https://github.com/JuliaIO/CRC32.jl... f285de5

View on GitHub

vtjnash closed a pull request on JuliaLang/julia
[CRC32c] Support AbstractVector{UInt8} as input
This is a similar PR to https://github.com/JuliaIO/CRC32.jl/pull/12 I added a generic fallback method for `AbstractVector{UInt8}` similar to the existing generic `IO` method.
vtjnash closed 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...
Paul-Roux-Phys starred 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
Do we actually need this extra bootstrapping complexity for any reason? No reason not too I guess, but seems quite tedious for future people to understand what is going on when they try to make cha...

View on GitHub

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

View on GitHub

dkarrasch created a comment on a pull request on JuliaLang/julia
Honestly, I don't think we should mention this in NEWS. We should instead backport this to v1.10 and v1.11.

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
```suggestion function lookup(ip::Base.InterpreterIP) ```

View on GitHub

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

View on GitHub

aravindh-krishnamoorthy created a review comment on a pull request on JuliaLang/julia
```suggestion * Fixed numerical stability (in some cases) of `log(A)` for matrix `A` ([#56311]). ```

View on GitHub

aravindh-krishnamoorthy created a review on a pull request on JuliaLang/julia

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
On mac nothing, on linux there is some interleaved results. But the print + println and printstyled are there. ``` kristofferc@deepsea4:~$ julia +nightly --startup-file=no -e "Base.@time_imports @...

View on GitHub

IanButterworth pushed 1 commit to kc/warn_using JuliaLang/julia

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
This still has issues ``` % ./julia --trace-compile=stderr --startup-file=no -e "@time @eval Base.Experimental.@force_compile" precompile(Tuple{typeof(Core.kwcall), NamedTuple{(:msg,), Tuple{Not...

View on GitHub

neuroctr forked JuliaLang/julia

neuroctr/julia

IanButterworth opened a pull request on JuliaLang/julia
Fix generate_precompile statement grouping & avoid defining new func
Fixes https://github.com/JuliaLang/julia/pull/56227#discussion_r1810900522 Also, I don't think these are supposed to be inside the for loop which is specific to `match` (which only runs once any...
flucium starred JuliaLang/julia
d-netto pushed 3 commits to dcn-all-task-profiler JuliaLang/julia
  • Matmul: dispatch on specific blas paths using an enum (#55002) This expands on the approach taken by https://github... bf6da77
  • Scaling `mul!` for generic `AbstractArray`s (#56313) This improves performance in the scaling `mul!` for `StridedArr... c188e0c
  • all tasks profiler d054e96

View on GitHub

jishnub deleted a branch JuliaLang/julia

jishnub/lrscale

Load more