Closed jhclark closed 10 years ago
In the following example, we should schedule two tasks. Instead, we get zero:
task tisk :: thingy=(BP1: baseline=0 42) {}
plan p { reach tisk via (BP1: 0 42)}
What is the desired behavior for
task tusk :: thingy=(BP1: 42=0 0=42) {} plan p { reach tisk via (BP1: 0)}
?
Yeah... I should just rename baseline. :)
In the following example, we should schedule two tasks. Instead, we get zero:
task tisk :: thingy=(BP1: baseline=0 42) {}
plan p { reach tisk via (BP1: 0 42)}