-
Notifications
You must be signed in to change notification settings - Fork 52
Core.formatProgram to produce round-trip-parseable output for all constructs #1165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MikaelMayer
merged 23 commits into
main
from
issue-1158-core-formatprogram-does-not-produce-roun
May 18, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5a6808e
fix: Core.formatProgram roundtrip issues (#1158)
MikaelMayer 725dc86
Merge origin/main into issue-1158 branch
MikaelMayer eb37eca
chore: regenerate editor syntax files with Bv overflow functions
MikaelMayer 2f3045a
fix: update expected transform output to match preserved variable names
MikaelMayer b18c0e9
fix: type-parameterize overflow ops in Translate and add SDivOverflow…
MikaelMayer e74350b
chore: regenerate emacs syntax file to match GenSyntax output
MikaelMayer 4683739
feat: implement lhsArray translation, seq_empty grammar, and datatype…
MikaelMayer 0af4a85
Merge remote-tracking branch 'origin/main' into issue-1158-core-forma…
MikaelMayer c3b37cd
fix: distinguish SNegOverflow/UNegOverflow in grammar, remove dead co…
MikaelMayer 28aa718
ci: retry after transient infrastructure failures
MikaelMayer 8c5a08c
Merge remote-tracking branch 'origin/main' into issue-1158-core-forma…
MikaelMayer 61c96b1
Merge remote-tracking branch 'origin/main' into issue-1158-core-forma…
MikaelMayer a3a2011
Merge remote-tracking branch 'origin/main' into issue-1158-core-forma…
MikaelMayer 743e4c9
review: use logError for unsupported BV widths, remove extra newline
MikaelMayer af99d91
refactor: extract bvTypeOfWidth helper to deduplicate width-to-type m…
MikaelMayer 5c67077
refactor: use getLFuncCall in lappToExpr to decompose nested applicat…
MikaelMayer 027b700
fix: update Loops test expected output for freeVars context
MikaelMayer 5bfee94
refactor: use getLFuncCall in decomposeMapUpdate to decompose nested …
MikaelMayer 3b08ebe
docs: update seqEmptyFunc comment — Sequence.empty is now parseable
MikaelMayer 3f3a940
test: add Sequence.empty solver tests from PR #1036
MikaelMayer f212d39
revert: remove incorrectly-authored Sequence.empty tests
MikaelMayer abb0c2e
test: add Sequence.empty solver tests from PR #1036
atomb f7cce37
fix: make comment stateless — remove reference to 'new' syntax
MikaelMayer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
Examples/expected/IrrelevantAxioms.removeIrrelevantAxioms.core.st
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.