Ecosyste.ms: Timeline

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

JuliaLang/julia

lgoettgens created a review comment on a pull request on JuliaLang/julia
```suggestion JL_DLLEXPORT jl_weakref_t *jl_gc_new_weakref(jl_value_t *value); ``` Yeah, should work. @fingolfin do you agree?

View on GitHub

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

View on GitHub

JoshCobra starred JuliaLang/julia
d-netto created a review comment on a pull request on JuliaLang/julia
Minor style suggestion: since this is in `gc-common.h`, we should have access to `jl_weakref_t` and `jl_value_t`. Perhaps use those, instead of `struct _jl_weakref_t` and `struct _jl_value_t`?

View on GitHub

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

View on GitHub

d-netto created a review on a pull request on JuliaLang/julia
LGTM. Thanks for spotting it.

View on GitHub

aravindh-krishnamoorthy created a comment on an issue on JuliaLang/julia
Adding a few top level tests which basically make the same LAPACK calls: ```julia julia> using OpenBLAS_jll, LinearAlgebra julia> strip(unsafe_string(ccall(((:openblas_get_config64_), libopenblas)...

View on GitHub

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

Load more