2025-05-10 13:00:14 -07:00
|
|
|
|
---
|
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
|
|
|
description: Error from executing panic_repro_cube.kcl
|
|
|
|
|
---
|
|
|
|
|
KCL Semantic error
|
|
|
|
|
|
2025-05-12 12:57:50 +12:00
|
|
|
|
× semantic: This function expected the input argument to be tag identifier
|
2025-05-14 10:04:51 -04:00
|
|
|
|
│ but it's actually of type tag
|
2025-05-12 12:57:50 +12:00
|
|
|
|
╭─[43:25]
|
2025-05-10 13:00:14 -07:00
|
|
|
|
42 │ // these double wrapped functions are the point of this test
|
|
|
|
|
43 │ getNextAdjacentEdge(getNextAdjacentEdge(seg01)),
|
2025-05-12 12:57:50 +12:00
|
|
|
|
· ─────────────┬────────────
|
|
|
|
|
· ╰── tests/panic_repro_cube/input.kcl
|
2025-05-10 13:00:14 -07:00
|
|
|
|
44 │ getNextAdjacentEdge(getNextAdjacentEdge(seg02))
|
|
|
|
|
╰────
|