You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows developers to isolate their development from their use of
`cargo hermes verify` globally. It also makes development slightly
easier to integrate with Docker, as `cargo run setup`, when run in the
container, doesn't try to write to paths that aren't writeable (this is
specifically a problem since we re-define the UID of the user in the
container in order to match the external UID, making them not root in
the container, but thus making them not have write permissions to root's
home directory).
gherrit-pr-id: Gzjx2m23qp7ycaxvr2hvvsspjslbysoix
Copy file name to clipboardExpand all lines: hermes/tests/fixtures/edge_cases_logic/test_5_4_std_types/expected.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,4 @@ Note: Expected a function because this term is being applied to the argument
21
21
Std.U32
22
22
23
23
Hint: The identifier `Vec` is unknown, and Lean's `autoImplicit` option causes an unknown identifier to be treated as an implicitly bound variable with an unknown type. However, the unknown type cannot be a function, and a function is what Lean expects here. This is often the result of a typo or a missing `import` or `open` statement.
24
-
Error: Lean verification failed. Consider running `cargo run generate`, iterating on generated `.lean` files, and copying results back to `.rs` files.
24
+
Error: Lean verification failed. Consider running `cargo hermes generate`, iterating on generated `.lean` files, and copying results back to `.rs` files.
Copy file name to clipboardExpand all lines: hermes/tests/fixtures/edge_cases_mut_refs/test_3_3_ret_mut/expected.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,4 @@ Note: Expected a function because this term is being applied to the argument
28
28
Std.U32
29
29
30
30
Hint: The identifier `Vec` is unknown, and Lean's `autoImplicit` option causes an unknown identifier to be treated as an implicitly bound variable with an unknown type. However, the unknown type cannot be a function, and a function is what Lean expects here. This is often the result of a typo or a missing `import` or `open` statement.
31
-
Error: Lean verification failed. Consider running `cargo run generate`, iterating on generated `.lean` files, and copying results back to `.rs` files.
31
+
Error: Lean verification failed. Consider running `cargo hermes generate`, iterating on generated `.lean` files, and copying results back to `.rs` files.
0 commit comments