* Improve docs around PI Signed-off-by: Nick Cameron <nrc@ncameron.org> * Refactor and polish type error messages Signed-off-by: Nick Cameron <nrc@ncameron.org> * Add suggestion to fix unknown numbers error Signed-off-by: Nick Cameron <nrc@ncameron.org> * Don't warn so often about unknown units Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
---
|
||
source: kcl-lib/src/simulation_tests.rs
|
||
description: Error from executing comparisons_multiple.kcl
|
||
---
|
||
KCL Semantic error
|
||
|
||
× semantic: Expected a number, but found a boolean (`true` or `false`)
|
||
╭────
|
||
1 │ assert(3 == 3 == 3, error = "this should not compile")
|
||
· ───┬──
|
||
· ╰── tests/comparisons_multiple/input.kcl
|
||
╰────
|