aboutsummaryrefslogtreecommitdiff
path: root/lib/tests/misc.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Add composeManyExtensionsJoe Hermaszewski2020-11-131-0/+20
* lib.splitString: use builtin.splitEtienne Laurin2020-10-181-0/+14
* Merge pull request #97133 from Infinisil/improved-toPrettySilvan Mosberger2020-09-211-7/+65
|\
| * lib/generators.toPretty: Print [] and {} compactlySilvan Mosberger2020-09-171-0/+4
| * lib/generators.toPretty: Switch away from δ and λSilvan Mosberger2020-09-171-5/+8
| * lib/generators.toPretty: Improved string printing, handling newlinesSilvan Mosberger2020-09-171-0/+27
| * lib/generators.toPretty: Implement multiline printingSilvan Mosberger2020-09-171-1/+25
| * lib/generators.toPretty: Only quote attribute names if necessarySilvan Mosberger2020-09-171-1/+1
* | lib/tests: Add test for freeform option docsSilvan Mosberger2020-09-041-0/+26
|/
* lib: toHex -> toHexString & toBase -> toBaseDigitsBas van Dijk2020-07-201-4/+4
* lib: add the toHex and toBase utility functionsBas van Dijk2020-07-201-0/+10
* Merge pull request #83241 from Infinisil/valid-drv-nameSilvan Mosberger2020-04-021-0/+42
|\
| * lib/strings: Add sanitizeDerivationName functionSilvan Mosberger2020-03-301-0/+42
* | lib/generators: Add toINI option for duplicate keysSilvan Mosberger2020-03-101-0/+12
* | lib/tests/misc.nix: Fix dependency on currentSystemEelco Dolstra2020-02-101-1/+1
|/
* lib/cli,lib/tests/misc: somewhat more standard formattingProfpatsch2020-01-231-35/+26
* lib/cli: encodeGNUCommandLine -> toGNUCommandLineShellProfpatsch2020-01-231-2/+27
* Factor out a `toGNUCommandLine` utilityGabriel Gonzalez2020-01-051-1/+1
* Use a more realistic example that exercises all encodingsGabriel Gonzalez2019-12-151-6/+10
* Make behavior of `encodeGNUCommandLine` customizableGabriel Gonzalez2019-12-131-0/+1
* Rename `renderOptions` to `encodeGNUCommandLine`Gabriel Gonzalez2019-12-131-1/+1
* Add `pkgs.lib.renderOptions`Gabriel Gonzalez2019-12-111-0/+16
* lib/trivial: add `pipe` functionProfpatsch2019-10-211-0/+25
* lib: basic tests for lib.versionsJoachim Fasting2019-09-261-0/+15
* Remove composableDerivation, closes #18763Frederik Rietdijk2018-12-301-38/+0
* lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson2018-10-201-1/+1
* generators: make toPretty handle floats correctlyLéo Gaspard2018-10-151-0/+2
* lib/tests: Add overrideExisting testsSilvan Mosberger2018-09-171-0/+14
* Merge branch 'no-toPath'Shea Levy2018-09-061-2/+2
|\
| * treewide: Remove uses of builtins.toPath.Shea Levy2018-05-221-2/+2
* | lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch2018-08-151-0/+24
* | [bot]: remove unreferenced codevolth2018-07-201-4/+0
* | lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth2018-06-101-0/+15
* | Revert "lib: bitAnd, bitOr, bitXor"Profpatsch2018-06-051-15/+0
* | lib: test for bitAnd, bitOr, bitXorvolth2018-06-021-0/+15
|/
* lib/generators: print paths without quotes & move function downProfpatsch2018-04-251-3/+5
* lib/generators: introduce a sane default for `mkValueString`Profpatsch2018-03-291-0/+26
* lib.isStorePath: Fix derivation detectionShea Levy2018-03-091-0/+2
* lib/generators: add mkValueString to mkKeyValueDefault generatorProfpatsch2017-11-221-1/+1
* lib/generators: put more information in toPretty lambdasProfpatsch2017-06-221-0/+2
* lib/generators: toPrettyProfpatsch2017-06-221-0/+30
* lib-tests: fix test for isStorePathDaiderd Jordan2017-06-091-1/+1
* Add `isStorePath` tests (#26223)Profpatsch2017-05-301-4/+34
* lib: Consolidate tests into one meta jobJohn Ericson2017-05-171-0/+299