Tag types (#7458)
* Replace tag type with tagIdent and tagDecl Signed-off-by: Nick Cameron <nrc@ncameron.org> * Replace tagIdent with TaggedEdge and TaggedFace Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -4,8 +4,8 @@ description: Error from executing panic_repro_cube.kcl
|
||||
---
|
||||
KCL Semantic error
|
||||
|
||||
× semantic: This function expected the input argument to be tag identifier
|
||||
│ but it's actually of type tag
|
||||
× semantic: The input argument of `getNextAdjacentEdge` requires a value
|
||||
│ with type `TaggedEdge`, but found a unique ID (uuid) (with type `Edge`).
|
||||
╭─[43:5]
|
||||
42 │ // these double wrapped functions are the point of this test
|
||||
43 │ getNextAdjacentEdge(getNextAdjacentEdge(seg01)),
|
||||
@ -16,8 +16,9 @@ KCL Semantic error
|
||||
╰────
|
||||
╰─▶ KCL Semantic error
|
||||
|
||||
× semantic: This function expected the input argument to be tag
|
||||
│ identifier but it's actually of type tag
|
||||
× semantic: The input argument of `getNextAdjacentEdge` requires a
|
||||
│ value with type `TaggedEdge`, but found a unique ID (uuid) (with
|
||||
│ type `Edge`).
|
||||
╭─[43:25]
|
||||
42 │ // these double wrapped functions are the point of this test
|
||||
43 │ getNextAdjacentEdge(getNextAdjacentEdge(seg01)),
|
||||
|
||||
Reference in New Issue
Block a user