Do subsystems need some kind of registration? If ...
# general
a
Do subsystems need some kind of registration? If I run
./pants -ldebug --compile-rsc-worker-count=8 --process-execution-local-parallelism=8 --compile-rsc-execution-strategy=hermetic --no-compile-rsc-incremental --compile-rsc-workflow=rsc-and-zinc compile --cache-ignore examples/src/scala/org/pantsbuild/example/hello::
I get told:
No such options scope: rsc
when
RscCompile
tries to access
Rsc.global_instance()
Aah think I found it - not sure why this was working before…
w
yes, they do
the subsystems in the transitive
def subsystem_dependencies(cls):
of a Task or Optionable are supposed to be included