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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Currently we emit a modification for the whole struct/enum if one of its token changes (source). This needs to be refined a bit.
The best solution would be to implement DiagnosticGenerator for StructMetadata and EnumMetadata, so that it handles things more cleanly.
It would also be a good idea to handle cases where an empty named struct is changed into an empty tupled struct (this is not a breaking change, see here).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we emit a modification for the whole struct/enum if one of its token changes (source). This needs to be refined a bit.
The best solution would be to implement
DiagnosticGenerator
forStructMetadata
andEnumMetadata
, so that it handles things more cleanly.It would also be a good idea to handle cases where an empty named struct is changed into an empty tupled struct (this is not a breaking change, see here).
The text was updated successfully, but these errors were encountered: