-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: update deps and fix issues
- Update all developer dependencies to their latest versions (including major updates). - Update files to conform to the new versions and fix some issues: - Enum values should be lowercase and kebab-case. - Avoid declaring variables that are already declared, either set their value or rename them accordingly. - Avoid using abrupt shorthands on abstract or syntax-directed operations that do not return a Completion Record. - Avoid calling abstract functions in algorithms that don't have a definition. - Update section names to their new ones. - Fix a small formatting issue.
- Loading branch information
1 parent
116788b
commit 35732cb
Showing
17 changed files
with
837 additions
and
2,880 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.