summary refs log tree commit diff
path: root/lib/tests/misc.nix
Commit message (Expand)AuthorAge
* lib.attrsets: Introduce updateManyAttrsByPathSilvan Mosberger2022-03-18
* lib.lists: Use builtins.groupBy for lib.groupBySilvan Mosberger2022-03-18
* lib.attrsets: Introduce showAttrPathSilvan Mosberger2022-03-18
* lib: fix flake checkzimbatm2021-12-13
* lib: add function escapeXMLRobert Helgesson2021-10-03
* lib/generators: move limit detection into `withRecursion`Maximilian Bosch2021-08-26
* lib/generators/toPretty: add evaluation-limitMaximilian Bosch2021-08-25
* lib: fix functionArgs for functorsDavid Arnold2021-08-03
* lib/attrsets: add cartesianProductOfSets functionJacek Galowicz2021-01-28
* Revert "Module-builtin assertions, disabling assertions and submodule asserti...Silvan Mosberger2020-12-18
* nixos/modules: Expose the internal module in the top-level documentationSilvan Mosberger2020-11-30
* lib: Add composeManyExtensionsJoe Hermaszewski2020-11-13
* lib.splitString: use builtin.splitEtienne Laurin2020-10-18
* Merge pull request #97133 from Infinisil/improved-toPrettySilvan Mosberger2020-09-21
|\
| * lib/generators.toPretty: Print [] and {} compactlySilvan Mosberger2020-09-17
| * lib/generators.toPretty: Switch away from δ and λSilvan Mosberger2020-09-17
| * lib/generators.toPretty: Improved string printing, handling newlinesSilvan Mosberger2020-09-17
| * lib/generators.toPretty: Implement multiline printingSilvan Mosberger2020-09-17
| * lib/generators.toPretty: Only quote attribute names if necessarySilvan Mosberger2020-09-17
* | lib/tests: Add test for freeform option docsSilvan Mosberger2020-09-04
|/
* lib: toHex -> toHexString & toBase -> toBaseDigitsBas van Dijk2020-07-20
* lib: add the toHex and toBase utility functionsBas van Dijk2020-07-20
* Merge pull request #83241 from Infinisil/valid-drv-nameSilvan Mosberger2020-04-02
|\
| * lib/strings: Add sanitizeDerivationName functionSilvan Mosberger2020-03-30
* | lib/generators: Add toINI option for duplicate keysSilvan Mosberger2020-03-10
* | lib/tests/misc.nix: Fix dependency on currentSystemEelco Dolstra2020-02-10
|/
* lib/cli,lib/tests/misc: somewhat more standard formattingProfpatsch2020-01-23
* lib/cli: encodeGNUCommandLine -> toGNUCommandLineShellProfpatsch2020-01-23
* Factor out a `toGNUCommandLine` utilityGabriel Gonzalez2020-01-05
* Use a more realistic example that exercises all encodingsGabriel Gonzalez2019-12-15
* Make behavior of `encodeGNUCommandLine` customizableGabriel Gonzalez2019-12-13
* Rename `renderOptions` to `encodeGNUCommandLine`Gabriel Gonzalez2019-12-13
* Add `pkgs.lib.renderOptions`Gabriel Gonzalez2019-12-11
* lib/trivial: add `pipe` functionProfpatsch2019-10-21
* lib: basic tests for lib.versionsJoachim Fasting2019-09-26
* Remove composableDerivation, closes #18763Frederik Rietdijk2018-12-30
* lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson2018-10-20
* generators: make toPretty handle floats correctlyLéo Gaspard2018-10-15
* lib/tests: Add overrideExisting testsSilvan Mosberger2018-09-17
* Merge branch 'no-toPath'Shea Levy2018-09-06
|\
| * treewide: Remove uses of builtins.toPath.Shea Levy2018-05-22
* | lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch2018-08-15
* | [bot]: remove unreferenced codevolth2018-07-20
* | lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth2018-06-10
* | Revert "lib: bitAnd, bitOr, bitXor"Profpatsch2018-06-05
* | lib: test for bitAnd, bitOr, bitXorvolth2018-06-02
|/
* lib/generators: print paths without quotes & move function downProfpatsch2018-04-25
* lib/generators: introduce a sane default for `mkValueString`Profpatsch2018-03-29
* lib.isStorePath: Fix derivation detectionShea Levy2018-03-09
* lib/generators: add mkValueString to mkKeyValueDefault generatorProfpatsch2017-11-22