Ecosyste.ms: Timeline

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

JuliaLang/julia

jakobnissen opened a pull request on JuliaLang/julia
Define parent and parentindices for Array
The parent of an Array is the underlying Memory, and the parentindices are the indices of that Memory that corresponds to the Array.
nanosoldier created a comment on a pull request on JuliaLang/julia
The package evaluation job [you requested](https://github.com/JuliaLang/julia/pull/55949#issuecomment-2419716517) has completed - possible new issues were detected. The [**full report**](https://s3...

View on GitHub

NHDaly created a comment on a pull request on JuliaLang/julia
I'm going to close this PR. It is way out of date, and i don't even know if it is the right approach anymore, per Jeff's last message. Apologies for leaving it dangling. I would love if someone ...

View on GitHub

NHDaly closed a pull request on JuliaLang/julia
Make `remove_linenums!` more precise: remove lines from full Expr (was missing macrocalls), but _NOT_ from user's code (by preventing recursion into `esc()`)
Fix the `@inferred` and `@test` macros to stop modifying user inputs. ------ After several edits, this PR achieves that by making `Base.remove_linenums!` not recurse into `esc()`'d Exprs. ...
NHDaly created a review comment on a pull request on JuliaLang/julia
We believe the reason is because symbolizing the traces is super slow with our giant binary size. But to be honest i think we don't know why it's so slow.

View on GitHub

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

View on GitHub

NHDaly created a comment on an issue on JuliaLang/julia
Aha, yes of course. 💡 Thanks, this makes sense, and indeed we should of course stick to the C ABI layout. Too bad though, since in most cases we could do better. I guess in a future Julia 2.0, we...

View on GitHub

NHDaly closed an issue on JuliaLang/julia
inlined types don't pack as tightly as they could (while still maintaining alignment)
Consider this example: ```julia julia> struct Value kind::Int8 value::Union{Int,String} end julia> sizeof(Value) 16 julia> struct Node1 a::UInt16 ...
NHDaly created a comment on an issue on JuliaLang/julia
CC: @timholy

View on GitHub

rscrd starred JuliaLang/julia
IanButterworth opened a pull request on JuliaLang/julia
rename: invalid -> incompatible cache header
Falling back to the older serial precompilation process is basically a bug (except for if a manifest hasn't been resolved) so https://github.com/JuliaLang/julia/pull/52619 added more info on why it...
vtjnash created a comment on an issue on JuliaLang/julia
I believe this should be added as a method of parent: `parent(a::Array) = a.ref.mem`?

View on GitHub

vtjnash deleted a branch JuliaLang/julia

jn/pkgimage-missing-opts

vtjnash closed an issue on JuliaLang/julia
1.11 regression: REPL error if starting julia with `-O3`
Hello, This issue also has a little discussion at [this discourse link](https://discourse.julialang.org/t/issue-at-repl-with-1-11-am-i-doing-something-silly-here/121070). After upgrading to v1.11...
vtjnash closed an issue on JuliaLang/julia
1.11 regression: REPL error if starting julia with `-O3`
Hello, This issue also has a little discussion at [this discourse link](https://discourse.julialang.org/t/issue-at-repl-with-1-11-am-i-doing-something-silly-here/121070). After upgrading to v1.11...
vtjnash closed an issue on JuliaLang/julia
Julia 1.11.1 precompilations and freeze with -O3
Installed julia 1.11.1 with `juliaup`. Launching with no arguments worked as expected. Launching with `-O3` caused some core packages to precompile, I'm guessing the `-O3` binary code is missing fr...
vtjnash pushed 1 commit to master JuliaLang/julia
  • fix precompile process flag propagation (#56214) CacheFlags could get set, but were never propagated to the target ... 82b1506

View on GitHub

vtjnash closed a pull request on JuliaLang/julia
fix precompile process flags
CacheFlags could get set, but were never propagated to the target process, so the result would be unusable. Additionally, the debug and optimization levels were not synchronized with the sysimg, ca...
vtjnash deleted a branch JuliaLang/julia

jn/56078

vtjnash closed an issue on JuliaLang/julia
`readbytes!(::Process, ::Vector{UInt8}, ::Int)` does not read bytes on 1.11
On 1.11: ``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | ...
vtjnash closed an issue on JuliaLang/julia
`readbytes!(::Process, ::Vector{UInt8}, ::Int)` does not read bytes on 1.11
On 1.11: ``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | ...
vtjnash pushed 1 commit to master JuliaLang/julia
  • stream: fix reading LibuvStream into array (#56092) Adds a new internal function `_take!(dst::Array{T,N}, src::Array... fc40e62

View on GitHub

vtjnash closed a pull request on JuliaLang/julia
stream: fix reading LibuvStream into array
Adds a new abstraction `take!(dst::Array{T,N}, src::Array{T,N})` for doing an efficient `copyto!` equivalent. Previously it was assumed that `compact` did this automatically, which wasn't a great a...
IanButterworth pushed 1 commit to master JuliaLang/julia
  • fix reporting of precompile configs on CI (#56232) Currently the header doesn't print for `Pkg.test` with coverage o... 1157c6f

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
fix reporting of precompile configs on CI
Currently the header doesn't print for `Pkg.test` with coverage on ``` [8dfed614] Test v1.11.0 1077.2 ms ✓ RequiredInterfaces 1 dependency successfully precompiled in 1 seconds. 8 alr...
nanosoldier commented on a commit on JuliaLang/julia
The package evaluation job [you requested](https://github.com/JuliaLang/julia/commit/727a57ed4fcbf99916678d719e131de2c59cf054#commitcomment-148047420) has completed - possible new issues were detec...

View on GitHub

IanButterworth opened a pull request on JuliaLang/julia
[backports-release-1.11] Actually setup jit targets when compiling packageimages instead of targeting only one (#54471)
Specific backport for https://github.com/JuliaLang/julia/pull/54471 for consideration given https://github.com/JuliaLang/julia/pull/54471#issuecomment-2422327880
IanButterworth created a review on a pull request on JuliaLang/julia

View on GitHub

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

View on GitHub

khughitt created a comment on an issue on JuliaLang/julia
Apologies. Installed via AUR. I see now that it is not supported.

View on GitHub

Load more