* Change so that operations are stored per module * Refactor so that all modeling commands go through ExecState * Remove unneeded PartialOrd implementations * Remove artifact_commands from KclError since it was only for debugging --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
42 lines
858 B
Plaintext
42 lines
858 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Operations executed import_export.kcl
|
|
---
|
|
{
|
|
"rust/kcl-lib/tests/import_export/export_1.kcl": [],
|
|
"rust/kcl-lib/tests/import_export/export_2.kcl": [],
|
|
"rust/kcl-lib/tests/import_export/input.kcl": [
|
|
{
|
|
"type": "GroupBegin",
|
|
"group": {
|
|
"type": "ModuleInstance",
|
|
"name": "export_1.kcl",
|
|
"moduleId": 0
|
|
},
|
|
"nodePath": {
|
|
"steps": [
|
|
{
|
|
"type": "ProgramBodyItem",
|
|
"index": 0
|
|
}
|
|
]
|
|
},
|
|
"sourceRange": []
|
|
},
|
|
{
|
|
"type": "GroupEnd"
|
|
}
|
|
],
|
|
"std::appearance": [],
|
|
"std::array": [],
|
|
"std::math": [],
|
|
"std::prelude": [],
|
|
"std::sketch": [],
|
|
"std::solid": [],
|
|
"std::sweep": [],
|
|
"std::transform": [],
|
|
"std::turns": [],
|
|
"std::types": [],
|
|
"std::units": []
|
|
}
|