Gabriel Baraldi
Gabriel Baraldi
This is simple and needs some code cleanup specially the printf part. CC: @maleadt because some of this is based on ObjectiveC.jl
While experimenting I broke one of the juliaup channels with no clear way of fixing it, having a `reinstall` command would be nice
Add option to disable the linking of libdevice into the IR. This is needed because https://github.com/EnzymeAD/Reactant.jl requires the intrinsics and not their linked code to raise LLVM IR into MLIR...
pr: master: Inspired by @jakobnissen's blog https://viralinstruction.com/posts/aoc2025/ Written with AI help
Fixes #60345 We were dropping a copy because the type cast wasn't checking if the layout was compatible Found and written by claude + cursor so deserves a double check
The JuliaC.jl hello world project is no longer trimmable in 1.13 ``` julia +1.13 --project -m JuliaC --verbose --output-exe app --bundle /tmp/fun --trim=safe --experimental test/AppProject/ Running: setenv(`/Users/gbaraldi/.julia/juliaup/julia-1.13.0-alpha2+0.aarch64.apple.darwin14/bin/julia -C native -J/Users/gbaraldi/.julia/juliaup/julia-1.13.0-alpha2+0.aarch64.apple.darwin14/lib/julia/sys.dylib...
Closes https://github.com/libuv/libuv/issues/4944
This code unconditionally drains, which is a blocking operation and can cause deadlocks https://github.com/libuv/libuv/blob/8e024629fe76c7e4d009fd01ccf8b329c99433d3/src/unix/tty.c#L337 this was seen in https://github.com/JuliaLang/julia/pull/59795
We can change the names here but I've tested that this works (maybe we could register a callback and see if it gets invoked?)