Fix LocalContext and LocalInstance captured by sorries for the tactic mode#108
Open
augustepoiroux wants to merge 3 commits into
Open
Fix LocalContext and LocalInstance captured by sorries for the tactic mode#108augustepoiroux wants to merge 3 commits into
LocalContext and LocalInstance captured by sorries for the tactic mode#108augustepoiroux wants to merge 3 commits into
Conversation
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
3 times, most recently
from
July 8, 2025 16:40
326189e to
3d4d802
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
July 24, 2025 07:41
3d4d802 to
c2015e5
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
2 times, most recently
from
August 15, 2025 11:43
9aa449c to
0bbf39f
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
September 15, 2025 16:43
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
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
October 14, 2025 20:22
e3a85b6 to
439e7b6
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
October 22, 2025 10:00
439e7b6 to
1403b9c
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
3 times, most recently
from
November 19, 2025 11:00
d7878ec to
7290307
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
November 24, 2025 09:04
7290307 to
b57b7da
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
December 15, 2025 13:13
b57b7da to
d6c90b2
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
January 29, 2026 12:34
d6c90b2 to
8b70980
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
February 22, 2026 17:16
8b70980 to
37c28ed
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
April 12, 2026 08:33
37c28ed to
d02db5d
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
May 14, 2026 20:19
d02db5d to
debcf26
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
June 6, 2026 11:12
debcf26 to
1c04d48
Compare
augustepoiroux
force-pushed
the
fix-sorry-ctx
branch
from
July 16, 2026 20:52
1c04d48 to
88643c1
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