lean4-htt/tests
Marc Huisinga f4c5f8e422
fix: set data? field in eager code actions (#12332)
This PR fixes an issue on new NeoVim versions that would cause the
language server to display an error when using certain code actions.

(For some reason, NeoVim recently decided to diverge from VS Code in
terms of when it emits code action resolution requests, which means that
not setting the `data?` field won't preclude NeoVim from emitting a
request anymore, which in turn means that the server can't resolve the
code action.)
2026-02-06 08:57:27 +00:00
..
bench test: add program evaluation benchmark to cbv (#12280) 2026-02-04 15:37:00 +00:00
bench-radar chore: fail benchmarks if lakeprof upload fails (#12313) 2026-02-04 15:53:33 +00:00
compiler test: compiler test with big meta closure (#12141) 2026-01-24 15:18:33 +00:00
elabissues
ir
lake fix: lake: facet names in unknown facet errors (#12261) 2026-01-31 20:57:13 +00:00
lean fix: set data? field in eager code actions (#12332) 2026-02-06 08:57:27 +00:00
pkg fix: [local simp] on privately imported theorem (#12287) 2026-02-03 12:57:23 +00:00
playground
plugin
simpperf
.gitignore
CMakeLists.txt chore: move test suite setup to tests/CMakeLists.txt (#12278) 2026-02-03 13:22:20 +00:00
common.sh
lakefile.toml
lean-toolchain