Differences From Artifact [07d8ba5d53]:
- File compile_rules_graph.py — part of check-in [e31ec0bfe5] at 2020-04-18 13:30:52 on branch trunk — [build] save hash of rules file in data cache, automatically use cache if rules file hasn’t been modified (user: olr, size: 27097) [annotate] [blame] [check-ins using] [more...]
To Artifact [53e75517b3]:
- File compile_rules_graph.py — part of check-in [2487af3aeb] at 2020-04-20 06:41:36 on branch trunk — [build] don’t use more processes than necessary (user: olr, size: 27111) [annotate] [blame] [check-ins using]
| ︙ | |||
| 542 543 544 545 546 547 548 | 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 | - + | 
            iActionBlock += 1
        else:
            print("Unknown line at:", iLine)
            print(sLine)
    # processing rules
    print("  processing graph rules...")
 | 
| ︙ |