Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests fail for Swift 5.1.3 release #25

Open
marc-medley opened this issue Jan 30, 2020 · 0 comments
Open

tests fail for Swift 5.1.3 release #25

marc-medley opened this issue Jan 30, 2020 · 0 comments

Comments

@marc-medley
Copy link

swift --version
# Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
# Target: x86_64-apple-darwin19.3.0

swift test
# …/Vaux/Tests/VauxTests/VauxTableTests.swift:94:190: 
#   error: 'String' is not convertible to 'String?'
#       link(…, label: "…").class("external").attr("rel", "noopener")
#                                                         ^~~~~~~~~~
# …/Vaux/Tests/VauxTests/VauxTests.swift:1703:13: 
#   error: expression type 'HTML' is ambiguous without more context
#             fieldset {
#             ^~~~~~~~~~
# …/Vaux/Tests/VauxTests/VauxTests.swift:1714:28: 
#   error: 'InputType' is not convertible to 'InputType?'
#               input(type: .text)
#                           ~^~~~
# …/Vaux/Tests/VauxTests/VauxTests.swift:2386:49: 
#   error: 'String' is not convertible to 'String?'
#               }.attr("for", "a b").attr("name", "x")
#                                                 ^~~
# …/Vaux/Tests/VauxTests/VauxTests.swift:2386:29: 
#   error: 'String' is not convertible to 'String?'
#               }.attr("for", "a b").attr("name", "x")
#                             ^~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant