summary refs log tree commit diff
path: root/lib/strings.nix
Commit message (Expand)AuthorAge
* Merge pull request #173949 from jacoblambda/fix-toInt-zero-paddingRobert Hensing2022-10-24
|\
| * lib/strings: Update docs and restructured code to improve readability of toIn...Jacob Abel2022-10-23
| * lib/strings: Improve error message for octal ambiguity in toIntJacob Abel2022-10-23
| * lib/strings: Refactor toInt into toInt and toIntBase10Jacob Abel2022-10-23
| * lib/strings: Update toInt to handle intermixed ws and zeros. Added testsJacob Abel2022-10-23
| * lib/strings: allow toInt to parse zero-padded stringsJacob Abel2022-10-23
* | lib.normalizePath: the empty string is not a valid regex on darwinGuillaume Girol2022-10-24
|/
* lib.strings: Add normalizePathajs1242022-10-20
* lib.strings: Add function to do C-style escapingDaniel Olsen2022-10-20
* lib.strings: Add function to convert character to numberDaniel Olsen2022-10-20
* lib/strings/toShellVars: handle derivations as stringsNaïm Favier2022-05-07
* lib/strings: convert to string within hasInfixDaniel Thwaites2022-05-01
* lib/strings: fix quoting of exampleNaïm Camille Favier2022-04-27
* lib/strings: add toShellVarsNaïm Favier2022-04-27
* lib/strings: optimise hasInfix function (#168175)Daniel Thwaites2022-04-22
* Merge pull request #166383 from hercules-ci/always-sanitize-derivation-nameRobert Hensing2022-04-05
|\
| * lib.sanitizeDerivationName: Simplify regexRobert Hensing2022-04-05
| * lib.sanitizeDerivationName: Optimize the common caseRobert Hensing2022-03-31
* | lib/strings: Add levenshtein distance functionsSilvan Mosberger2022-04-01
|/
* lib: fix escapeXML example in documentationRobert Helgesson2021-11-02
* lib: add function escapeXMLRobert Helgesson2021-10-03
* lib/strings: fix infinite recursion on concatStringsSep fallbackpolykernel2021-08-26
* strings.nix: Fix overly monomorphic type signature commentsNiklas Hambüchen2021-07-04
* lib/strings: forbid lists in isStorePathsternenseemann2021-05-07
* lib/strings: fix example for isStorePathsternenseemann2021-05-07
* lib: fix documented type of fixedWidthString (#121396)Lennart Spitzner2021-05-01
* treewide: use lib.warnIf where appropriateAlyssa Ross2021-04-28
* lib/string: drop redundant string in description of toInt.Alex Brandt2020-12-05
* lib/strings: fix typo in exampleAlex Brandt2020-12-04
* lib/strings: fix examples for enableFeatureAsAlex Brandt2020-12-03
* Merge pull request #44928 from vcunat/p/configure-assertEelco Dolstra2020-11-11
|\
| * lib/strings: guard against an easy mistakeVladimír Čunát2018-08-12
* | lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing2020-10-22
* | lib.splitString: use builtin.splitEtienne Laurin2020-10-18
* | lib/strings: deprecate readPathsFromFileV2020-09-03
* | lib/strings: Add floatToStringSilvan Mosberger2020-07-25
* | lib/strings: Introduce escapeNixIdentifierSilvan Mosberger2020-04-13
* | Merge pull request #83241 from Infinisil/valid-drv-nameSilvan Mosberger2020-04-02
|\ \
| * | lib/strings: Add sanitizeDerivationName functionSilvan Mosberger2020-03-30
* | | Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-05
* | | Revert "Merge master into staging-next"Frederik Rietdijk2020-02-05
* | | lib/strings: fix comment typoRobert Helgesson2020-02-05
|/ /
* | lib: Add getName to mirror getVersionJohn Ericson2019-11-24
* | Doc fix: use correct function name in type signature for concatIMapStringsSepNathan van Doorn2019-03-18
* | lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
* | make-derivation: use pname-version as default name if both are presentPatrick Hilhorst2018-11-06
* | Merge pull request #49383 from tazjin/docs/lib-docstringsGraham Christensen2018-10-29
|\ \
| * | lib/strings: Update documentation comments for doc generationVincent Ambo2018-10-29
* | | lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson2018-10-20
|/ /
* | lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch2018-09-06