forked from samuelvanderwaal/metaboss
-
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.
feat: implement error parser and error lookup (samuelvanderwaal#137)
* feat: added a structure for downloading errors * feat: added script to parse downloaded errors * chore: apply changes according to linter and clippy * feat: added wtf-is code as error parser * chore: clippy edits part 2 * chore: remove cargo install to avoid error popping * chore: swap parse-errors code to find * chore: remove mpl-candy-machine dependency * feat(find error): add auction house and auctioneer errors * chore(workflows): change apt --> apt-get for stability Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>
- Loading branch information
1 parent
64b8e7f
commit c28d96e
Showing
15 changed files
with
645 additions
and
262 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
/temp | ||
/binaries | ||
.test_files | ||
docs-src/book | ||
docs-src/book | ||
src/error_files |
Oops, something went wrong.