You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surprisingly the following program delivers the default value for encoding:
from Standard.Base import alltypeMy_Type@encodingEncoding.default_widgetValueencoding:Encoding
main =
x =My_Type.ValueNothing
v =Meta.get_annotation x "Value""encoding"
v.to_text
Jaroslav Tulach reports a new STANDUP for yesterday (2023-05-10):
Progress: - Fixed Meta.get_annotation for constructors: #6633
- Endless fighting with BindingsMap in PR-6584 - will have to go on
- type parameters as ascribed types: 5522b68
- review: #6577
- standups, meetings It should be finished by 2023-05-11.
Next Day: Fix #6609 and continue fighting with BindingsMap.
value
will be the type class.call_name
will be the constructor name.Want to ensure can get the associated annotations for the fields.
The text was updated successfully, but these errors were encountered: