-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Improve documentation for assertions #16988
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
Conversation
The CI failure seems to be caused by |
change const expected = """
tassert_c.nim(35) tassert_c
tassert_c.nim(34) foo
assertions.nim(*) failedAssertImpl
assertions.nim(*) raiseAssert
fatal.nim(*) sysFatal""" (it works, i checked) if other files hardcode this, move |
Fix tests/assert/tassert_c.nim
@konsumlamm CI fails because of #16993, how about simply as workaround move the runnableExamples to module scope. |
* Improve documentation for assertions * Apply suggestions Fix tests/assert/tassert_c.nim * Use runnableExamples * Move runnableExamples to module scope
Refs #3543.