Ecosyste.ms: Timeline

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

JuliaLang/julia

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

jakobnissen opened an issue on JuliaLang/julia
Feature request: API to get the `Memory` underlying an `Array`
This can currently be accessed using `parent(my_vec.ref)`, but this is internal. This is useful if one has a `Vector`, and needs acces to the lower-level, unresizable data backing it.
gbaraldi pushed 1 commit to gb/pipeline-fun JuliaLang/julia
  • Fix lower handlers pass to handle merging branches into leave_funcs. Also add tests and fix llvmpasses b447d87

View on GitHub

ShashaankS forked JuliaLang/julia

ShashaankS/julia

gbaraldi pushed 1 commit to gb/pipeline-fun JuliaLang/julia
  • Fix lower handlers pass to handle merging branches into leave_funcs. Also add tests and fix llvmpasses d6a2afa

View on GitHub

gbaraldi opened a pull request on JuliaLang/julia
Make isbitstypes use memmove instead of the runtime function in copyto!
This might help llvm understand whats going on. Also enzyme really wants this to look like this to trace through it better
gbaraldi created a branch on JuliaLang/julia

gb/memmove-memory - The Julia Programming Language

gbaraldi pushed 1 commit to gb/pipeline-fun JuliaLang/julia
  • Fix lower handlers pass to handle merging branches into leave_funcs. Also add tests and fix llvmpasses 39746e3

View on GitHub

Load more