Overview
Comment: | [build] code cleaning |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | build |
Files: | files | file ages | folders |
SHA3-256: |
c1ecdfead16feb383f37c3759fb1061b |
User & Date: | olr on 2020-03-30 12:39:39 |
Other Links: | manifest | tags |
Context
2020-03-30
| ||
12:41 | [misc] SublimeText syntax update check-in: 6c08bf85cd user: olr tags: trunk, misc | |
12:39 | [build] code cleaning check-in: c1ecdfead1 user: olr tags: trunk, build | |
12:01 | [build][fr] graphcode for action id and use multiprocess features for faster building check-in: 5cdb3649d7 user: olr tags: trunk, fr, build | |
Changes
Modified compile_rules_graph.py from [cd58fd7450] to [d5b25a4036].
︙ | |||
544 545 546 547 548 549 550 | 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 | - + - - - - + - - + + + + - - - - | print("Unknown line at:", iLine) print(sLine) # processing rules print(" processing rules...") initProcessPoolExecutor() fStartTimer = time.time() |
︙ |