-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove refined module as it lacks Scala 3 support
Support for `refined` was added to Scanamo with #182 in January 2018, but unfortunately the `refined` library itself has limited support for Scala 3 (see fthomas/refined#932), and as seen in #1804, the tests for Scanamo's `refined` code do not compile under Scala 3. Although, when Scanamo gained Scala 3 support with PR #1596 in November 2022, we initially continued `refined` support by restricting it to release only Scala 2 modules, in order to simplify Scanamo's build and reduce ongoing maintenance burden, I'm now removing Scanamo's `refined` module. If `refined` gains enough Scala 3 support to cross-compile against all versions of Scala supported by Scanamo, I'd definitely be happy for the `refined` module to be reintroduced to Scanamo.
- Loading branch information
Showing
7 changed files
with
15 additions
and
183 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 was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
refined/src/test/scala/org/scanamo/refined/RefinedDynamoFormatSpec.scala
This file was deleted.
Oops, something went wrong.