Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Conversation

marcrasi
Copy link
Contributor

This fixes some errors caused by swiftlang/swift#27971:

/home/swiftci/jenkins/workspace/swift-PR-TensorFlow-Linux-gpu/tensorflow-swift-apis/Sources/TensorFlow/StdlibExtensions.swift:196:1: error: conditional conformance of type 'Array<Element>.DifferentiableView' to protocol 'MutableCollection' does not imply conformance to inherited protocol 'Collection'
extension Array.DifferentiableView
^
/home/swiftci/jenkins/workspace/swift-PR-TensorFlow-Linux-gpu/tensorflow-swift-apis/Sources/TensorFlow/StdlibExtensions.swift:196:1: error: conditional conformance of type 'Array<Element>.DifferentiableView' to protocol 'RandomAccessCollection' does not imply conformance to inherited protocol 'BidirectionalCollection'
extension Array.DifferentiableView
^
/home/swiftci/jenkins/workspace/swift-PR-TensorFlow-Linux-gpu/tensorflow-swift-apis/Sources/TensorFlow/StdlibExtensions.swift:196:1: error: conditional conformance of type 'Array<Element>.DifferentiableView' to protocol 'MutableCollection' does not imply conformance to inherited protocol 'Sequence'
extension Array.DifferentiableView
^
/home/swiftci/jenkins/workspace/swift-PR-TensorFlow-Linux-gpu/tensorflow-swift-apis/Sources/TensorFlow/StdlibExtensions.swift:196:1: note: did you mean to explicitly state the conformance like 'extension DifferentiableView: Sequence where ...'?
extension Array.DifferentiableView
^

@marcrasi marcrasi requested a review from dan-zheng October 31, 2019 02:07
@marcrasi marcrasi merged commit e70b979 into master Oct 31, 2019
@marcrasi marcrasi deleted the tf-489-2 branch October 31, 2019 02:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants