about summary refs log tree commit diff
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-31lib.sanitizeDerivationName: Test with unicodeRobert Hensing1-0/+5
2022-03-19Merge pull request #147077 from Infinisil/updateAttrPathsRobert Hensing1-0/+152
2022-03-18lib.attrsets: Introduce updateManyAttrsByPathSilvan Mosberger1-0/+114
2022-03-18lib.lists: Use builtins.groupBy for lib.groupBySilvan Mosberger1-1/+17
2022-03-18lib.attrsets: Introduce showAttrPathSilvan Mosberger1-0/+22
2022-03-17Merge pull request #161158 from a-m-joseph/mips64el-support-first-stepsJohn Ericson1-2/+2
2022-03-16Merge pull request #156533 from hercules-ci/issue-146882-transparent-submodul...Silvan Mosberger8-0/+87
2022-03-14lib.generators: add toINIWithGlobalSectionProfpatsch1-0/+60
2022-03-10lib/systems: add mips64el definitionsAdam Joseph1-2/+2
2022-03-10lib.types.optionType: Only merge when necessaryRobert Hensing2-0/+17
2022-03-07lib/tests/modules: Add test case for duplicate option error file locationRobert Hensing2-0/+11
2022-03-03lib.modules: Make option injection work when shorthandOnlyDefinesConfigRobert Hensing4-2/+11
2022-03-03lib.modules: Improve option-is-prefix error messageRobert Hensing2-0/+18
2022-03-03lib.modules: Let module declare options directly in bare submoduleRobert Hensing5-0/+49
2022-03-01lib.modules: Use types.optionType for _module.freeformTypeSilvan Mosberger2-0/+27
2022-03-01lib.types: Introduce `types.optionType`Silvan Mosberger3-0/+62
2022-02-22lib/types: Introduce types.raw for unprocessed valuesSilvan Mosberger2-0/+36
2022-02-17lib/tests: Add tests for emptyValueSilvan Mosberger2-0/+45
2021-12-13lib: fix flake checkzimbatm1-1/+1
2021-12-07Merge pull request #144022 from hercules-ci/lib-modules-optimize-unmatchedDefnsSilvan Mosberger2-2/+16
2021-11-26lib/tests: Use standard test syntaxVictor Engmark1-1/+1
2021-11-26lib/tests: Anchor config output regexesVictor Engmark1-98/+98
2021-11-26lib/tests: Set hardening pragmasVictor Engmark2-4/+8
2021-11-26lib/tests: Don't return non-zero values from checksVictor Engmark1-5/+0
2021-11-26lib/tests: Avoid assigning an array to a stringVictor Engmark1-2/+2
2021-11-26lib/tests: Remove redundant semicolonsVictor Engmark1-6/+6