-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Better specify availability condition arguments (int.int.int is now legal, other literals are not) (Fixes #17) * Allow protocol composition types anywhere we allow implicitly unwrapped types (Fixes #18) * Allow subscripts to have more than one argument (Fixes #22) * Add support for property wrapper projections (Fixes #23) * Let protocol property requirements specify mutation modifiers (Fixes #24) * Support annotations on parameters (Fixes #26)
- Loading branch information
1 parent
646e346
commit a885807
Showing
6 changed files
with
130 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,13 @@ | ||
Alamofire/Example/Source/AppDelegate.swift | ||
Alamofire/Tests/SessionManagerTests.swift | ||
Alamofire/Tests/TLSEvaluationTests.swift | ||
lottie-ios/lottie-swift/src/Private/LayerContainers/Utility/LayerTransformNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/ModifierNodes/TrimPathNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/RenderContainers/GroupNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/PathNodes/EllipseNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/PathNodes/PolygonNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/PathNodes/RectNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/PathNodes/ShapeNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/PathNodes/StarNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/Text/TextAnimatorNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/RenderNodes/GradientFillNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/RenderNodes/StrokeNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/RenderNodes/FillNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/RenderNodes/GradientStrokeNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/RenderLayers/ShapeRenderLayer.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Protocols/RenderNode.swift | ||
lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Protocols/AnimatorNode.swift | ||
lottie-ios/lottie-swift/src/Private/Model/Extensions/KeyedDecodingContainerExtensions.swift | ||
lottie-ios/lottie-swift/src/Private/Utility/Primitives/BezierPath.swift | ||
lottie-ios/lottie-swift/src/Private/Utility/Primitives/CompoundBezierPath.swift | ||
vapor/Tests/VaporTests/ApplicationTests.swift | ||
vapor/Sources/Vapor/Middleware/CORSMiddleware.swift | ||
vapor/Sources/Vapor/Response/Response.swift | ||
vapor/Sources/Vapor/Content/ContentConfig.swift | ||
vapor/Sources/Vapor/Content/ContentContainer.swift | ||
vapor/Sources/Vapor/Content/QueryContainer.swift | ||
vapor/Sources/Vapor/Request/Request.swift | ||
Kingfisher/Demo/Demo/Kingfisher-Demo/SwiftUIViews/ListDemo.swift | ||
Kingfisher/Sources/General/KFOptionsSetter.swift | ||
Kingfisher/Sources/Extensions/UIButton+Kingfisher.swift | ||
Kingfisher/Sources/SwiftUI/ImageBinder.swift | ||
Kingfisher/Sources/SwiftUI/KFImageOptions.swift | ||
shadowsocks/ShadowsocksX-NG/ServerProfile.swift | ||
Carthage/Source/carthage/Outdated.swift | ||
Carthage/Source/carthage/Archive.swift | ||
|
@@ -55,8 +31,6 @@ Carthage/Tests/CarthageKitTests/XcodeSpec.swift | |
Moya/Tests/MoyaTests/TestHelpers.swift | ||
Moya/Sources/Moya/Plugins/NetworkLoggerPlugin.swift | ||
Moya/Sources/Moya/Response.swift | ||
ObjectMapper/Tests/ObjectMapperTests/MappableTypesWithTransformsTests.swift | ||
ObjectMapper/[email protected] | ||
ObjectMapper/Sources/HexColorTransform.swift | ||
ObjectMapper/Sources/Map.swift | ||
ObjectMapper/Sources/ToJSON.swift |