Skip to content
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

Improve/extend implementation of @deprecated #122

Open
4 tasks
fmease opened this issue Jan 4, 2022 · 0 comments
Open
4 tasks

Improve/extend implementation of @deprecated #122

fmease opened this issue Jan 4, 2022 · 0 comments
Labels
A-name-resolution Area: Name resolution T-enhancement Type: Enhancement

Comments

@fmease
Copy link
Owner

fmease commented Jan 4, 2022

  • deprecated modules (namespaces in general?) make all subdeclarations transitively deprecated
    • don't trigger on every single path segment (maybe?): no need to trigger on the module if the deprecated status of the actual binding originates from the module
  • create a lint deprecated to forbid/deny/allow deprecated bindings (blocked on lint system implementation)
  • (related to all attributes on module headers) make deprecated work on module headers (currently they are not copied over to Entity)
@fmease fmease added A-name-resolution Area: Name resolution T-enhancement Type: Enhancement labels Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-name-resolution Area: Name resolution T-enhancement Type: Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant