<#19946 Allow overriding options like `named-cache...
# github-notifications
c
#19946 Allow overriding options like `named-caches-dir` in `RuleRunner` via extra args Issue created by krishnan-chandra Describe the bug Per discussion at #19430 (comment) - the
named-caches-dir
is set at RuleRunner creation time, and can't always be reliably overridden by passing extra arguments to the
RuleRunner
in subsequent invocations. To fix this, the
RuleRunner
class needs to be modified so that the extra args are consulted when it executes rules. Pants version 2.17.0 and subsequent versions OS Both Additional info Source of this issue and discussion: #19430 (comment) pantsbuild/pants