lean4-htt/src/lake/tests
Mac Malone a4aaabf396
refactor: reverse pkg/lib search & no exe roots in import (#2937)
Closes #2548.

Later packages and libraries in the dependency tree are now preferred
over earlier ones. That is, the later ones "shadow" the earlier ones.
Such an ordering is more consistent with how declarations generally work
in programming languages.

This will break any package that relied on the previous ordering.

Also includes a related fix to `findModule?` that mistakenly treated
executable roots as importable.
2023-11-27 16:12:11 +00:00
..
badImport feat: per-package server options (#2858) 2023-11-26 13:42:38 +00:00
buildArgs chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
clone chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
depTree chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
env chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
globs chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
init fix: lake: proper exe targets & pkg generation (#2932) 2023-11-27 16:11:12 +00:00
llvm-bitcode-gen chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
lock chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
manifest feat: lake: use / in Windows manifest file paths 2023-11-15 00:39:06 -05:00
meta fix: lake: whitelist loaded config olean env exts 2023-11-17 13:50:14 -05:00
noBuild feat: per-package server options (#2858) 2023-11-26 13:42:38 +00:00
old chore: ignore forgotten Lake test artifacts 2023-11-17 21:25:41 -05:00
order refactor: reverse pkg/lib search & no exe roots in import (#2937) 2023-11-27 16:12:11 +00:00
postUpdate chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
precompileArgs chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
rebuild chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
serve feat: per-package server options (#2858) 2023-11-26 13:42:38 +00:00
toolchain chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00