aloof-tiger-68736
05/04/2026, 9:39 PMexecute_process()?
Are there any plans to expose such a mechanism to plugin writers? E.g., a new decorator, or a config argument for @rule?aloof-tiger-68736
05/04/2026, 9:40 PMexecute_process() invocations yielding cached results, but non-trivial build-/plugin-level work still needlessly happens, notably dynamic-dependency resolution (which is deterministic if a large-enough circle is drawn).
I suspect a carefully-constructed execute_process('pants <...>') would be a working, horrific kludge to accomplish what I'm imagining, but that entails significant overhead in multiple dimensions.
I can imagine such capability would be a big hammer requiring care to not violate invariants, but in our case the fault would lay with the plugin author.happy-kitchen-89482
05/05/2026, 12:10 AMhappy-kitchen-89482
05/05/2026, 12:11 AMProcess (e.g., dep inference results), but they are very bespoke.happy-kitchen-89482
05/05/2026, 12:12 AMhappy-kitchen-89482
05/05/2026, 12:13 AMcurved-manchester-66006
05/05/2026, 1:41 AMdurable remote caching other than throughFor durable remote caching one would be somewhat constariend by the REAPI protocol, right?. My -- at a distance -- understanding is that people have done creative things on the content-addressable-store corners of the api but on the Action side things need to be stretched to look like a Command.
fast-school-44220
05/05/2026, 1:45 AMcurved-manchester-66006
05/05/2026, 3:20 PMaloof-tiger-68736
05/05/2026, 5:39 PM