-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Official Dotty support in master with tests omitted due to lack of serialization support. * Add Dotty 0.20.0-RC1 to build * Fix non-local return in ConfigBeanImpl * Fix non-local return in BadMap * Fix non-local return in ConfigNodeField * Fix non-local return in Path * Fix non-local return in SerializedConfigValue * Fix non-local return in ConfigNodeRoot * Fix non-local return in AbstractConfigValue * Add lines between methods and format * Fix non-local return in SimpleConfigObject * Fix non-local return in ConfigNodeObject part 1 * Fix non-local return in ConfigNodeObject part 1 - redo * Reverse addition of Dotty so CI passes * Update dotty to 0.21.0-RC1 * Fix non-local return in ConfigNodeObject part 2 * Remove default case causing dotty warning * Fix non-local return in ConfigDelayedMergeObject * Add Dotty back in with tests filtered that don't pass
- Loading branch information
Showing
11 changed files
with
253 additions
and
216 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
Oops, something went wrong.