lean4-htt/tests/pkg/user_attr
Sebastian Ullrich e6dfdfdcee
fix: reject attribute uses whose module is reachable only via IR (#13613)
This PR makes the elaborator reject `@[foo]` when the module that
registers `foo` is not visibly imported into the current file but merely
loaded as IR. Previously such uses silently elaborated but led to
divergence of cmdline and server behavior and caused `lake shake --fix`
to flip-flop on successive runs (#13599).
2026-05-06 11:55:43 +00:00
..
UserAttr fix: reject attribute uses whose module is reachable only via IR (#13613) 2026-05-06 11:55:43 +00:00
lakefile.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
lean-toolchain chore: relative lean-toolchains (#12652) 2026-02-25 10:23:35 +00:00
run_test.sh chore: improve how test suite interacts with stages (#12913) 2026-03-16 15:20:03 +00:00
UserAttr.lean fix: reject attribute uses whose module is reachable only via IR (#13613) 2026-05-06 11:55:43 +00:00