SJ
SJ
Just a thought on this... It's not a bad idea in general, but I'm always hesitant to try to outsmart the OS's scheduler. Any OS. In the past when I've...
Maybe relevant? https://pantsbuild.slack.com/archives/C046T6T9U/p1744160830745499 I kinda was able to replicate this problem once by accident and recovered by: ``` rm -rf .pants.d rm -rf ~/.cache/pants rm -rf ~/Library/Caches/nce ``` This was...
Thanks for taking this on! I'll be reviewing on the weekend, as I have some day job releases to hand hold this week. But, aside from what's in the release...
Not sure if it's still helpful, but here's what I use for my S340 fork. I'm only just learning Rust, so maybe there is a way to shorten this, but...
@olalonde Did this ever work out for you?
Is there some way to watch the PBS releases, but have that create a new ticket or something when a PBS is updated?
Sweet! Thanks! I'm not the most qualified to say where the issue originally stemmed from obviously (e.g. jump, science, interaction of them, etc) - however, I can say that my...
@ashic Is this still happening on recent pants versions, or did this get solved? Proxies seem to be the bane of our existence ðŸ˜
Created a breaking test here: ```bash pants-python314 % pants package src/python/pants:pants-pex ... Move pex elsewhere ... PANTS_BOOTSTRAP_VERSION=report pants 0.12.5 PANTS_BOOTSTRAP_URLS=./bootstrap.json pants --version b'Failed to find compatible interpreter on path (The...
Eventually was able to test using a locally built scie and ``` { "ptex": { "cpython-3.9.25+20251031-aarch64-apple-darwin-install_only.tar.gz": "https://github.com/astral-sh/python-build-standalone/releases/download/20251031/cpython-3.9.25+20251031-aarch64-apple-darwin-install_only.tar.gz", "cpython-3.11.14+20251031-aarch64-apple-darwin-install_only.tar.gz": "https://github.com/astral-sh/python-build-standalone/releases/download/20251031/cpython-3.11.14+20251031-aarch64-apple-darwin-install_only.tar.gz", "cpython-3.14.0+20251031-aarch64-apple-darwin-install_only.tar.gz": "https://github.com/astral-sh/python-build-standalone/releases/download/20251031/cpython-3.14.0+20251031-aarch64-apple-darwin-install_only.tar.gz", "pants.2.29.1-cp314-darwin_arm64.pex": "file:///{ABSOLUTE_PWD}/pants-pex.pex" } } ```