mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
Previously `lib.strings.escapeNixIdentifier "assert"` would return `"assert"`; This is wrong, `assert` is not a valid identifier unless quoted.\
This also fixes `lib.generators.toPretty`: `toPretty {} { "assert" = false; }` would previously return an invalid expression.
|
||
|---|---|---|
| .. | ||
| modules | ||
| packages-from-directory | ||
| .editorconfig | ||
| checkAndMergeCompat.nix | ||
| debug.sh | ||
| fetchers.nix | ||
| filesystem.sh | ||
| maintainer-module.nix | ||
| maintainers.nix | ||
| misc.nix | ||
| modules.sh | ||
| network.sh | ||
| nix-for-tests.nix | ||
| nix-unit.nix | ||
| release.nix | ||
| sources.sh | ||
| systems.nix | ||
| teams.nix | ||
| test-to-plist-escaped-expected.plist | ||
| test-to-plist-unescaped-expected.plist | ||
| test-with-nix.nix | ||