-
Notifications
You must be signed in to change notification settings - Fork 178
Add support for ValueCastable
formatting
#1188
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
Labels
Comments
Should this be on 0.5 roadmap or not? |
shrug I don't really know. I think yes iff we can pull this off for |
OK, leaving off milestone for now. |
RFC for this feature: amaranth-lang/rfcs#58 |
Obsoleted by #1243 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently (or, once RFC 50 is implemented),
Value
s can be formatted and printed using theFormat
+Print
mechanism. However, there is no support for pretty-printing customValueCastable
such asdata.View
or AmaranthEnum
. A mechanism for such should be designed and proposed via the RFC process.The text was updated successfully, but these errors were encountered: