forked from apple/swift-nio
-
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.
remove internal ExpressibleBy(Integer|Array)Literal conformances (app…
…le#1258) Motivation: The ExpressibleBy*Literal conformances require `@usableFromInline` inits which make it harder to make NIO compatible with library evolution because we can no longer just remove all `@inlinable`s and call it a day. Modifications: Remove the ExpressibleBy*Literal conformances for internal types. Result: NIO easy to convert into a library evolution mode.
- Loading branch information
Showing
3 changed files
with
14 additions
and
25 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