happy-kitchen-89482
04/01/2023, 10:01 PMParseError: Name 'my_fortran_lib' is not defined.
hundreds-father-404
04/01/2023, 10:03 PMhappy-kitchen-89482
04/01/2023, 10:03 PMcurved-television-6568
04/02/2023, 1:56 PM09:54:37.50 [INFO] external invalidation: cleared 0 and dirtied 0 nodes for: {"", "conflict", "conflict/BUILD"}
09:54:37.50 [DEBUG] Launching 1 roots (poll=false).
09:54:37.50 [DEBUG] computed 1 nodes in 0.000320 seconds. there are 2 total nodes.
09:54:37.51 [DEBUG] Launching 1 roots (poll=false).
09:54:37.51 [DEBUG] Starting: `tailor` goal
Iff the filechange notification gets delayed by enough ms to fire just after tailor has written the modified contents for conflict/BUILD
and the goal is re-run that BUILD file will now hold the unknown target in it.time.sleep(0.5)
(or whatever time needed) between the rule_runner.write_files
and the run goal rule call.Even though that alias is set:it is set for tailor to use, but is it known to Pants for parsing BUILD files with?
happy-kitchen-89482
04/02/2023, 2:09 PMcurved-television-6568
04/02/2023, 4:02 PMhappy-kitchen-89482
04/02/2023, 4:22 PM