Carlo Cabrera

Results 648 comments of Carlo Cabrera

Regarding the install name, what kind of details were you looking for? In its current state you can only link with `libsvm` if it's in your current working directory. If...

I suggest accepting `lpeg.so` on macOS, _but_ also checking that the LPeg library can be explicitly linked to (instead of merely `dlopen`ed) so that you can error out with an...

Shim is probably the easiest, and is kind of supported by the `RUSTC_WRAPPER` environment variable: https://doc.rust-lang.org/cargo/reference/environment-variables.html

> I think this logic is essentially the same way we detect "`revision` bumps" today: we download the bottle, we attempt `brew linkage` and `brew test` on that bottle and,...

Since this is a breaking change, we may want to save this for a minor release.

I'll get to this late next week (or in the first half of the week following that). Note: I'm not optimistic about being able to fix the test failures, so...

> This reduces Pythons needed by users who need to build-from-source. We'd also get that with an `:all` bottle.

Seems like you'd then also end up with ``` /opt/homebrew/lib/python3.13/site-packages/certifi/__pycache__/__init__.cpython-311.pyc /opt/homebrew/lib/python3.13/site-packages/certifi/__pycache__/core.cpython-311.pyc ``` which doesn't seem ideal.

> Does make me wonder whether this caching could/should be in Homebrew/brew, though? That's where we're making this change!