Overview
| Comment: | [build] build JS data files | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | build | rg | 
| Files: | files | file ages | folders | 
| SHA3-256: | 9d9c439c6b3f4fc886f1a10a20e1fe2f | 
| User & Date: | olr on 2018-09-11 12:06:24 | 
| Other Links: | branch diff | manifest | tags | 
Context
| 2018-09-11 | ||
| 12:07 | [build] build tests file check-in: 84725dfa46 user: olr tags: build, rg | |
| 12:06 | [build] build JS data files check-in: 9d9c439c6b user: olr tags: build, rg | |
| 08:42 | [fr] dictionaries rebuilt check-in: 3fe77c17fd user: olr tags: fr, rg | |
Changes
Modified compile_rules_graph.py from [2709c42727] to [f07c932d26].
| ︙ | ︙ | |||
| 451 452 453 454 455 456 457 | 
        print(sPyCallables)
    # Result
    return {
        "graph_callables": sPyCallables,
        "graph_callablesJS": sJSCallables,
        "rules_graphs": dAllGraph,
 | > | > | 451 452 453 454 455 456 457 458 459 460 461 | 
        print(sPyCallables)
    # Result
    return {
        "graph_callables": sPyCallables,
        "graph_callablesJS": sJSCallables,
        "rules_graphs": dAllGraph,
        "rules_graphsJS": json.dumps(dAllGraph, ensure_ascii=False),
        "rules_actions": dACTIONS,
        "rules_actionsJS": json.dumps(dACTIONS, ensure_ascii=False)
    }
 |