-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: use results on fs module (#191)
* feat!: use results on fs module Refactor the fs module to use results and errors. Closes #169 * chore: add result to readLine * chore: use results for metadata * chore: add empty result * chore: add results to other fs functions * chore: add results to the rest of the functions * chore: export results from test.sol * chore: add missing lib for metadata result * chore: export FsMetadataResult from test.sol * test: update fs tests * style: run forge fmt * chore: remove println from fe module * feat!: use results on `fe.getBytecode` * chore: review comments --------- Co-authored-by: gnkz <[email protected]>
- Loading branch information
Showing
8 changed files
with
455 additions
and
92 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
Oops, something went wrong.