lean4-htt/tests/pkg
Mac Malone 2b85e29cc9
test: version clash w/ diamond deps (#11155)
This PR adds a test replicating Kim's diamond dependency example.

The top-level package, `D`, depends on two intermediate packages, `B`
and `C`, which each require semantically different versions of another
package, `A`. The portion of `A` that `B` and `C` publicly use is
unchanged across the versions, but they both privately make use of
changed API. Currently, this causes a version clash. This will be made
to work without error later this quarter.
2025-11-13 05:40:56 +00:00
..
builtin_attr refactor: update built-in tactic error messages (#9633) 2025-07-31 14:16:57 +00:00
debug
def_clash test: symbol clash on private import of same def (#10915) 2025-10-23 03:42:52 +00:00
deriving
frontend chore: re-enable tests (#10923) 2025-10-23 08:38:57 +00:00
initialize
linter_set
misc fix: local syntax should create private definitions 2025-08-19 14:49:12 -07:00
module fix: evalConst meta check and auxiliary IR decls (#11079) 2025-11-04 21:29:49 +00:00
path with spaces
prv chore: error messages consistency (#10143) 2025-08-26 17:55:43 +00:00
rebuild refactor: lake: mv tests/examples to top-level tests dir (#10688) 2025-10-06 21:47:57 +00:00
setup
signal feat: add signal handling support using libuv (#9258) 2025-09-15 13:09:50 +00:00
structure_docstrings feat: link docstrings for diamond inheritance (#11122) 2025-11-10 01:05:01 +00:00
test_extern
user_attr
user_attr_app chore: re-enable tests (#10923) 2025-10-23 08:38:57 +00:00
user_ext
user_opt
user_plugin
ver_clash test: version clash w/ diamond deps (#11155) 2025-11-13 05:40:56 +00:00
.gitignore