Ecosyste.ms: Timeline

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

JuliaLang/julia

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

cheengshuchin created a comment on an issue on JuliaLang/julia
I think it should be ```julia f(g, args...; kwargs...) = g(kwargs, args...) ``` ```julia f(1,2,3; a=1, b=2) do kwargs, args... (args..., (kwargs...,)) end ``` generate output as ``` (1, 2,...

View on GitHub

joseeloren created a review comment on a pull request on JuliaLang/julia
@topolarity

View on GitHub

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

View on GitHub

dza205 starred JuliaLang/julia
el-oso created a comment on an issue on JuliaLang/julia
Thanks for taking care of it On Sun, Oct 20, 2024, 7:11 PM Ian Butterworth ***@***.***> wrote: > Closed #56171 <https://github.com/JuliaLang/julia/issues/56171> as > completed via JuliaLang...

View on GitHub

IanButterworth pushed 1 commit to backports-release-1.11 JuliaLang/julia
  • REPL: run repl hint generation for modeswitch chars when not switching (#56251) Fixes https://github.com/JuliaLang/j... e91b8be

View on GitHub

DilumAluthgeBot opened 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...
Load more