-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add formatters for Option, Map, Period, and Atoms #19658
Conversation
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.
I don't think we should be using the i interpolator in writing the show instances.
54fd71e
to
130ba91
Compare
I actually hesitated at the beginning because it shouldn't really a problem (but I agree on the premise) |
Could you pull my changes in #19674 (or approve the PR there)? Then we can merge one or the other PRs and get these changes finally in (I had these changes locally for a long time, but never had a strong reason to work them into a PR). |
Co-authored-by: Dale Wijnand <dale.wijnand@gmail.com>
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.
Thank you!
Before:
Map
with the i-interpolator won't compileOption
in the i-interpolator will fall back to theShow[Product]
given which results in a call totoString