Track artifact commands and operations per-module (#7426)
* 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>
This commit is contained in:
@ -2,4 +2,6 @@
|
||||
source: kcl-lib/src/simulation_tests.rs
|
||||
description: Artifact commands import_file_parse_error.kcl
|
||||
---
|
||||
[]
|
||||
{
|
||||
"rust/kcl-lib/tests/import_file_parse_error/input.kcl": []
|
||||
}
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
source: kcl/src/simulation_tests.rs
|
||||
source: kcl-lib/src/simulation_tests.rs
|
||||
description: Operations executed import_file_parse_error.kcl
|
||||
---
|
||||
[]
|
||||
{
|
||||
"rust/kcl-lib/tests/import_file_parse_error/input.kcl": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user