-
Notifications
You must be signed in to change notification settings - Fork 24
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
Wrc20 balance fixes #310
Merged
Merged
Wrc20 balance fixes #310
Changes from 25 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
180cf4f
Add #wrap rules corresponding to modInt Rules
hjorthjort af90492
Fix existential variable
hjorthjort 645ef9e
More wrapping rules
hjorthjort ae5e70f
WIP: Add speed-up lemma
hjorthjort 1d5ebd1
Merge branch 'master' into small-fixes
hjorthjort 98d0fef
Clean up general lemmas
hjorthjort 872f368
Start moving exact values in simplifications to side conditions
hjorthjort fc838b4
Simplify modInts to #wraps
hjorthjort 319b6f1
Bugfix: missing syntax production
hjorthjort 9088ebb
Make setRange total
hjorthjort eae41fa
New #getRange lemmas
hjorthjort b48a3b2
Formatting
hjorthjort 5d9b041
Remove the loop-lemma, not giving any speed-up
hjorthjort 75ce6eb
Formatting
hjorthjort 5b31383
Documentation update
hjorthjort 5be32b9
Merge branch 'master' into wrc20-balance-fixes
hjorthjort 53032a4
Remove unused and bad lemma, caused branching
hjorthjort cf57722
Nits
hjorthjort 9e584ab
Update lemmas
hjorthjort 03cfb32
Fix side condition
hjorthjort 8ef1f61
Merge branch 'master' into wrc20-balance-fixes
hjorthjort 013e6c4
Remove commented out lemma
hjorthjort 3172a96
Specilalize #getRange lemma
hjorthjort 62a6c3a
Fix getRange side conditions for when WIDTH <= 0
hjorthjort dac0971
Merge remote-tracking branch 'origin/master' into wrc20-balance-fixes
hjorthjort e9e90b7
Typo in annotation
hjorthjort 1d6c9fa
Merge branch 'master' into wrc20-balance-fixes
hjorthjort b44aa92
Merge branch 'master' into wrc20-balance-fixes
hjorthjort 54c9830
Merge branch 'master' into wrc20-balance-fixes
ehildenb 3026fc8
Merge branch 'master' into wrc20-balance-fixes
hjorthjort e61e2cf
Merge branch 'master' into wrc20-balance-fixes
hjorthjort 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
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.
We technically shouldn't do this because
#set
is not functional. We should actually removefunctional
from the#set
function.But we have an issue tracking it, and I guess it should be OK because once
#set
is fixed, we should be OK here too.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.
Sounds like the right thing to do. Thanks