-
Notifications
You must be signed in to change notification settings - Fork 125
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
Allow non-blocking file locks #458
Conversation
swiftlang/swift-package-manager#7269 |
Probably did something wrong in the |
There seems to be something weird going on with the protocol extension and default arguments such that we call the function from the protocol extension (which throws unimplemented) rather than the one from the concrete implementation. |
953a27b
to
f9112c5
Compare
swiftlang/swift-package-manager#7269 |
Changed this now such that we don't use default arguments anymore and that seems to resolve the issue. |
swiftlang/swift-package-manager#7269 |
f9112c5
to
820a789
Compare
swiftlang/swift-package-manager#7269 |
swiftlang/swift-package-manager#7269 |
Not sure what this is... |
OK, issue is present in baseline as well (https://ci.swift.org/job/pr-swift-tools-support-core-macos/359/) and I also have been seeing it locally for a while. Probably a slight behavior change between macOS versions? |
Fixing the test in #460 |
swiftlang/swift-package-manager#7269 |
No description provided.