Ecosyste.ms: Timeline

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

JuliaLang/julia

jishnub pushed 38 commits to jishnub/addmul_atol JuliaLang/julia
  • add objects to concisely specify initialization PerProcess: once per process PerThread: once per thread id PerTask: ... 8a18f27
  • add precompile support for recording fields to change Somewhat generalizes our support for changing Ptr to C_NULL. N... a66733f
  • improve OncePer implementation Address reviewer feedback, add more fixes and more tests, rename to add Once prefix. dbbd4d9
  • fix use-after-free in test (detected in win32 CI) 9d56856
  • Add context to `errorshow` `except_str` tests (#56199) With this, the error message in https://buildkite.com/julial... c4effc3
  • Include default user depot when JULIA_DEPOT_PATH has leading empty entry (#56195) af51bcc
  • Add news entry for `matprod_dest` (#56160) This was missed out in https://github.com/JuliaLang/julia/pull/55537 4329422
  • Improve type inference of nonmissingtype, nonnothingtype and of Ryu (#56120) Co-authored-by: Cody Tapscott <84105208... d32cc26
  • Limit implicit `show` in REPL to printing 20 KiB by default (#53959) closes https://github.com/JuliaLang/julia/issue... 6b95ac0
  • Add inferFunctionAttrsPass to the pipeline so that libfuncs get attributes (#52946) I doubt this will make too much ... c2e3498
  • Fix printing of `AbstractDict`s with unknown length (#56009) Also fix interacting with them at the REPL. Fixes #5... afb65fa
  • module: Prepare `usings` array for world age partition (#55357) This is a relatively independent part of the binding... eb3ed5e
  • Add a convenience object for expressing once-like / per-runtime patterns (#55793) This adds 3 new types, to convenie... d36417b
  • [REPL] fix lock ordering mistake in load_pkg (#56215) Fixes #56206 1f935af
  • REPL: fix unsafe_write return type (#56220) Fixes: #56219 I am not really sure why we have a test for this, but w... 1cf3842
  • Fix triu/tril for partly initialized matrices (#55312) This fixes ```julia julia> using LinearAlgebra, StaticArray... f1990e2
  • 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
  • fix infinite recursion in `promote_type` for `Irrational` (#55870) Fixes #51001 ca3713e
  • and 18 more ...

View on GitHub

jishnub closed a pull request on JuliaLang/julia
Reroute` (Upper/Lower)Triangular * Diagonal` through `__muldiag`
Currently, `::Diagonal * ::AbstractMatrix` calls the method `LinearAlgebra.__muldiag!` in general that scales the rows, and similarly for the diagonal on the right. The implementation of `__muldiag...
jishnub deleted a branch JuliaLang/julia

jishnub/kronfix

jishnub pushed 1 commit to master JuliaLang/julia
  • Fix kron indexing for types without a unique zero (#56229) This fixes a bug introduced in https://github.com/JuliaL... b01095e

View on GitHub

jishnub closed a pull request on JuliaLang/julia
Fix kron indexing for types without a unique zero
This fixes a bug introduced in https://github.com/JuliaLang/julia/pull/55941. We may also take this opportunity to limit the scope of the `@inbounds` annotations, and also use `axes` to compute ...
MilesCranmer created a comment on an issue on JuliaLang/julia
Seeing this on SymbolicRegression.jl too. The latency is so large I had to switch back to 1.10 for development.

View on GitHub

vchuravy deleted a branch JuliaLang/julia

gb/memmove-memory

vchuravy pushed 1 commit to master JuliaLang/julia
  • Make isbitstypes use memmove instead of the runtime function in copyto! (#56237) This might help llvm understand wha... fee8090

View on GitHub

vchuravy closed a pull request on JuliaLang/julia
Make isbitstypes use memmove instead of the runtime function in copyto!
This might help llvm understand whats going on. Also enzyme really wants this to look like this to trace through it better. We probably want to backport this. (this is also very likely faster)
Manoj-kumar-surabhi starred JuliaLang/julia
gbaraldi created a comment on a pull request on JuliaLang/julia
Do we want to run a pkgeval? Im slightly worried about the fact that I had to modify passes.

View on GitHub

gbaraldi pushed 1 commit to gb/misc-juliac JuliaLang/julia

View on GitHub

IanButterworth pushed 1 commit to backports-release-1.11 JuliaLang/julia
  • 🤖 [backports-release-1.11] Bump the Pkg stdlib from aba90d22b to 9438b6e99 (#56261) Stdlib: Pkg URL: https://github... 1f5c07f

View on GitHub

DilumAluthgeBot opened a pull request on JuliaLang/julia
🤖 [backports-release-1.11] Bump the Pkg stdlib from aba90d22b to 9438b6e99
Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: release-1.11 Julia branch: backports-release-1.11 Old commit: aba90d22b New commit: 9438b6e99 Julia version: 1.11.1 Pkg versi...
IanButterworth pushed 1 commit to master JuliaLang/julia
  • 🤖 [master] Bump the Pkg stdlib from 27c1b1ee5 to 799dc2d54 (#56257) Stdlib: Pkg URL: https://github.com/JuliaLang/P... a4a4b95

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
🤖 [master] Bump the Pkg stdlib from 27c1b1ee5 to 799dc2d54
Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: 27c1b1ee5 New commit: 799dc2d54 Julia version: 1.12.0-DEV Pkg version: 1.12.0 Bump in...
IanButterworth created a comment on a pull request on JuliaLang/julia
Win32 has timed out 3 times in a row, which it's also doing on master

View on GitHub

DilumAluthge created a comment on a pull request on JuliaLang/julia
> Is this how we get a Path type finally. I'd love that The `RelocPath` constructor will error if the path isn't inside a depot, right? So IIUC this doesn't really cover the general "path type" ...

View on GitHub

DilumAluthge created a comment on a pull request on JuliaLang/julia
@staticfloat IIRC, you also worked on the depot-relocatibility code; it would be great if you could review this PR.

View on GitHub

DilumAluthge created a comment on a pull request on JuliaLang/julia
@vchuravy @gbaraldi and @topolarity Would you be able to review this PR? As far as I can tell, this PR is an improvement compared to #55146, but I'm not particularly familiar with the relevant p...

View on GitHub

giordano opened a draft pull request on JuliaLang/julia
[Test] Print RNG seed of a failed testset
Also, add a keyword option to `@testset` to let users override the seed used there, to make testsets more replicable. This is a draft at the moment because it needs adding tests and docs, but I'...
MilesCranmer opened a pull request on JuliaLang/julia
LinearAlgebra support for cross product of 3-tuples
The current behavior is: ```julia julia> using LinearAlgebra julia> norm((1, 2, 3)) 3.7416573867739413 julia> cross((1, 2, 3), (4, 5, 6)) ERROR: MethodError: no method matching cross(::...
Burkifa23 starred JuliaLang/julia
cheengshuchin created a comment on an issue on JuliaLang/julia
Yes, wise choice among others... Happy Coding Cheeng Shu Chin [email protected]

View on GitHub

o314 created a comment on an issue on JuliaLang/julia
Quite agree with your points. Collecting keywords on the first arg is the way Julia works under the hood. see https://docs.julialang.org/en/v1/devdocs/functions/#Keyword-arguments Even if things ar...

View on GitHub

cheengshuchin created a comment on an issue on JuliaLang/julia
yes, it's a matter of choice. if I change the C to nt ```julia C=[(),(info = false,),(info = true, msg = "tyf")] ``` the result will still be the same. but the core question here is to figure out...

View on GitHub

kshyatt opened a pull request on JuliaLang/julia
Missing tests for IdSet
kshyatt created a branch on JuliaLang/julia

ksh/idset - The Julia Programming Language

o314 created a comment on an issue on JuliaLang/julia
Somewhat a matter of choice. In your solution you only uses tuples (last one is a tuple of pair), not namedtuple (nt), that are useful. My personal opinion about this is - keep using nt eagerly as...

View on GitHub

cheengshuchin created a comment on an issue on JuliaLang/julia
then we can modify and improve it ```julia A=[1,2,3] B=[4,5,6] C=[(),(:info => false,),(:info => true, :msg => "tyf")] ``` ```julia function func(a,b;info=true,msg="CSC") if info ...

View on GitHub

Load more