Ecosyste.ms: Timeline

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

JuliaLang/julia

vtjnash commented on a commit on JuliaLang/julia
@nanosoldier `runbenchmarks(ALL, isdaily = true)`

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia
Comments from offline discussion: - we could allow this for any finalizer function, not just ones with favorable effects - we should usually use the shim in gc-common.c to call the finalizers, ...

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia
SGTM, but would probably be good to hear from @JeffBezanson or @Keno or triage if they have thoughts about the API here? The gc-analyzer looks like you can fix it by adding `assert(mt != NULL)` the...

View on GitHub

dgleich opened a pull request on JuliaLang/julia
InteractiveUtils.jl: fixes issue where subtypes resolves bindings and causes deprecation warnings
The current version of `subtypes` will throw deprecation errors even if no one is using the deprecated bindings. A similar bug was fixed in Aqua.jl - https://github.com/JuliaTesting/Aqua.jl/pul...
jmkuhn created a comment on an issue on JuliaLang/julia
> * How does it behave for this date: 9990101 (1st January year 999) when the datetime format is "yyyymmdd" ? There is a digit missing for the year. ``` julia> Date("9990101", "yyyymmdd") 9990-10-...

View on GitHub

dkarrasch created a comment on an issue on JuliaLang/julia
I don't remember in which release cycle (could well be in v1.11), but we introduced three-arg `*` specializations, and that "generic" choice seems to be a bad one for static arrays, as changing the...

View on GitHub

dkarrasch created a comment on a pull request on JuliaLang/julia
The performance regressions must be "fake", right. They don't even run by the generic methods, so this LGTM.

View on GitHub

nanosoldier created a comment on a pull request on JuliaLang/julia
The package evaluation job [you requested](https://github.com/JuliaLang/julia/pull/56228#issuecomment-2429609000) has completed - possible new issues were detected. The [**full report**](https://s3...

View on GitHub

topolarity created a comment on a pull request on JuliaLang/julia
On second thought, I don't think this change is needed The `catch` ip should yield a strict subset of inlined frames that we got from the `try` (where we threw), so it should be enough to record t...

View on GitHub

topolarity closed a pull request on JuliaLang/julia
Make `DebugInfo` edges per-call rather than per-callee
This is useful for when you need to, e.g., trim the "common prefix" of two stacktraces that were both taken from inside an inlined function call. I'm hoping to use this property to provide a way to...
misaka19683 starred JuliaLang/julia
mohameml starred JuliaLang/julia
mgkuhn created a comment on an issue on JuliaLang/julia
Note that the [POSIX standard](https://pubs.opengroup.org/onlinepubs/9699919799/) says in [Section 12.2 Utility Syntax Guidelines](https://pubs.opengroup.org/onlinepubs/9699919799/): > Guideline 6...

View on GitHub

vtjnash created a comment on an issue on JuliaLang/julia
We could error if the long opt value starts with -, but that would probably also still be breaking

View on GitHub

mbauman created a comment on an issue on JuliaLang/julia
I'm not suggesting requiring `=` in all situations. Just in the unlikely case that you want output precompiles (or whatever) to a file named `--project`.

View on GitHub

mgkuhn created a comment on an issue on JuliaLang/julia
Requiring an `=` prefix to filename arguments of options may break TAB completion of such filenames in some shells. That makes it desirable to *not* require any prefix for filenames on the command ...

View on GitHub

d-netto pushed 2 commits to dcn-all-task-profiler JuliaLang/julia
  • llvmpasses: force vector width for compatibility with non-x86 hosts. (#56300) The pipeline-prints test currently fai... 005608a
  • all tasks profiler 3d7c7e1

View on GitHub

vtjnash deleted a branch JuliaLang/julia

tb/llvmpasses

vtjnash closed a pull request on JuliaLang/julia
llvmpasses: force vector width for compatibility with non-x86 hosts.
The pipeline-prints test currently fails when running on an aarch64-macos device: ``` /Users/tim/Julia/src/julia/test/llvmpasses/pipeline-prints.ll:309:23: error: AFTERVECTORIZATION: expected s...
vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

nsajko created a comment on a pull request on JuliaLang/julia
bump

View on GitHub

nsajko created a comment on a pull request on JuliaLang/julia
outdated after #55949

View on GitHub

nsajko closed a pull request on JuliaLang/julia
doc: `baremodule`: more accurate `include` example
In the example code: * show the two-argument method, too * show the dispatch constraint on the path argument of `include`, xref #55466
jijinbei starred JuliaLang/julia
topolarity opened a pull request on JuliaLang/julia
Make `DebugInfo` edges per-call rather than per-callee
This is useful for when you need to, e.g., trim the "common prefix" of two stacktraces that were both taken from inside an inlined function call. I'm hoping to use this property to provide a way to...
N5N3 opened a pull request on JuliaLang/julia
typeintersect: more fastpath to skip intersect under circular env
fix #56040
vtjnash created a comment on a pull request on JuliaLang/julia
This looks like it is now more easily running into an existing race-condition introduced by #54788 (@Keno) ``` package loading: Error During Test at /usr/home/julia/.buildkite-agent/builds/freebs...

View on GitHub

Keno pushed 1 commit to kf/compilerbindingpartition JuliaLang/julia

View on GitHub

Keno created a review comment on a pull request on JuliaLang/julia
Good catch, thanks.

View on GitHub

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

View on GitHub

Load more