Commit Graph

191 Commits

Author SHA1 Message Date
imxyy1soope1 9ee2dd5c08 fix: inherit in recursive attribute sets 2026-01-29 18:40:13 +08:00
imxyy1soope1 084968c08a fix: implication operator (->) 2026-01-29 17:35:19 +08:00
imxyy1soope1 058ef44259 refactor(codegen): less allocation 2026-01-29 11:42:40 +08:00
imxyy1soope1 86953dd9d3 refactor: thunk scope 2026-01-27 10:45:40 +08:00
imxyy1soope1 d1f87260a6 fix: infinite recursion on perl (WIP) 2026-01-27 10:45:40 +08:00
imxyy1soope1 3186cfe6e4 feat(error): stack trace 2026-01-25 03:06:13 +08:00
imxyy1soope1 4d68fb26d9 fix: derivation & derivationStrict 2026-01-25 03:06:13 +08:00
imxyy1soope1 51f7f4079b feat: builtins.parseDrvName 2026-01-25 03:06:13 +08:00
imxyy1soope1 7136f57c12 feat: builtins.unsafeGetAttrPos & __curPos 2026-01-25 03:06:13 +08:00
imxyy1soope1 05b66070a3 feat: builtins.readType & builtins.readDir 2026-01-25 03:06:13 +08:00
imxyy1soope1 13a7d761f4 feat: lookup path (builtins.findFile) 2026-01-25 03:06:13 +08:00
imxyy1soope1 3d315cd050 feat: debug thunk location 2026-01-25 03:06:13 +08:00
imxyy1soope1 62ec37f3ad feat: mkAttrs 2026-01-25 03:06:13 +08:00
imxyy1soope1 a6aded7bea fix: return defaultVal when lhs is not attrset in selectWithDefault 2026-01-25 03:06:13 +08:00
imxyy1soope1 296c0398a4 fix(builtins.zipAttrsWith): laziness 2026-01-25 03:06:13 +08:00
imxyy1soope1 10430e2006 refactor: RuntimeContext 2026-01-25 03:06:13 +08:00
imxyy1soope1 f46ee9d48f chore: tidy 2026-01-24 11:20:12 +08:00
imxyy1soope1 e58ebbe408 fix: maybe_thunk 2026-01-24 02:20:33 +08:00
imxyy1soope1 2f5f84c6c1 fix: removeAttrs 2026-01-24 01:58:08 +08:00
imxyy1soope1 33775092ee fix: preserve string context 2026-01-24 00:57:42 +08:00
imxyy1soope1 ef5d8c3b29 feat: builtins.functionArgs 2026-01-24 00:57:42 +08:00
imxyy1soope1 56a8ba9475 feat: builtins.genericClosure; refactor type check 2026-01-24 00:57:42 +08:00
imxyy1soope1 58c3e67409 fix: force the attrset before checking its type in Nix.hasAttr 2026-01-24 00:54:30 +08:00
imxyy1soope1 7679a3b67f fix: list related primops 2026-01-24 00:54:30 +08:00
imxyy1soope1 95faa7b35f fix: make attrValues' order consistent 2026-01-24 00:54:30 +08:00
imxyy1soope1 43b8959842 fix: use forceBool in codegen 2026-01-24 00:54:30 +08:00
imxyy1soope1 041d7b7dd2 feat: builtins.getEnv 2026-01-24 00:54:30 +08:00
imxyy1soope1 15c4159dcc refactor: error handling 2026-01-24 00:54:30 +08:00
imxyy1soope1 2cb85529c9 feat: NamedSource 2026-01-20 20:12:57 +08:00
imxyy1soope1 e310133421 feat: better error handling 2026-01-20 08:55:08 +08:00
imxyy1soope1 208b996627 fix: error message of Nix.select 2026-01-18 16:53:12 +08:00
imxyy1soope1 9aee36a0e2 fix: relative path resolution
comma operator...
2026-01-18 16:42:54 +08:00
imxyy1soope1 dcb853ea0a feat: logging; copy to store; fix daemon: write_slice -> write_all 2026-01-18 16:42:54 +08:00
imxyy1soope1 2441e10607 feat: use snix nix-compat; implement metadata cache 2026-01-18 16:42:21 +08:00
imxyy1soope1 611255d42c feat: nix_nar 2026-01-18 01:10:49 +08:00
imxyy1soope1 2ad662c765 feat: initial nix-daemon implementation 2026-01-18 01:04:25 +08:00
imxyy1soope1 52bf46407a feat: string context 2026-01-18 00:52:31 +08:00
imxyy1soope1 513b43965c feat: do not use Object.defineProperty? 2026-01-18 00:52:11 +08:00
imxyy1soope1 09bfbca64a refactor: tidy; fix runtime path resolution 2026-01-17 16:42:10 +08:00
imxyy1soope1 f2fc12026f feat: initial path implementation 2026-01-17 12:20:18 +08:00
imxyy1soope1 97e5e7b995 feat: regex related builtins 2026-01-16 21:50:32 +08:00
imxyy1soope1 e620f39a4a fix: use coerceToString 2026-01-16 21:30:56 +08:00
imxyy1soope1 5341ad6c27 feat: builtins.compareVersions 2026-01-16 21:07:15 +08:00
imxyy1soope1 4f8edab795 fix: fetchTree & fetchTarball 2026-01-16 21:05:44 +08:00
imxyy1soope1 e676d2f9f4 fix: unwrap non-recursive let bindings 2026-01-16 21:01:46 +08:00
imxyy1soope1 b6a6630a93 feat: always resolve path at runtime 2026-01-16 21:01:14 +08:00
imxyy1soope1 62abfff439 fix: make update operator lazy 2026-01-16 20:38:41 +08:00
imxyy1soope1 55825788b8 chore: directly map nix boolean/null to javascript boolean/null 2026-01-16 20:38:15 +08:00
imxyy1soope1 b4e0b53cde fix: select 2026-01-14 17:38:15 +08:00
imxyy1soope1 6cd87aa653 chore: tidy 2026-01-14 17:38:12 +08:00