Add warning when using a module with no return value (#5771)

* Add warning when using a module with no return value

* Update output files since changing source range of the pipeline argument

* Change wording of error message to not use the term unlabeled
This commit is contained in:
Jonathan Tran
2025-03-12 14:05:18 -04:00
committed by GitHub
parent d8dff03746
commit e894242768
73 changed files with 601 additions and 594 deletions

View File

@ -1,5 +1,5 @@
---
source: kcl/src/simulation_tests.rs
source: kcl-lib/src/simulation_tests.rs
description: Operations executed ball-bearing.kcl
---
[
@ -519,8 +519,8 @@ description: Operations executed ball-bearing.kcl
}
},
"sourceRange": [
0,
0,
1561,
1721,
0
]
}
@ -779,8 +779,8 @@ description: Operations executed ball-bearing.kcl
}
},
"sourceRange": [
0,
0,
2214,
2374,
0
]
}
@ -1027,8 +1027,8 @@ description: Operations executed ball-bearing.kcl
}
},
"sourceRange": [
0,
0,
2718,
2878,
0
]
}