DavHau
|
74e8474a21
|
fix: exclude packagesDir and overridesDirs from invalidationHash
|
2022-04-22 22:45:35 +02:00 |
|
DavHau
|
890183d2c6
|
remove more legacy translator code
|
2022-04-20 17:06:58 +02:00 |
|
DavHau
|
0bd073908f
|
fix typo: aggregates -> aggregated
|
2022-04-20 16:59:12 +02:00 |
|
DavHau
|
34f1ff3e23
|
remove deprecated interfaces:
- makeOutputs
- translators.translators
|
2022-04-20 16:58:38 +02:00 |
|
DavHau
|
f1f1633804
|
remove deprecated tests in ./tests/pure
|
2022-04-20 16:41:37 +02:00 |
|
DavHau
|
feb7eabd0c
|
fixup cargo-lock translator
|
2022-04-17 14:42:48 +02:00 |
|
DavHau
|
2331a0aa02
|
fix value is a string error when overriding sources
|
2022-04-17 14:42:37 +02:00 |
|
Yusuf Bera Ertan
|
2eb9461868
|
feat: port cargo lock translator to simpleTranslate2
|
2022-04-16 14:03:33 +03:00 |
|
DavHau
|
25d8bf5125
|
start moving crago-lock to translator v2 interface
|
2022-04-15 01:16:32 +02:00 |
|
DavHau
|
1ac93e4d93
|
allow executing single test via nix run .#tests-examples {package}
|
2022-04-15 01:15:37 +02:00 |
|
DavHau
|
e9b336953a
|
Merge branch 'main' into cargo-lock-subpackages
|
2022-04-15 00:34:25 +02:00 |
|
DavHau
|
8eebb32a52
|
update translator templates
|
2022-04-14 23:58:40 +02:00 |
|
Yusuf Bera Ertan
|
07c7d7d2dc
|
fix: make cargo-lock translator handle discovered project path deps seperately, handle store path source paths correctly
|
2022-04-12 06:29:49 +03:00 |
|
Yusuf Bera Ertan
|
1cca528ec6
|
fix(translator/cargo-lock): filter out root member (.) since we already parse this
|
2022-04-10 17:53:25 +03:00 |
|
Yusuf Bera Ertan
|
aa6099ecf2
|
feat(translator/cargo-lock): use discoveredProjects to find dependencies that are outside of a packages source
|
2022-04-10 17:22:58 +03:00 |
|
DavHau
|
91c66f5946
|
fix template
|
2022-04-08 12:02:41 +01:00 |
|
DavHau
|
f59346d1d6
|
add flake template
|
2022-04-08 11:59:24 +01:00 |
|
DavHau
|
84135ea205
|
update alejandra
|
2022-04-04 17:08:26 +01:00 |
|
DavHau
|
e939aa6810
|
fix: rust source path self reference
fixes #107
|
2022-04-04 16:55:08 +01:00 |
|
DavHau
|
be7f4f488d
|
rust: fallback to relPath if name not in Cargo.toml
|
2022-04-04 16:34:23 +01:00 |
|
DavHau
|
ecf409e502
|
ignore peerDependencies for top level package
fixes #105
|
2022-04-04 15:40:47 +01:00 |
|
DavHau
|
0f0fa91056
|
fix missing defaultApp
|
2022-04-04 12:47:02 +01:00 |
|
DavHau
|
0bcb6ec0f5
|
remove .#resolve
(in favor of .#package-name.resolve)
fixes #106
|
2022-04-04 12:36:45 +01:00 |
|
DavHau
|
0ceb2b95b4
|
fix: injecting unknown dependency breaks eval
fixes #104
|
2022-04-04 11:52:34 +01:00 |
|
DavHau
|
2b4c65a589
|
Merge pull request #102 from tgunnoe/workspace-name-fix
fix: use name attr before workspace path
|
2022-04-02 03:41:24 +07:00 |
|
tgunnoe
|
fb232c8cb0
|
fix: typo workspaceDependencies
|
2022-03-30 14:54:14 -04:00 |
|
tgunnoe
|
d019c19164
|
fix: use name attr before workspace path
|
2022-03-30 14:54:14 -04:00 |
|
DavHau
|
170a157b1f
|
add comment for filteredRequires in package-lock transl.
|
2022-03-30 16:46:46 +07:00 |
|
DavHau
|
7afa741704
|
fix: navigating to relPath in package-json transl.
|
2022-03-30 16:23:27 +07:00 |
|
DavHau
|
ec30059894
|
some fixes for package-json and package-lock
- fix missing git & ssh in pacakge-json translator
- package-lock: if dependency missing, raise warning instead of error.
|
2022-03-30 16:17:55 +07:00 |
|
DavHau
|
28b890821f
|
fix missing git in tests-examples
|
2022-03-28 23:42:49 +07:00 |
|
DavHau
|
f2d40e70cb
|
remove tests-impure
|
2022-03-28 23:34:56 +07:00 |
|
DavHau
|
5c037c970d
|
add examples for aggregated fetching
|
2022-03-28 23:22:54 +07:00 |
|
DavHau
|
502a2fefc5
|
fix aggregated fetching
|
2022-03-28 23:20:44 +07:00 |
|
DavHau
|
bc97f186e2
|
move tests from ./tests/impure to ./examples
|
2022-03-28 14:14:02 +07:00 |
|
DavHau
|
98ca5ea9bc
|
treat subsystemInfo as translatorArgs
|
2022-03-28 13:53:06 +07:00 |
|
DavHau
|
5b97484a4f
|
improve testing examples
|
2022-03-28 13:52:35 +07:00 |
|
DavHau
|
489f1ab2c7
|
remove cli and cli2
|
2022-03-27 22:40:54 +07:00 |
|
DavHau
|
48439d7e8b
|
rename: lib2 -> lib
|
2022-03-27 22:32:08 +07:00 |
|
DavHau
|
0593d9d931
|
remove lib.nix
|
2022-03-27 22:31:17 +07:00 |
|
DavHau
|
f7c034d4ee
|
add ./examples with flake examples
|
2022-03-27 22:16:45 +07:00 |
|
DavHau
|
065c283b75
|
add sourceOverrides to lib2
|
2022-03-27 21:45:31 +07:00 |
|
DavHau
|
783a64d33a
|
allow selecting builder via lib2
|
2022-03-27 20:08:22 +07:00 |
|
DavHau
|
c121372991
|
fix broken format-dream-lock.py
|
2022-03-25 19:30:46 +07:00 |
|
DavHau
|
6882b06562
|
fix typo makeFlakeOutpus -> makeFlakeOutputs
|
2022-03-15 23:24:16 +07:00 |
|
DavHau
|
0ef1821bdc
|
toposort discovered projects to improve selection of main project
|
2022-03-14 10:15:19 +07:00 |
|
DavHau
|
cd223d4669
|
python: fix pip translator
|
2022-03-14 10:14:23 +07:00 |
|
DavHau
|
753452e0fb
|
add discoverer for python
|
2022-03-14 10:14:01 +07:00 |
|
DavHau
|
e840c50ec7
|
mark pip translator as experimental
|
2022-03-13 13:06:58 +07:00 |
|
DavHau
|
07d43c4536
|
fix python translator + builder
|
2022-03-13 13:01:20 +07:00 |
|