acoustic-librarian-29560
03/26/2026, 7:13 PMacoustic-librarian-29560
03/26/2026, 8:30 PMbuildctl integration I was working on.acoustic-librarian-29560
03/26/2026, 8:30 PMwide-midnight-78598
03/26/2026, 9:52 PMAlso wondering when 2.32 is slated to leave dev?Shortly. It was just waiting on https://github.com/pantsbuild/scie-pants/pull/509 to drop
happy-kitchen-89482
03/27/2026, 12:11 AMcurved-manchester-66006
03/27/2026, 10:16 PMNote that on-disk caching is just for running Processes,I was confused by this recently too. I convinced myself on disk was "just" a process cache, but I'm not following what these other two types are:
enum CacheKeyType {
PROCESS = 0;
URL = 1;
DEP_INFERENCE_REQUEST = 2;
}
https://github.com/pantsbuild/pants/blob/9b3c1562e2081d8e60433341ad8dc5585ec37323/src/rust/protos/protos/pants/cache.proto#L7happy-kitchen-89482
03/29/2026, 4:35 PMhappy-kitchen-89482
03/29/2026, 4:35 PM