summary refs log tree commit diff
path: root/lib/tests/misc.nix
Commit message (Expand)AuthorAge
* 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
* lib/generators: put more information in toPretty lambdasProfpatsch2017-06-22
* lib/generators: toPrettyProfpatsch2017-06-22
* lib-tests: fix test for isStorePathDaiderd Jordan2017-06-09
* Add `isStorePath` tests (#26223)Profpatsch2017-05-30
* lib: Consolidate tests into one meta jobJohn Ericson2017-05-17