forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce IrError and use it for most Results in the library. * Handle IrErrors naively by converting to String. * Remove the redundant Module name. I put it there initially without thinking, and then just used the name 'script' for scripts, etc. This just removes it altogether; touches a lot of the test files. * Move the aggregate naming management from IR back into core. The IR doesn't care about struct field names nor enum variant names. They need to be tracked by IRgen though, so instead of managing it in the IR Context it can be all done in IRgen core.
- Loading branch information
Showing
55 changed files
with
390 additions
and
261 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.