We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seqable?
For example it fails to even run tests in the following namespace:
(defn add [a b] (+ a b)) 1 ^:rct/test (comment (add 1 2) ;=> 3 )
I noticed this issue when running on a namespace where I'd accidentally left a literal 1 as a top level form.
1
In that sense it was helpful, but the code should be updated to reflect that
sexpr-able?
(first (z/sexpr zloc))
The text was updated successfully, but these errors were encountered:
a8711e9
No branches or pull requests
For example it fails to even run tests in the following namespace:
I noticed this issue when running on a namespace where I'd accidentally left a literal
1
as a top level form.In that sense it was helpful, but the code should be updated to reflect that
sexpr-able?
(first (z/sexpr zloc))
on such forms is not necessarily safeThe text was updated successfully, but these errors were encountered: