-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
nix: major cleanup #4140
Merged
Merged
nix: major cleanup #4140
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcc0966 - Browse repository at this point
Copy the full SHA bcc0966View commit details -
- Add a bunch of new keywords - List all `builtins` explicitly - Sort alphabetically, to make it easier to spot missing builtins - Remove `add`, not a real builtin - Move `or` to `keywords`, this is not a `literal`
Configuration menu - View commit details
-
Copy full SHA for c9d9d4f - Browse repository at this point
Copy the full SHA c9d9d4fView commit details -
- The different string variants have different modes of escapes. Split `STRING.contains` into their different variants to reflect this. - Add escape logic for `'''` - Add escape logic for backslash escaped characters.
Configuration menu - View commit details
-
Copy full SHA for e22f735 - Browse repository at this point
Copy the full SHA e22f735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb94a0 - Browse repository at this point
Copy the full SHA 1bb94a0View commit details -
Also ensure comments are handled before any other expressions
Configuration menu - View commit details
-
Copy full SHA for 2d1fbd4 - Browse repository at this point
Copy the full SHA 2d1fbd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45b559a - Browse repository at this point
Copy the full SHA 45b559aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aad34f7 - Browse repository at this point
Copy the full SHA aad34f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313d27e - Browse repository at this point
Copy the full SHA 313d27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f548da - Browse repository at this point
Copy the full SHA 9f548daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3876a2 - Browse repository at this point
Copy the full SHA d3876a2View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5522c14 - Browse repository at this point
Copy the full SHA 5522c14View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.