-
Notifications
You must be signed in to change notification settings - Fork 101
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
Integrate single step #2338
Draft
chriseth
wants to merge
41
commits into
main
Choose a base branch
from
integrate_single_step
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Integrate single step #2338
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
20cba4f
Integrate single step functions.
chriseth 0d6d957
Human-readable formatting of JIT witgen (error) state.
chriseth dffe70a
remove word repetition.
chriseth 1cdb383
Elevate some trace messages to debug.
chriseth 257f161
Termination plus merging.
chriseth d964409
Ignore prover functions for now.
chriseth 09e1f88
Fix block size.
chriseth 8bb0601
Merge branch 'nice_jit_processor_error_summary' into testa
chriseth 4d23a9a
Report better error.
chriseth abb49bc
Format connection identities.
chriseth 2aa4399
Merge branch 'nice_jit_processor_error_summary' into integrate_single…
chriseth 3103fe6
Pad properly.
chriseth 7cf57b3
Merge branch 'nice_jit_processor_error_summary' into integrate_single…
chriseth ff84937
Fix formatting and add test.
chriseth f9b2523
Merge branch 'nice_jit_processor_error_summary' into integrate_single…
chriseth eda7805
Mark "unselected" lookups as complete.
chriseth 178cba3
Access to nonconstant fixed columns.
chriseth bbed563
Interpreter.
chriseth 4533878
Clean up known.
chriseth 8fe94ac
clarify comment.
chriseth a52e814
Merge branch 'access_to_nonconstant_fixed_columns' into integrate_sin…
chriseth 19c42ef
Merge remote-tracking branch 'origin/main' into integrate_single_step
chriseth 76c734b
Merge remote-tracking branch 'origin/main' into integrate_single_step
chriseth c6c0490
fix merge conflicts.
chriseth 12c351b
fix expectations after merge.
chriseth a4bf424
add comment.
chriseth 57aece3
Fix last row.
chriseth ac96acb
trace.
chriseth 6d2bb8f
Compute last row.
chriseth 6e43430
fix
chriseth 0d1ef11
remove prover functions for now.
chriseth ea3885c
combine functions.
chriseth 8716d0c
typo
chriseth 90ccad4
Extract compute_row_block.
chriseth 9abf7e3
fix
chriseth abcfc56
update comment.
chriseth ca9c312
Merge remote-tracking branch 'origin/extract_compute_row_block' into …
chriseth 554f4ca
Merge remote-tracking branch 'origin/main' into integrate_single_step
chriseth 065cd80
simplify
chriseth 84fa507
Merge remote-tracking branch 'origin/main' into integrate_single_step
chriseth 65cc013
Merge remote-tracking branch 'origin/main' into integrate_single_step
chriseth 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
This file contains 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really sure why this is now indented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I used the same code as we have for the block machine, where it is indented as well.