-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editable typedefs: deletion #401
Comments
@georgefst Could you update us on the status of this? IIUC, we support deletions of "unused" types/constructors/parameters-of-ctors/parameters-of-types? |
Yes, we now support deleting parts of unused typedefs. This was implemented in #1063 and got a bit lost in the Zurihac maelstrom. The check is not as fine-grained as it could be (e.g. we should be able to delete an unused constructor even when its type is in use - #1063 (comment)). Anyway, we're now intending to just warn about more destructive deletions, instead of banning them. See #1133. |
From "not in spec" section of #267:
The text was updated successfully, but these errors were encountered: