Ecosyste.ms: Timeline

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

JuliaLang/julia

gbaraldi created a review comment on a pull request on JuliaLang/julia
There's a signed version of this builtin

View on GitHub

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

View on GitHub

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

View on GitHub

fingolfin created a comment on a pull request on JuliaLang/julia
Thank you! Yes, libjulia needs the updated header. Since I only rebuilt it a few days ago, it should be trivial enough to do it again once this PR is merged

View on GitHub

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

View on GitHub

thien0247 starred JuliaLang/julia
ararslan created a comment on a pull request on JuliaLang/julia
Oh yeah, good idea. And we can probably remove i686, which is listed as tier 3, since I'm not sure it's ever worked.

View on GitHub

lgoettgens opened a pull request on JuliaLang/julia
Put `jl_gc_new_weakref` in a header file again
The gcext implementation in [gap](https://github.com/gap-system/gap/)/[GAP.jl](https://github.com/oscar-system/GAP.jl) uses `jl_gc_new_weakref`. Since https://github.com/JuliaLang/julia/pull/55608 ...
d-netto created a review comment on a pull request on JuliaLang/julia
Done.

View on GitHub

d-netto created a review on a pull request on JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto created a review comment on a pull request on JuliaLang/julia
Done.

View on GitHub

d-netto created a review on a pull request on JuliaLang/julia

View on GitHub

d-netto created a review comment on a pull request on JuliaLang/julia
Done.

View on GitHub

d-netto created a review on a pull request on JuliaLang/julia

View on GitHub

d-netto pushed 3 commits to dcn-all-task-profiler JuliaLang/julia
  • InteractiveUtils.jl: fixes issue where subtypes resolves bindings and causes deprecation warnings (#56306) The curr... 20f933a
  • [CRC32c] Support AbstractVector{UInt8} as input (#56164) This is a similar PR to https://github.com/JuliaIO/CRC32.jl... f285de5
  • all tasks profiler 4df241e

View on GitHub

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

View on GitHub

adienes created a comment on a pull request on JuliaLang/julia
why do you want to remove this? it's just a fun easter egg. I don't think anybody is taking this lisp too seriously as a piece of major / stable language functionality

View on GitHub

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

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
```suggestion if (profile_running) { ```

View on GitHub

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

View on GitHub

PallHaraldsson created a comment on a pull request on JuliaLang/julia
"usage" found online, are snippets in forks of (outdated, e.g. using wmain in) Julia (unlikely to find many more (valid) examples): https://cpp.hotexamples.com/examples/-/-/julia_init/cpp-julia_in...

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
Should this go into the gc-stacks.c file, since it is basically the same as `jl_live_tasks` there?

View on GitHub

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

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
this can be a smallarraylist_t

View on GitHub

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

View on GitHub

Flasushi starred JuliaLang/julia
PallHaraldsson opened a pull request on JuliaLang/julia
Get rid of --lisp prompt
aravindh-krishnamoorthy created a comment on a pull request on JuliaLang/julia
> Do you see if https://github.com/scipy/scipy/blob/628a6b3bf3e1a3149b8a6390322ae976bba930fa/scipy/linalg/_matfuncs_inv_ssq.py#L367-L377 and subsequent code handles it the same way? IIRC then the s...

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
n.b. you don't need `@atomic` on a load unless you actually require seq_cst (otherwise it just gives a non-atomic, aka monotonic aka relaxed value)

View on GitHub

Load more