Fix LocalContext and LocalInstance captured by sorries for the tactic mode#108
Open
augustepoiroux wants to merge 3 commits intoleanprover-community:masterfrom
Open
Fix LocalContext and LocalInstance captured by sorries for the tactic mode#108augustepoiroux wants to merge 3 commits intoleanprover-community:masterfrom
LocalContext and LocalInstance captured by sorries for the tactic mode#108augustepoiroux wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
326189e to
3d4d802
Compare
3d4d802 to
c2015e5
Compare
9aa449c to
0bbf39f
Compare
0bbf39f to
e3a85b6
Compare
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
e3a85b6 to
439e7b6
Compare
439e7b6 to
1403b9c
Compare
d7878ec to
7290307
Compare
7290307 to
b57b7da
Compare
b57b7da to
d6c90b2
Compare
d6c90b2 to
8b70980
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.
This PR aims to improve the captured
LocalContextandLocalInstancewhen creating a ProofSnapshot.Fix #107