enough-analyst-54434
02/18/2022, 4:55 PMhappy-kitchen-89482
02/18/2022, 4:56 PMenough-analyst-54434
02/18/2022, 4:56 PMbitter-ability-32190
02/18/2022, 4:57 PMenough-analyst-54434
02/18/2022, 4:57 PMhappy-kitchen-89482
02/18/2022, 4:57 PMbrew install pants
may not be the way - we likely want to continue to have the version locked at the repo level, and not dependent on the systembitter-ability-32190
02/18/2022, 4:57 PMhappy-kitchen-89482
02/18/2022, 4:57 PMhundreds-father-404
02/18/2022, 4:58 PMpants_version
enough-analyst-54434
02/18/2022, 4:58 PMenough-analyst-54434
02/18/2022, 5:00 PMbitter-ability-32190
02/18/2022, 5:01 PMbitter-ability-32190
02/18/2022, 5:01 PMhundreds-father-404
02/18/2022, 5:02 PMenough-analyst-54434
02/18/2022, 5:03 PMenough-analyst-54434
02/18/2022, 5:04 PMwitty-crayon-22786
02/18/2022, 5:12 PMancient-vegetable-10556
02/18/2022, 6:11 PMClasspathEntry
, which is not true for file
targets. As I go through and break this assumption, I’m wondering if I should be silently ignoring all non-classpath dependencies when assembling the classpath, or if I should have some way of affirmatively opting into this behaviour. (@witty-crayon-22786 @fast-nail-55400)witty-crayon-22786
02/18/2022, 10:41 PMhappy-kitchen-89482
02/22/2022, 5:09 PMfast-nail-55400
02/22/2022, 8:55 PMBuiltinGoal
, how do you retrieve the OptionsBoostrapper
used?fast-nail-55400
02/22/2022, 11:43 PMfast-nail-55400
02/22/2022, 11:50 PMhappy-kitchen-89482
02/23/2022, 2:28 AMfast-nail-55400
02/23/2022, 6:28 PMJAVA_HOME
via JdkEnvironment
?fast-nail-55400
02/23/2022, 6:48 PMsubject
for the engine execution request. I am getting this error:
ValueError: Encountered 4 rule graph errors:
No installed rules return the type BSPContext, and it was not provided by potential callers of @rule(pants.backend.scala.bsp.rules:67:bsp_resolve_all_scala_build_targets(ScalaBSPBuildTargetsRequest, AllScalaTargets, BSPContext) -> BSPBuildTargets, gets=[Get(BuildTarget, ResolveScalaBSPBuildTargetRequest)]).
And adding QueryRule(BSPContext, ())
did not help (same error). Thoughts?witty-crayon-22786
02/23/2022, 8:30 PMbitter-ability-32190
02/24/2022, 2:36 PMdefault
for "scalar" option types (like str
, bool
, int
) etc... in the new XOption
descriptor classes? The reasoning is that (especially for bool, although also for others) right now the implicit default of None
isn't obvious. Users might expect a StrOption
to have a default of ""
, etc...bitter-ability-32190
02/24/2022, 6:44 PMbitter-ability-32190
02/24/2022, 6:44 PM