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
The full suggestion sets higher goals, therefore staling implementation and having several added concerns about limited support (generics,..), loss of debugging quality (field names) and other difficulties (e.g. sizeof being a runtime thing, not compile time).
Targeting fields with equal types and names would:
have 0 binary backwards compatibility issues, since those are not allowed as of now
maintain same debugging experience
lot less riskier to get in
The text was updated successfully, but these errors were encountered:
This is a tracking issue for planning purposes, to implement part of fsharp/fslang-suggestions#699 (comment) .
The full suggestion sets higher goals, therefore staling implementation and having several added concerns about limited support (generics,..), loss of debugging quality (field names) and other difficulties (e.g. sizeof being a runtime thing, not compile time).
Targeting fields with equal types and names would:
The text was updated successfully, but these errors were encountered: