Ecosyste.ms: Timeline

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

JuliaLang/julia

IanButterworth created a comment on an issue on JuliaLang/julia
This seems to actually be specific to paths with the user dir as `~`. Fix: https://github.com/JuliaLang/julia/pull/56253

View on GitHub

IanButterworth opened a pull request on JuliaLang/julia
REPL: fix closing quote on completing files in a ~ path
Fixes https://github.com/JuliaLang/julia/issues/54958
aviatesk pushed 34 commits to avi/early-finalize-insertion 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 14 more ...

View on GitHub

Rucellmai61 starred JuliaLang/julia
IanButterworth opened a pull request on JuliaLang/julia
REPL: fix brace detection when ' is used for transpose
Fixes https://github.com/JuliaLang/julia/issues/55856 Since https://github.com/JuliaLang/julia/pull/56041 it required pressing tab to hit the error, but this tries to fix the actual error.
iahmadgad starred JuliaLang/julia
IanButterworth created a comment on an issue on JuliaLang/julia
Just noting that to reproduce this you just need to type `copy(A').`, `A` doesn't need to exist. The issue I believe is that when searching for braces we're assuming `'` is only used to quote, not...

View on GitHub

IanButterworth opened 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
IanButterworth created a comment on an issue on JuliaLang/julia
Proper fix in Pkg: https://github.com/JuliaLang/julia/issues/56037

View on GitHub

IanButterworth created a comment on an issue on JuliaLang/julia
Fix in Pkg: https://github.com/JuliaLang/Pkg.jl/pull/4053

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
I tried to cherry-pick https://github.com/JuliaLang/julia/pull/56214 here but it's a bit tricky because precompilepkgs has changed a fair bit with the workspaces support. (I did add two minor backp...

View on GitHub

IanButterworth pushed 2 commits to backports-release-1.11 JuliaLang/julia
  • fix functional assert statements (#53737) We currently never remove asserts but I still think this is not a good pra... aea077b
  • Fix some typos in comments (#54149) Signed-off-by: alongdate <[email protected]> (cherry picked from commit 2f90... d59df0b

View on GitHub

KikiXiang starred JuliaLang/julia
DilumAluthge deleted a branch JuliaLang/julia

ksh/abstract_char

DilumAluthge pushed 1 commit to master JuliaLang/julia
  • Few more tests for AbstractChar (#56249) e08280a

View on GitHub

DilumAluthge closed a pull request on JuliaLang/julia
Few more tests for AbstractChar
DilumAluthge created a review on a pull request on JuliaLang/julia

View on GitHub

giordano created a comment on a pull request on JuliaLang/julia
@gbaraldi any objection to backporting this PR to v1.11?

View on GitHub

d-netto pushed 2 commits to dcn-all-task-profiler JuliaLang/julia
  • Refactoring to be considered before adding MMTk (#55608) This PR contains some refactoring of common functions that ... 877de98
  • all tasks profiler 2a08a92

View on GitHub

giordano pushed 2 commits to backports-release-1.11 JuliaLang/julia
  • rename: invalid -> incompatible cache header (#56240) Falling back to the older serial precompilation process is bas... 7d3cbd8
  • Restore support for checking for UndefVarError variable name in at-test_throws (#56231) Fix https://github.com/Julia... 6fadf5a

View on GitHub

nsajko closed a pull request on JuliaLang/julia
fix julia crash in type inference of `TypeVar` construction
Fixes #56248
giordano pushed 3 commits to backports-release-1.11 JuliaLang/julia
  • Do not call `rand` during sysimage precompilation (#56227) This change by itself doesn't do anything significant on ... 48e1a72
  • stream: fix reading LibuvStream into array (#56092) Adds a new internal function `_take!(dst::Array{T,N}, src::Array... 581e65d
  • fix infinite recursion in `promote_type` for `Irrational` (#55870) Fixes #51001 (cherry picked from commit ca3713e7... a10b94f

View on GitHub

nsajko created a comment on a pull request on JuliaLang/julia
Didn't try building, so marking as "do not merge" until CI passes.

View on GitHub

nsajko opened a pull request on JuliaLang/julia
fix julia crash in type inference of `TypeVar` construction
Fixes #56248
nsajko created a comment on an issue on JuliaLang/julia
Crashing Julia all the way back to v0.7.0, but v0.6.4 handles this gracefully.

View on GitHub

nsajko created a comment on an issue on JuliaLang/julia
Minimal reproducer: ```julia f() = TypeVar(:x, 3) f() ```

View on GitHub

nsajko created a comment on an issue on JuliaLang/julia
Minimal reproducer: ```none julia> for M ∈ [42] try [] isa Vector{<:3} catch e if e isa TypeError 3 else ...

View on GitHub

nsajko created a comment on an issue on JuliaLang/julia
A better reproducer is provided in the linked issue: ```julia using Test @testset "Julia crash" for M in [42] @test_throws TypeError [] isa Vector{<:3} end ``` Result: ```none Internal erro...

View on GitHub

nsajko created a comment on an issue on JuliaLang/julia
Just a wild guess, but this could have something to do with the abuse of constructs like, for example, `Tuple{3}` in that package. The error message indicates that a non-`Type` appeared somewhere w...

View on GitHub

kshyatt opened a pull request on JuliaLang/julia
Few more tests for AbstractChar
Load more