Replies: 1 comment
-
|
Good catch. I don't remember unfortunately the original intention. It is not a great name. Maybe we define Feel free to adjust it as needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have used this macro in some of my tests, assuming it's just the inverse of
test-- if we expectexprsignal an error according to the standard, then I write(expected-failure expr).However I realized this might not be the intended use looking at
tests/read.lisp. It seems that the macro is intended to mark tests that are supposed to past, but fail for now due to non-compliance?@davazp can you clarify?
If this is the case I'll rewrite these tests with
(test (not (ignore-errors expr t)))(or feel free to suggest better pattern). In any case I'll add some comment/docstring to the macro to clarify it.Beta Was this translation helpful? Give feedback.
All reactions