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

Feature proposal: Selector language #1023

Open
johanste opened this issue Sep 12, 2022 · 2 comments
Open

Feature proposal: Selector language #1023

johanste opened this issue Sep 12, 2022 · 2 comments
Labels
design:needed A design request has been raised that needs a proposal
Milestone

Comments

@johanste
Copy link
Contributor

We have quite a few use cases where there is a need to select a set of types based on some criteria. A simple example of this is the @@ augment syntax in #218 (which in the current proposal only supports selecting by identity). Other examples include type constraints, emitters and validators.

There may be benefit of providing a common way to express such selectors. I believe @bterlson may have additional use cases up his sleeve.

@ghost ghost added the Needs Triage label Sep 12, 2022
@markcowl markcowl added the design:needed A design request has been raised that needs a proposal label Sep 19, 2022
@markcowl markcowl added this to the [2022] November milestone Sep 19, 2022
@markcowl
Copy link
Contributor

pri: 1

@johanste
Copy link
Contributor Author

johanste commented Oct 7, 2022

This also came up in the context of being able to mark everything in a namespace as @removed (for massively breaking changes/redefinition of a service)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design:needed A design request has been raised that needs a proposal
Projects
None yet
Development

No branches or pull requests

3 participants