-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Request errortrace to annotate check-* thunks * Fix the format string of check-within errors. When reporting "not given an inexact number" in check-within, the given value has to be formatted with ~s since it could have been a string: (check-within (sqrt 2) 3/2 "0.1") * Fix check-random error message so check-randoms don't report themselves as check-expect anymore. * Revise check-expect error messages + Refer to "the second argument" in the messages + Remove the fix suggestion per the comment <#228 (comment)> See tests/drracket/module-lang-tests for the tests (racket/drracket#689).
- Loading branch information
Showing
3 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3eab980
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title should have been: fix the stack trace of check-expect forms