The coerce integer feature was not rebased before merge and we do not have a merge queue, hence, after merge, the HEAD was in a broken state. We take a commitment to invest into a merge queue now and do a fixup here. Change-Id: Ied9410690b542359859ab5f597f22ebceb857305 Signed-off-by: Raito Bezarius <raito@lix.systems>
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
error:
|
|
… while evaluating x
|
|
at /pwd/eval-fail-accidental-coerce-integer-attempts.nix:1:21:
|
|
1| let x = "" + 42; in x == "42"
|
|
| ^
|
|
2|
|
|
|
|
… while evaluating a path segment
|
|
at /pwd/eval-fail-accidental-coerce-integer-attempts.nix:1:14:
|
|
1| let x = "" + 42; in x == "42"
|
|
| ^
|
|
2|
|
|
|
|
error: cannot coerce an integer to a string: 42
|