This is necessary for true parallel execution of skycfg, without common access to global state.
Also introduce a skycfg.CommonOption type and infrastructure, for options that apply to all three entrypoints for Starlark evaluation: loading, execution, testing.
This is necessary for true parallel execution of skycfg, without common access to global state.
Also introduce a
skycfg.CommonOption
type and infrastructure, for options that apply to all three entrypoints for Starlark evaluation: loading, execution, testing.