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:
@ -1,5 +1,5 @@
|
||||
---
|
||||
source: kcl/src/simulation_tests.rs
|
||||
source: kcl-lib/src/simulation_tests.rs
|
||||
description: Operations executed multi-axis-robot.kcl
|
||||
---
|
||||
[
|
||||
@ -212,9 +212,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
769,
|
||||
1045,
|
||||
3
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -352,9 +352,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
1280,
|
||||
1362,
|
||||
3
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -923,9 +923,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
323,
|
||||
406,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -1340,9 +1340,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
1143,
|
||||
1226,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -1685,9 +1685,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
1996,
|
||||
2079,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -2341,9 +2341,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
1033,
|
||||
1116,
|
||||
5
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -2519,9 +2519,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
1415,
|
||||
1498,
|
||||
5
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -3400,9 +3400,9 @@ description: Operations executed multi-axis-robot.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
1299,
|
||||
1382,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user