Zanie Blue

Results 2957 comments of Zanie Blue

Thanks for the details! > GC is just an instruction set extension. Just as we might compile with -march=avx2 on x86, we don't refer to it as x86_64-avx2-linux, do we?...

I might add some tests for this, but they'll be kind of annoying to update.

I don't see where we're gating this with the verbose flag with a casual look.

Yeah I was confused... haha. Tried to write a MRE but it just fails: ``` ❯ cat ~/bin/git #/usr/bin/env bash echo "Content please" read test ❯ uv pip install --no-cache...

🤔 https://github.com/Agilent/yb/blob/main/yb/src/main.rs#L72 from https://github.com/console-rs/indicatif/issues/594 seems helpful?

Same as https://github.com/astral-sh/uv/issues/3783

For context, these take ~7s on my machine and the free-threaded one makes the slow test list in Linux CI at 22s. I believe that one is slow because there's...

I can reproduce that failure ``` ❯ RUST_LOG=uv=trace uv python install 3.13 --reinstall -v DEBUG uv 0.5.10 (37b11ddb2 2024-12-17) TRACE Checking lock for `/Users/zb/.local/share/uv/python` at `/Users/zb/.local/share/uv/python/.lock` DEBUG Acquired lock for...

No clue where they're reading `/install/lib/libpython3.13.dylib` from?