Ecosyste.ms: Timeline

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

JuliaLang/julia

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...
IanButterworth pushed 1 commit to master JuliaLang/julia
  • REPL: run repl hint generation for modeswitch chars when not switching (#56251) Fixes https://github.com/JuliaLang/j... 1fd7ada

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
REPL: run repl hint generation for modeswitch chars when not switching
Fixes https://github.com/JuliaLang/julia/issues/56003
o314 created a comment on an issue on JuliaLang/julia
If that can help ```julia # def f(g, args...; kwargs...) = g((; kwargs...), args...) ``` ``` # use f(1,2,3; a=1, b=2) do kwargs, args...; (args..., kwargs) end ``` ``` (1, 2, 3, (a = 1, b = 2)) ```

View on GitHub

IanButterworth closed an issue on JuliaLang/julia
Autocomplete fails if `stat` errors, on nightly
My hard drive is slightly corrupted, and it looks like the new autocomplete on Nightly fails when it encounters an error in stat. Since the files are corrupted, it's pretty hard to build a repro...
IanButterworth closed an issue on JuliaLang/julia
Autocomplete doesn't work on Pkg REPL mode on Windows on v1.11
Tried in Windows and Linux, TAB autocomplete ```julia (jl_qkt9Yn) pkg> dev C:\┌ Error: Error in the keymap │ exception = │ IOError: stat("C:\\DumpStack.log.tmp"): resource busy or locked (EBU...
IanButterworth closed an issue on JuliaLang/julia
REPL suggested completion displayed even after becoming inapplicable
![Image](https://github.com/user-attachments/assets/5431d5bc-3973-42e6-a8d8-0e0bc4c8a1e2) As seen in this image, the completion `col -> collect` is displayed despite the closing bracket being adde...
Keno created a comment on a pull request on JuliaLang/julia
@nanosoldier `runtests(["SwapLiterals", "OverflowContexts", "Fuzzy", "HalfIntegers", "ArrayAllocators", "SafeREPL", "SaferIntegers", "ChangePrecision", "Abaco", "Baobzi", "Malt", "Distances", "Dive...

View on GitHub

andreyz4k created a comment on an issue on JuliaLang/julia
Another affected package is Transformers.js which relies on Flux's CUDA extension in its own CUDA extension. https://github.com/chengchingwen/Transformers.jl/blob/master/ext/TransformersCUDAExt/Tra...

View on GitHub

afonsomm starred JuliaLang/julia
jishnub created a comment on an issue on JuliaLang/julia
Locally, I obtain ```julia norm(c1 - c2) / max(norm(c1), norm(c2)) = 8.0597636f-7 eps(cond(A)) = 1.9073486f-6 ``` ```julia julia> using OpenBLAS_jll, LinearAlgebra julia> strip(unsafe_string(ccall...

View on GitHub

gbaraldi pushed 1 commit to gb/memmove-memory JuliaLang/julia
  • Use correct preserve syntax for bootstrapping 1d60543

View on GitHub

cheengshuchin created a comment on an issue on JuliaLang/julia
Ok, I may find a solution for This issue. you may try this.... ```julia A=[1,2,3] B=[4,5,6] C=[(),(:info => false,),(:info => true, :msg => "tyf")] function func(a,b;info=true,msg="CSC") if inf...

View on GitHub

giordano created a review comment on a pull request on JuliaLang/julia
`GC` doesn't seem to exist at this point during bootstrap.

View on GitHub

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

View on GitHub

donovaly opened an issue on JuliaLang/julia
wrong location for Julia's start menu entry under Windows
After installing Julia under Windows as normal user, I see that the start menu entry (the Julia 1.11.1.lnk file) is in this path: C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start Menu T...
gbaraldi pushed 1 commit to gb/memmove-memory JuliaLang/julia

View on GitHub

IanButterworth created a review comment on a pull request on JuliaLang/julia
```suggestion occursin(name, first(s, length(s)-4)) ```

View on GitHub

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

View on GitHub

giordano created a comment on an issue on JuliaLang/julia
Minimal reproducer should be ```julia using LinearAlgebra A = Float32[0.5165111 0.40158212 0.5574516 0.8424667 0.73727703 0.99013567 0.027817607 0.7097305 0.5340295 0.8029875; 0.73383516 0.21861029...

View on GitHub

nanosoldier commented on a commit on JuliaLang/julia
Executing the daily package evaluation, I will reply here when finished: @nanosoldier `runtests(isdaily = true)`

View on GitHub

umutky starred JuliaLang/julia
jishnub opened an issue on JuliaLang/julia
Test failure in `LinearAlgebra/lapack.jl` in comparing `LAPACK.sytri!` to `inv` for an almost-symmetric matrix
In the ` aarch64-apple-darwin` job https://buildkite.com/julialang/julia-master/builds/41270#0192a51c-3afb-4a6f-a53f-3c3b9f537ed4, there is ```julia The global RNG seed was 0xf3fab14bb37f52ec47cdcf...
IanButterworth opened a pull request on JuliaLang/julia
REPL: don't complete str and cmd macros when the input matches the internal name like `r_` to `r"`
Fixes https://github.com/JuliaLang/julia/issues/56071
Load more