-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error handling and messaging in compilation tests
- Expanded error messaging and debugging suggestions in several unit test files including 'normalize_complex.stderr', 'consume_head.stderr', and 'consume.stderr' related to trait bound not being satisfied and the `Sub<Rhs>` trait not being implemented for certain types. - Enhanced error messages in 'sponge_creation.stderr' and 'sponge_bad_api.stderr' unit tests, addressing the mismatched expected types and clarification about specific `Sub<B1>` trait implementation. - Comments have been added to the unit tests module in the Sponge API located in 'lib.rs' for improved clarity. - Additional test assertions in 'normalize.stderr' unit test validate the trait implementation with `Absorb<U4>` type. - Introduced a suggestion to use `--verbose` across multiple unit tests to assist debugging efforts by printing full type names.
- Loading branch information
1 parent
25b5a92
commit 927e395
Showing
7 changed files
with
87 additions
and
18 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
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
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