Files
modeling-app/rust/kcl-lib/tests/kcl_samples/i-beam/ops.snap
Jonathan Tran e894242768 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
2025-03-12 18:05:18 +00:00

76 lines
1.2 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Operations executed i-beam.kcl
---
[
{
"labeledArgs": {
"data": {
"value": {
"type": "String",
"value": "-XZ"
},
"sourceRange": [
393,
398,
0
]
}
},
"name": "startSketchOn",
"sourceRange": [
379,
399,
0
],
"type": "StdLibCall",
"unlabeledArg": null
},
{
"labeledArgs": {
"length": {
"value": {
"type": "Number",
"value": 24.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
}
},
"sourceRange": [
669,
679,
0
]
}
},
"name": "extrude",
"sourceRange": [
652,
680,
0
],
"type": "StdLibCall",
"unlabeledArg": {
"value": {
"type": "Sketches",
"value": [
{
"artifactId": "[uuid]"
}
]
},
"sourceRange": [
652,
680,
0
]
}
}
]