bitter-ability-32190
05/30/2023, 4:25 PMsystem_binaries rules. This gives me an opportunity to fix https://github.com/pantsbuild/pants/issues/18669 by using Python stdlib.
So, please jump in on that issue if you have thoughts...wide-midnight-78598
05/30/2023, 4:34 PMsystem_binaries consumed by adhoc tool, or does adhoc tool use a different mechanism to pick up?bitter-ability-32190
05/30/2023, 4:36 PMtar and zip rules to use Python stdlib for determinism instead of/on top of the system binariesfast-nail-55400
05/30/2023, 4:39 PMProcess?fast-nail-55400
05/30/2023, 4:39 PMfast-nail-55400
05/30/2023, 4:40 PMbitter-ability-32190
05/30/2023, 4:40 PMbitter-ability-32190
05/30/2023, 4:40 PMfast-nail-55400
05/30/2023, 4:40 PMbitter-ability-32190
05/30/2023, 4:41 PMancient-vegetable-10556
05/30/2023, 4:43 PMadhoc_tool itself does not use system_binaries per se (it does depend on Bash at the moment). system_binary (the target) uses its own implementation because the error handling (in system_binaries) is a bit narrowwide-midnight-78598
05/30/2023, 4:48 PM