ripe-gigabyte-88964
04/04/2024, 3:54 PME ValueError: Encountered 2 rule graph errors:
E No installed rules return the type FirstFakeAdditionalTargetDataFieldSet, and it was not provided by potential callers of @rule(pants.backend.project_info.peek_test:58:first_fake_additional_target_data(FirstFakeAdditionalTargetDataFieldSet) -> AdditionalTargetData).
E If that type should be computed by a rule, ensure that that rule is installed.
E If it should be provided by a caller, ensure that it is included in any relevant Query or Get.
E No installed rules return the type SecondFakeAdditionalTargetDataFieldSet, and it was not provided by potential callers of @rule(pants.backend.project_info.peek_test:66:second_fake_additional_target_data(SecondFakeAdditionalTargetDataFieldSet) -> AdditionalTargetData).
E If that type should be computed by a rule, ensure that that rule is installed.
E If it should be provided by a caller, ensure that it is included in any relevant Query or Get.
This is what I'm passing to the RuleRunner - am I missing something obvious? Does the order matter?ripe-gigabyte-88964
04/04/2024, 4:13 PMQueryRule for the union type that I didn't needripe-gigabyte-88964
04/04/2024, 5:35 PMwide-midnight-78598
04/04/2024, 5:38 PMwide-midnight-78598
04/04/2024, 5:39 PMripe-gigabyte-88964
04/04/2024, 5:39 PMwide-midnight-78598
04/04/2024, 5:40 PMwide-midnight-78598
04/04/2024, 5:41 PM