Skip to content
New issue

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

Conflicting messages on the website when a solution uses assert #57

Open
tasxatzial opened this issue Oct 4, 2024 · 2 comments
Open

Comments

@tasxatzial
Copy link
Member

Original thread: https://forum.exercism.org/t/confusing-message-about-a-test-failure-while-still-accepting-solution/13254

@tasxatzial
Copy link
Member Author

Same thing appears to be happening when a precondition fails, for example:

https://exercism.org/tracks/clojure/exercises/nucleotide-count/solutions/RiderSargent

The tests for nucleotide-count use (thrown? Throwable ...)

@tasxatzial
Copy link
Member Author

tasxatzial commented Jan 8, 2025

What appears to be happening:

If we throw assertions manually, for example (throw AssertionError ...), everything works fine. If something else throws an assertion, we get the conflicting message.

The commit that may have caused this:

d25765f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant