Declaration information extraction#119
Open
augustepoiroux wants to merge 33 commits into
Open
Conversation
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
July 24, 2025 07:41
e743bce to
9734b35
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
2 times, most recently
from
August 15, 2025 11:43
494cc23 to
8e5cc95
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
September 15, 2025 16:43
8e5cc95 to
bc449e4
Compare
Open
augustepoiroux
marked this pull request as ready for review
September 25, 2025 15:57
augustepoiroux
added a commit
to augustepoiroux/LeanInteract
that referenced
this pull request
Oct 13, 2025
Add the following features: - Fine-grained data extraction for Lean declarations leanprover-community/repl#119 - Incremental elaboration leanprover-community/repl#110 - also fixes #6 - Parallel elaboration (through `set_option` support) - `set_option` support leanprover-community/repl#119 A few fixes: - leanprover-community/repl#108 - leanprover-community/repl#109 Add py.typed - #32 Breaking changes: - Support for Lean v4.7.0 is dropped
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
October 14, 2025 20:22
bc449e4 to
bc9aed4
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
2 times, most recently
from
October 22, 2025 10:43
d12c8e9 to
47f28a0
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
3 times, most recently
from
November 19, 2025 11:00
725049f to
66baaeb
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
November 24, 2025 09:04
66baaeb to
4ba900b
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
December 15, 2025 13:14
4ba900b to
5cca847
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
January 29, 2026 12:34
5cca847 to
b58405e
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
February 22, 2026 17:16
b58405e to
09b5306
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
April 12, 2026 08:34
09b5306 to
e6dc02b
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
May 14, 2026 20:20
e6dc02b to
e760cca
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
June 6, 2026 11:12
e760cca to
e3a7396
Compare
augustepoiroux
force-pushed
the
declaration-extraction
branch
from
July 16, 2026 20:52
e3a7396 to
a96751d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extract various information about declarations in commands through the
"declarations": trueattribute:definition,theorem,inductive, ...TODO:
Contributions and feedback are welcome!
Notes: