-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also, a lot of cleanup of type tracking with frame_* And, caught some examples of us not testing opcodes in "nonsense" tests because the opcode was a substring of another opcode, like & is a substring of &&. (Caught, because "bury" is a substring of "frame_bury") This means there is a change to the "old" compiled constants. This is normally not done, but here we added to an old nonsense test, we added the corresponding bytes to the compiled output.
- Loading branch information
Showing
14 changed files
with
611 additions
and
195 deletions.
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
Oops, something went wrong.