lean4-htt/tests/pkg/module/Module
Mac Malone f3e3ebba81
refactor: move import validation to parser & Lake (#9716)
This PR moves the validation of cross-package `import all` to Lake and
the syntax validation of import keywords (`public`, `meta`, and `all`)
to the two import parsers.

It also fixes the error reporting of the fast import parser
(`Lean.parseImports`) and adds positions to its errors.
2025-08-05 22:36:54 +00:00
..
Basic.lean chore: show @[expose] attribute in #print (#9722) 2025-08-05 15:59:49 +00:00
Imported.lean refactor: update built-in tactic error messages (#9633) 2025-07-31 14:16:57 +00:00
ImportedAll.lean chore: revert "feat: default let rec and where decls to private under the module system" (#9743) 2025-08-05 21:28:08 +00:00
ImportedAllPrivateImported.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
ImportedImportedAll.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
ImportedPrivateImported.lean feat: update and explain "unknown constant" and "failed to infer type" errors (#9423) 2025-07-18 19:20:31 +00:00
NonModule.lean refactor: move import validation to parser & Lake (#9716) 2025-08-05 22:36:54 +00:00
PrivateImported.lean feat: note inaccessible private declarations in unknown constant error (#9516) 2025-07-25 09:23:52 +00:00