Ecosyste.ms: Timeline

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

JuliaLang/julia

mbauman created a review comment on a pull request on JuliaLang/julia
I'm not particularly excited about publicizing `require_one_based_indexing` — the reason for its existence is entirely about adding safety checks to _old_ code. But I see that the pair reference e...

View on GitHub

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

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
Would it be possible for this macro to take this form instead/also? ``` @world 26866 Foo(1) ```

View on GitHub

paulmelis created a comment on an issue on JuliaLang/julia
"Subtly different", but with no explanation anywhere? At least, I can't find anything in `--help` or the manual that `--trace-compile value` is accepted, when `--trace-compile=value` is what is lis...

View on GitHub

putianyi889 created a review comment on a pull request on JuliaLang/julia
That issue discussed reasons of having the general interface.

View on GitHub

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

View on GitHub

StevenWhitaker created a comment on an issue on JuliaLang/julia
@tecosaur I agree that Issue 1 above is a dupe of #55069. However, #55069 doesn't mention anything about the `--project=@script/sub_dir` functionality (what I call Issue 2 above). So this issue isn...

View on GitHub

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

Load more