-
Notifications
You must be signed in to change notification settings - Fork 1k
Improve Display
for DataType
and Field
#8290
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
31 commits
Select commit
Hold shift + click to select a range
94d5365
feat: impl display for `DataType::List`
irenjj 7ed104b
fix
irenjj d0ed2db
add nest test
irenjj aef44fa
fix
irenjj 73e8ce9
fix
irenjj e381095
fix test
irenjj 550955d
Merge remote-tracking branch 'upstream/main' into display_for_list
irenjj bb7ada1
fix
irenjj 02384b9
More compact formatting, and distinguish List and LargeList
emilk fe3eb60
Merge branch 'main' into emilk/display_for_list
emilk 3f0e66b
Break out formatting to own file
emilk 0661f1f
Add a comment with design goals
emilk b4e9be5
Use `: ` syntax instead of ` = `
emilk 0179d58
Improve `Debug` format of `Field`
emilk 2e9d645
tidy-up
emilk be144f4
Make sure structs write the nullability of its fields
emilk f27e349
Update test
emilk 71d9cb6
Update some error reporting
emilk 931c5f9
Add license header
emilk ef0d080
Merge branch 'main' into emilk/display_for_list
emilk 34d65c8
Rename datatype_format.rs to datatype_display.rs
emilk 68b4eb4
Add comment motivating why we do what we do
emilk 079e7bc
Revert to auto-derived Debug impl
emilk ae626bb
Merge branch 'main' into emilk/display_for_list
emilk 2992b56
Use Display formatting of Field
emilk 44b5e02
Less Debug-formatting of DataType in error messages
emilk 58c9c2c
Use Display formatting of Field in most error messages
emilk 5cb977a
Less Debug
emilk 941286f
Update test/panic output
emilk 2cbd723
A few more places
emilk 513676a
Another place
emilk 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.