Elliot Saba
Elliot Saba
Attempting to add a specific branch of a registry using the same form as `add` for a package results in cloning the right repository, but with an invalid fetch refspec:...
If I type `dev ~/.jul`, it tries to auto-expand to `/Users/sabae/.julia`, but uses the wrong offset because of `expanduser()` turning `~` into `/Users/sabae`: This is happening with Pkg ed7a8dca87fa58d80053abf68fb7dfefa54d554e
BinaryBuilder2 generates JLLs that use `LazyJLLWrappers` instead of `JLLWrappers`, we need to allow that here for them to get registered.
We previously did this for `base` and `test` in https://github.com/JuliaLang/julia/pull/55524, may as well do it for `stdlib` as well.
- [X] are you running newest version (version from docs) ? - [X] #3659 It appears that if I use `@lift()` to make a recipe dynamic, I can quickly run...
- [X] are you running newest version (version from docs) ? (Using `WGLMakie v0.9.7`) - [X] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)...
## Problem If a build does something silly like `chmod 0444 ./subdir`, attempts to clean up the build directory [will fail with messages like](https://buildkite.com/julialang/julia-master/builds/39322#01916b11-6bff-4a23-a6e8-dac68df78347/48-113): ``` # Removing /Users/julia/buildkite-agent/build/julia-master 🚨 Error:...
I do a fair amount of development work on my MacBook Pro with a linux VM that has a shared folder setup so that my native VSCode edits files on...
While there `run_on_start` and `run_on_stop` form a nice balance, some `run_on_start` scripts are actually meant to be balanced against a `run_on_destroy` trigger. As an example, using the `run_on_start` scripts to...
Because the `aarch64` driver code was previously keying off of only `TARGET_MACHO`, it caused this host-side code to be compiled for macOS when it could be running on something else,...