We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
ExprSelect is a.b, and a.b or c (for metavariables a, b, c)
a.b
a.b or c
a
b
c
"Lookup" is less ambiguous than "select", and a more readily available term.
Describe the solution you'd like
s/ExprSelect/ExprAttrLookup
Describe alternatives you've considered
"Get", which is ugly in natural language. How would you say "attribute lookup": "attribute getting"? You'd need more words to make it not suck.
Additional context
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
Triaged in Nix team meeting 2023-05-12:
Sorry, something went wrong.
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/2023-05-12-nix-team-meeting-minutes-54/28197/1
fricklerhandwerk
No branches or pull requests
Is your feature request related to a problem? Please describe.
ExprSelect is
a.b
, anda.b or c
(for metavariablesa
,b
,c
)"Lookup" is less ambiguous than "select", and a more readily available term.
Describe the solution you'd like
s/ExprSelect/ExprAttrLookup
Describe alternatives you've considered
"Get", which is ugly in natural language. How would you say "attribute lookup": "attribute getting"? You'd need more words to make it not suck.
Additional context
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: