Ecosyste.ms: Timeline

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

JuliaLang/julia

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

iperalta7 starred JuliaLang/julia
KristofferC created a comment on a pull request on JuliaLang/julia
Because it needs to be set during runtime?

View on GitHub

PedroJJimenez starred JuliaLang/julia
DilumAluthge created a comment on a pull request on JuliaLang/julia
Why isn't `Base.is_interactive` const?

View on GitHub

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

View on GitHub

IanButterworth closed an issue on JuliaLang/julia
v1.11 errors when loading REPL and Pkg
```julia [vp@MBP dev]:julia --startup-file=no _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for he...
adienes created a comment on an issue on JuliaLang/julia
the one with dashes should error IMO

View on GitHub

Load more