Ecosyste.ms: Timeline

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

JuliaLang/julia

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
kshyatt created a branch on JuliaLang/julia

ksh/abstract_char - The Julia Programming Language

olivierverdier opened an issue on JuliaLang/julia
A TypeError crashes Julia
The following code crashes Julia ```julia using Test import Pkg Pkg.add("Manifolds") using Manifolds @testset "Julia crash" for M in [ Sphere(2), ] @test_throws TypeError [] ...
kshyatt opened a pull request on JuliaLang/julia
Tests for two AbstractString methods
kshyatt created a branch on JuliaLang/julia

ksh/abstract_str - The Julia Programming Language

kshyatt opened a pull request on JuliaLang/julia
Test for showing AnnotatedIOBuffer
Doesn't seem to be covered at the moment
kshyatt created a branch on JuliaLang/julia

ksh/anno_show - The Julia Programming Language

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

View on GitHub

Load more