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
- fix regression that caused NPE
#698
- experimental: added `copyWith()` method to all records where manifold-params is in use
- will likely re-implement this with extension methods once optional params is supported in ext methods (soon)
Experimental copyWith(...) method generated for records when manifold-params is in use. This is likely a temporary implementation until optional parameters work with extension methods, and extension methods work with source, as opposed to compiled classes.
Provide a feature, perhaps within manifold-params, to make records copyable using optional/named parameters.
Note, this feature depends on #697
The text was updated successfully, but these errors were encountered: