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.
Allow prefixes in any call path. (FuelLabs#472)
* Test case and parsing. * Better test case. * First pass as structs. * CallPath keeps track of if its an absolute path or not. * Update license. * Better test case. * Implement for enums. * Fix bug created during merge with master. * Better test case. * Fix clippy error. * Implement for functions. * Fix merge mistake. * Fix bug. * Fix cargo suggestion. * Remove part of test case due to OOM error. * Turn silent mode back on. * Clippy suggestions. * Pin lib version (FuelLabs#689) Depends on FuelLabs#683 * Add clippy allow. * Clippy suggestions. * Clippy suggestions. * Clippy suggestions. * PR review feedback. * Add verbose back. * Add unintended test. * Update test case. Co-authored-by: John Adler <[email protected]> Co-authored-by: John Adler <[email protected]>
- Loading branch information
1 parent
24bb7aa
commit 24c879c
Showing
36 changed files
with
429 additions
and
233 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
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
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.