lean4-htt/src/Lean/Linter
Mario Carneiro 4f664fb3b5
feat: improve @[deprecated] attr (#3968)
Complement to #3967 , adds a `(since := "<date>")` field to
`@[deprecated]` so that metaprogramming code has access to the
deprecation date for e.g. bulk removals. Also adds `@[deprecated
"deprecation message"]` to optionally replace the default text
"`{declName}` has been deprecated, use `{newName}` instead".
2024-04-23 17:00:32 +00:00
..
Basic.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
Builtin.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
Deprecated.lean feat: improve @[deprecated] attr (#3968) 2024-04-23 17:00:32 +00:00
MissingDocs.lean fix: don't use info nodes before cursor for completion (#3778) 2024-04-02 08:49:24 +00:00
UnusedVariables.lean fix: add unused variables ignore function for #guard_msgs (#3931) 2024-04-17 15:30:17 +00:00
Util.lean feat: make linter options more explicitly discoverable (#3938) 2024-04-18 07:20:55 +00:00