-
Notifications
You must be signed in to change notification settings - Fork 67
SWIFT-639 Update Vapor example #398
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
Conversation
c42c1d3 to
3d11e3a
Compare
Examples/VaporExample/Package.swift
Outdated
| let package = Package( | ||
| name: "VaporExample", | ||
| platforms: [ | ||
| .macOS(.v10_14) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requirement of Vapor 4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this go away once it gets out of beta?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, they are planning to drop 10.14 at some point before the release to use SwiftCrypto, so we'll probably have to update this to 10.15 once that happens.
patrickfreed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm mod conflict
3b04528 to
9e18aa1
Compare
Putting up a draft PR. We probably don't want to merge this for a while because:
@testableimporting in order to use theallmethod onMongoCursorsyncClosemethod toMongoClientas proposed in SWIFT-717 we'll want to use that here