about summary refs log tree commit diff
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
2022-11-03lib/tests/modules: Test doRenameRobert Hensing3-0/+32
2022-10-23lib/strings: Update docs and restructured code to improve readability of toIn...Jacob Abel2-1/+5
2022-10-23lib/strings: Refactor toInt into toInt and toIntBase10Jacob Abel2-17/+45
2022-10-23lib/strings: Update toInt to handle intermixed ws and zeros. Added testsJacob Abel2-1/+12
2022-10-23lib/strings: allow toInt to parse zero-padded stringsJacob Abel1-0/+28
2022-10-20lib/tests/misc: Add tests for charToInt, escapeC, and normalizePathDaniel Olsen1-0/+15
2022-10-07lib/types: always use `<function body>` instead of `[function body]` to indic...Maximilian Bosch1-2/+2
2022-10-01Merge pull request #193132 from figsoda/clean-upfigsoda1-1/+0
2022-09-26lib/tests/maintainers.nix: remove unused bindingfigsoda1-1/+0
2022-09-21lib/modules: Fix meta duplication in shorthand syntaxRobert Hensing2-0/+22
2022-09-21lib: Add lazyDerivationRobert Hensing1-0/+53
2022-09-17lib.types: Add parentheses where description is ambiguousRobert Hensing1-0/+53
2022-08-31Merge pull request #188289 from erikarvstedt/fix-disabled-modules-abs-pathsRobert Hensing2-0/+6
2022-08-31lib.modules: support strings with absolute paths in `disabledModules`Erik Arvstedt2-0/+6
2022-08-25lib/systems: add MicroBlaze architecturesMinijackson1-1/+1
2022-06-20teams/maintainers list: show instructions for validating the contentsGraham Christensen1-2/+2
2022-06-20maintainer teams: check them in lib testsGraham Christensen2-0/+54
2022-06-20maintainer lib test: extract maintainer moduleGraham Christensen2-31/+32
2022-06-20maintainers: remove longkeyidGraham Christensen1-1/+0
2022-06-14lib/modules: Throw earlier when module function does not return attrsRobert Hensing2-0/+21
2022-06-14lib.deferredModule: Make it properly singularRobert Hensing1-1/+1
2022-06-14lib.types.deferredModule: Allow path-typed module referencesRobert Hensing2-3/+4
2022-06-14lib.types.deferredModule: Improve reported locationRobert Hensing1-1/+1
2022-06-14lib/test/modules.sh: Test deferredModule error location fileRobert Hensing2-2/+11
2022-06-14lib.types: Add deferredModuleRobert Hensing2-0/+57
2022-06-14lib/tests: Add submodule file propagation testSilvan Mosberger2-0/+25
2022-05-23Merge pull request #168374 from Ma27/special-attrs-in-with-recursionSilvan Mosberger1-0/+15
2022-05-17Merge pull request #172813 from hercules-ci/functionTo-properlyRobert Hensing2-0/+63
2022-05-16Merge pull request #170561 from klemensn/types-descriptionSilvan Mosberger1-1/+1
2022-05-15Revert "lib: init flakes.nix"adisbladis3-23/+0
2022-05-13lib/tests/modules: Test functionTo submodule merging tooRobert Hensing2-8/+11
2022-05-13lib.types.functionTo: Support type mergingRobert Hensing2-0/+60
2022-05-07lib/strings/toShellVars: handle derivations as stringsNaïm Favier1-0/+12
2022-05-02lib/tests/modules.sh: Fix for singular type descriptionsRobert Hensing1-1/+1
2022-05-02Merge pull request #170090 from danth/has-infix-toStringRobert Hensing1-0/+30
2022-05-02lib/tests: add tests for hasInfixDaniel Thwaites1-0/+30
2022-05-01Merge pull request #167947 from MatthewCroughan/mc/callLocklessFlakeArtturi3-0/+22
2022-04-28lib.systems: add riscv{32,64} sets and filtersAlyssa Ross1-0/+2
2022-04-28lib/tests: add RISC-V testAlyssa Ross1-0/+1
2022-04-27lib/strings: add toShellVarsNaïm Favier1-0/+20
2022-04-24lib.types.submoduleWith: Avoid _key collisions after extendModulesRobert Hensing2-1/+46
2022-04-12lib/tests: evaluate value from subflake with callLocklessFlakematthewcroughan3-8/+8
2022-04-12lib/tests: use subflake to test callLocklessFlakematthewcroughan3-3/+16
2022-04-12lib/tests: add test for callLocklessFlakematthewcroughan1-0/+9
2022-04-12lib/generators: withRecursion: don't break attr-sets with special attrsMaximilian Bosch1-0/+15
2022-04-06Merge pull request #164088 from Profpatsch/lib.generators-add-toINIWithGlobal...Silvan Mosberger1-0/+60
2022-04-05Merge pull request #165540 from Infinisil/module-args-docsRobert Hensing1-1/+1
2022-04-05Merge pull request #166383 from hercules-ci/always-sanitize-derivation-nameRobert Hensing1-0/+5
2022-04-05lib/modules: Document _module.argsSilvan Mosberger1-1/+1
2022-04-01lib/tests: Add tests for levenshtein functionsSilvan Mosberger1-0/+152