-
Notifications
You must be signed in to change notification settings - Fork 0
feat: ✨ explain() errors
#208
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9514bf2
feat: Create explain function to improve error formatting
joelostblom d014d99
feat: Print how many issues were found
joelostblom 3d2d197
Merge branch 'main' into feat/explain-errors
lwjohnst86 e763580
refactor: Move message creation into separate function
joelostblom 8a16205
refactor: Rename for clarity
joelostblom 429e3ab
fix: Shorten line
joelostblom 7cddc2a
feat: Set default value for issue
joelostblom 422420b
fix: Only define `instance` when it is a hashable type
joelostblom d9818b8
fix: Only add the error instance if it is hashable
joelostblom d89620e
Merge branch 'main' into feat/explain-errors
lwjohnst86 52be8e2
feat: Expose explain at top level
joelostblom cf6bd90
docs: Add explain example
joelostblom 05a6b01
docs: Show sections on `explain`
joelostblom 3d904e7
fix: Remove unnecessary `instance` initializations
joelostblom 22590e9
docs: Add docstring
joelostblom 9359e7d
fix: Account for quotes when printing string instances
joelostblom 8677e44
Merge branch 'main' into feat/explain-errors
lwjohnst86 3c4798b
feat: Exclude Issue instance from comparison and hash
joelostblom 70c8a69
fix: Fix typos
joelostblom e393307
fix: Skip unnecessary variable assignment
joelostblom 7f3cc28
fix: Correct grammatical number
joelostblom 3b03620
feat: Account for `[]` passed as the object
joelostblom 8a8da09
fix: Don't include extra carets since we no longer have the quotes pr…
joelostblom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.