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

Parse inherit names with quotes #141

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

piegamesde
Copy link
Member

@piegamesde piegamesde commented Nov 10, 2023

Supersedes #107. Closes #97. Tested on top of #118 against the test suite there (but not the entire Nixpkgs).

Note that this is an extremely quirky corner of Nix syntax, at the mercy of the internals of the cppnix parser. I do not plan to be 100% compliant and exactly match the behavior. But all non-malicious edge cases should be covered now, and no invalid nix code should be parsed.

Copy link
Member

@infinisil infinisil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@infinisil infinisil merged commit 522bfc6 into NixOS:master Nov 13, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quotes should be allowed after inherit
2 participants