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 review comment on a pull request on JuliaLang/julia
please keep all export together at the top

View on GitHub

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

View on GitHub

PallHaraldsson created a comment on an issue on JuliaLang/julia
julia> @code_llvm optimize=true println() .. %stdout.checked = load atomic ptr, ptr @"*Main.Base.stdout#3696.jit" unordered, align 16 %.not = icmp eq ptr %stdout.checked, null br i1 %.not, lab...

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
DRY slightly? ```suggestion bt_size = rec_backtrace_ctx(bt_data, max_bt_size, context, all_tasks_profiler ? NULL : t->gcstack); ```

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
No longer needed? ```suggestion NOINLINE size_t rec_backtrace(jl_bt_element_t *bt_data, size_t maxsize, int skip) JL_NOTSAFEPOINT ```

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
```suggestion const int n_max_random_attempts = 4; ```

View on GitHub

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

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
What's the regression exactly? This is lowered code as well so this has nothing to do with optimization etc.

View on GitHub

KBeDevel starred JuliaLang/julia
vtjnash commented on a commit on JuliaLang/julia
@nanosoldier `runbenchmarks("inference", vs="@f5937b432c51f6b8a5b28eaa5c1583f1350e12a3")`

View on GitHub

vtjnash commented on a commit on JuliaLang/julia
@nanosoldier `runbenchmarks("inference", vs="@b19a7c1721f623ae085354889b183622537543b0")`

View on GitHub

vtjnash commented on a commit on JuliaLang/julia
@nanosoldier `runbenchmarks("inference", vs="@e25287781adb6fec59d9cecccd1a47b3edcd3d03")`

View on GitHub

vtjnash commented on a commit on JuliaLang/julia
@nanosoldier `runbenchmarks("inference", vs="@1c67d0cfdc8ab109120dc3f0720053e509a10131")`

View on GitHub

nanosoldier commented on a commit on JuliaLang/julia
[Your job](https://github.com/JuliaLang/julia/commit/b19a7c1721f623ae085354889b183622537543b0#commitcomment-148362579) failed.

View on GitHub

vtjnash commented on a commit on JuliaLang/julia
@nanosoldier `runbenchmarks("inference", vs="@ f5937b432c51f6b8a5b28eaa5c1583f1350e12a3")`

View on GitHub

vtjnash deleted a branch JuliaLang/julia

jn/parallel-require-loading

vtjnash pushed 1 commit to master JuliaLang/julia
  • drop require lock when not needed during loading to allow parallel precompile loading (#56291) Fixes `_require_searc... db3d816

View on GitHub

vtjnash closed a pull request on JuliaLang/julia
drop require lock when not needed during loading to allow parallel precompile loading
Fixes `_require_search_from_serialized` to first acquire all start_loading locks (using a deadlock-free batch-locking algorithm) before doing stalechecks and the rest, so that all the global comput...
fingolfin created a review on a pull request on JuliaLang/julia
Looks sensible to me

View on GitHub

duongminh318 starred JuliaLang/julia
PallHaraldsson created a comment on a pull request on JuliaLang/julia
@KristofferC I see 1.11.1 has a regression, conditional jump I mentioned above: je .LBB0_2 The regression is in with or without this merged. I'm actually confused what's it about, and may not h...

View on GitHub

fingolfin created a comment on a pull request on JuliaLang/julia
This has sat here for a long time unfortunately. So I don't know if @mgautam98 still has any interest in this? If so I'd be happy to help get it over the line. If not perhaps someone would like to ...

View on GitHub

topolarity created a review comment on a pull request on JuliaLang/julia
> we’re generating dummy CodeInstance objects with codeinst_as_edge(...) to represent const-propped callsite edges. That's pretty similar to our "const return ABI" code instances, right? IIRC, ...

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
A workaround would be to use Requires.jl style of conditional loading.

View on GitHub

LilithHafner created a comment on a pull request on JuliaLang/julia
In the case of getindex `[][0]`, the bounds error gives two important pieces of information: the array length is zero and the accessed index is zero. In the case of `pop!([])`, the bounds error ...

View on GitHub

mikmoore created a comment on an issue on JuliaLang/julia
Just a nitpick, but anonymous functions can have multiple methods. There might be a nicer way to add them, but this works at least: ```julia-repl julia> f = x -> x*x #1 (generic function with 1 met...

View on GitHub

ViralBShah closed a draft pull request on JuliaLang/julia
Get rid of --lisp prompt
It shouldn't be exported (seems not needed, was always undocumented). I'll look into what more can go, but will be a separate PR likely.
aviatesk created a comment on a pull request on JuliaLang/julia
@nanosoldier `runbenchmarks("inference", vs=":master")`

View on GitHub

ViralBShah deleted a branch JuliaLang/julia

jishnub/linalg_docs

ViralBShah pushed 1 commit to master JuliaLang/julia
  • Add a developer documentation section to the `LinearAlgebra` docs (#56324) Functions that are meant for package deve... 49e3b87

View on GitHub

Load more