This PR changes Lake to use normalized absolute paths for its various files and directories. This is done by storing absolute paths for the workspace directory, package directories, and configuration files. These are then joined to relative paths (e.g., for source directories) using a custom join function that eliminates `.` paths. Closes #7498. Closes #4042.
6 lines
182 B
Text
6 lines
182 B
Text
error: TestExtern.lean:5:0: native implementation did not agree with reference implementation!
|
|
Compare the outputs of:
|
|
#eval Nat.not_add 4 5
|
|
and
|
|
#eval match 4, 5 with
|
|
| x, x_1 => 0
|