Ecosyste.ms: Timeline

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

JuliaLang/julia

vtjnash created a comment on an issue on JuliaLang/julia
This would be breaking, as well as unexpected. The syntax in the help is subtly different, one indicating the argument is optional (requiring `=`) and the other indicating the argument is required ...

View on GitHub

vtjnash closed an issue on JuliaLang/julia
Inconsistent handling of `--trace-compile` argument
With 1.11 (and 1.10 as well): ``` $ julia --help | grep project --project[={<dir>|@.}] Set <dir> as the active project/environment. $ julia --help-hidden | grep trace-compile --trace-compil...
d-netto pushed 8 commits to dcn-all-task-profiler JuliaLang/julia
  • Add basic infrastructure for binding replacement (#56224) Now that I've had a few months to recover from the slog of... 8bdacc3
  • Specialize `haszero` for `Union{Missing,<:Number}` (#56169) Since `zero(::Union{Missing,T})` calls `zero(T)` interna... 82e0e28
  • Add small tweaks to juliac script and misc fixes to juliac (#56119) This comments out an assert thats currently faul... 6d7e29f
  • Warn about negative size in array construction (#56262) After this, ```julia julia> zeros(-1) ERROR: ArgumentErro... 11ef8eb
  • Revert "Reroute` (Upper/Lower)Triangular * Diagonal` through `__muldiag`" (#56267) Reverts JuliaLang/julia#55984 Th... cba1cc0
  • precompile: add error for using require_stdlib during precompile (#56233) This function could accidentally add a dep... 2188ba4
  • Fix indexing for block triangular matrices (#56168) Assuming that block matrices contain tiled elements (i.e. all el... f976541
  • all tasks profiler 5cef926

View on GitHub

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

View on GitHub

tecosaur closed an issue on JuliaLang/julia
`--project=@script` is broken or NEWS entry is incorrect (Julia 1.11.0-rc3)
This issue has two parts. # Issue 1 The following NEWS entry is incorrect: > If no path is given after (i.e. `--project=@script`) then (like `--project=@.`) the directory and its parents are...
tecosaur created a comment on an issue on JuliaLang/julia
Thanks for reporting! Let's focus on #55069 though 🙂

View on GitHub

vtjnash created a comment on an issue on JuliaLang/julia
I reported it, but given that a couple more locks with the same mistakes show up in the code now as compared to last year, I am going to say they still aren't aware of it.

View on GitHub

nsajko created a review comment on a pull request on JuliaLang/julia
> It is because of https://github.com/JuliaLang/julia/issues/35067 I don't see the connection. That issue doesn't seem to discuss that part of the design. It barely discusses design at all.

View on GitHub

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

View on GitHub

putianyi889 created a review comment on a pull request on JuliaLang/julia
In any case it should not belong to `number.jl`. If it has to be added, where should it go?

View on GitHub

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

View on GitHub

nsajko created a review comment on a pull request on JuliaLang/julia
> some types that can behave like reals are not actually `<: Real`. `DualNumbers.Dual <: Number` being such an example. I don't think the dual numbers are ordered though? So I guess we don't wan...

View on GitHub

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

View on GitHub

putianyi889 created a review comment on a pull request on JuliaLang/julia
It is because of #35067

View on GitHub

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

View on GitHub

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

View on GitHub

nsajko created a review comment on a pull request on JuliaLang/julia
-1: Why is there an `Any` method? The definition mostly makes sense for `Real`.

View on GitHub

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

View on GitHub

IanButterworth created a comment on an issue on JuliaLang/julia
Do we still think Apple is unaware of the bug? as per https://github.com/JuliaLang/julia/issues/43578#issuecomment-1007592892

View on GitHub

vtjnash created a comment on an issue on JuliaLang/julia
Note that our current hack only helps if the user never uses `RTLD_NOLOAD` or any dyld API except dlopen and dlclose. Calling `dlsym` is also probably okay (e.g. it probably doesn't hold multiple l...

View on GitHub

jishnub pushed 1 commit to master JuliaLang/julia
  • Fix indexing for block triangular matrices (#56168) Assuming that block matrices contain tiled elements (i.e. all el... f976541

View on GitHub

jishnub deleted a branch JuliaLang/julia

jishnub/block_tri_indexing

nsajko created a comment on a pull request on JuliaLang/julia
Tests are failing: ```none numbers (16) | failed at 2024-10-21T07:52:16.381 Test Failed at /cache/build/tester-demeter6-13/julialang/julia-mast...

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
Ah ok. Maybe that should be a repl-specific option like `hint_tab_completes` rather than a global? But setting that is quite ugly because you need a version check barrier ``` if VERSION >= v"1...

View on GitHub

freyaharris starred JuliaLang/julia
IanButterworth opened a pull request on JuliaLang/julia
add Pkg 1.11 news to HISTORY.md
Backport already on https://github.com/JuliaLang/julia/pull/56228
IanButterworth pushed 1 commit to backports-release-1.11 JuliaLang/julia

View on GitHub

jishnub pushed 7 commits to jishnub/muldiag_tri_fix JuliaLang/julia
  • REPL: fix brace detection when ' is used for transpose (#56252) 1c67d0c
  • Add basic infrastructure for binding replacement (#56224) Now that I've had a few months to recover from the slog of... 8bdacc3
  • Specialize `haszero` for `Union{Missing,<:Number}` (#56169) Since `zero(::Union{Missing,T})` calls `zero(T)` interna... 82e0e28
  • Add small tweaks to juliac script and misc fixes to juliac (#56119) This comments out an assert thats currently faul... 6d7e29f
  • Warn about negative size in array construction (#56262) After this, ```julia julia> zeros(-1) ERROR: ArgumentErro... 11ef8eb
  • Revert "Reroute` (Upper/Lower)Triangular * Diagonal` through `__muldiag`" (#56267) Reverts JuliaLang/julia#55984 Th... cba1cc0
  • Fix multiplying a triangular matrix and a Diagonal 786ba2f

View on GitHub

ericphanson created a comment on a pull request on JuliaLang/julia
Currently there's no env var btw, it's a global value in the REPL module

View on GitHub

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

View on GitHub

Load more