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
Since record components are essentially read-only properties (vals), they should be inferred as as such. This is also a consistency issue where if a project is using manifold-props, accessing record components as method calls is otherwise not in sync property use everywhere else. See slack discussion.
The text was updated successfully, but these errors were encountered:
- Handle expression in foreach stmt where the expression type structurally implements Iterator and a class extension exists that makes Iterable structural
manifold-systems/manifold#395
- Support property inference on record types
Bump version
Support property inference on record types.
Since record components are essentially read-only properties (vals), they should be inferred as as such. This is also a consistency issue where if a project is using manifold-props, accessing record components as method calls is otherwise not in sync property use everywhere else. See slack discussion.
The text was updated successfully, but these errors were encountered: