-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Merge 2020-05-19 into tensorflow #31891
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
Now that the parser no longer constructs invalid TypeReprs for if-lets, printing the annotation here will always reflect what the user actually wrote. rdar://62894516
Fixes <rdar://problem/63195315>
Const-Qualify LangOptions and TypeCheckerOptions
standard library: remove use of `LLVM.h` in the compatibility
runtime: namespace SmallVectorImpl for inline namespace
[overlay] Remove unnecessary Optional unwrapping
The runtime has an embedded copy of LLVMSupport which provides `llvm::function_ref` as `__swift::__runtime::llvm::function_ref`. This forward declaration can cause the inlined namespaces to be ignored. Remove the forward declaration for the runtime.
These line numbers are consumed by LLDB and stored in the Declaration object, but as far as I can tell no user-facing feature relies on this. Removing the line number can reduce the churn for incremental builds significantly, since whitespace changes in one file may trigger a recompilation of any file that uses a type declared below the whitespace change. <rdar://problem/63156560>
rdar://problem/60982638
in expression context analysis. They are simply not necessary. rdar://problem/60982638
They both do essentially the same thing, with the single-file request being the single-element case of the whole-module request, with only the call to `getAllForModule` really caring about the difference.
Remove The Parser Hack For If-Let
runtime: remove forward declaration of `llvm::function_ref`
…hors [TypeChecker/Doc] NFC: Locators now refer to a generic AST node inste…
…ing a toolchain" This reverts commit a49e872. This had the intended effect, but it also means we cannot run the tests on the pakcage bots anymore, which is not desirable.
AssociatedTypeInference: Allow inference in compatible constrained extensions
@swift-ci Please clean test TensorFlow |
@swift-ci Please clean test TensorFlow. |
@swift-ci Please clean test TensorFlow |
1 similar comment
@swift-ci Please clean test TensorFlow |
@swift-ci Please clean test TensorFlow |
3 similar comments
@swift-ci Please clean test TensorFlow |
@swift-ci Please clean test TensorFlow |
@swift-ci Please clean test TensorFlow |
988e4a5
to
c609fc9
Compare
@swift-ci Please clean test TensorFlow |
"swift-tools-support-core": "0.0.1", | ||
"swiftpm": "swift-DEVELOPMENT-SNAPSHOT-2020-05-11-a", | ||
"swiftpm": "swift-DEVELOPMENT-SNAPSHOT-2020-05-20-a", |
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.
@ematejska NB: I needed to adjust the swiftpm dependency to pick up swiftlang/swift-package-manager@3f55ea6.
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.
Ok, got it.
@@ -41,7 +41,7 @@ | |||
"platforms": [ "Linux" ] | |||
}, | |||
"yams": { | |||
"remote": { "id": "jpsim/Yams" } | |||
"remote": { "id": "asuhan/Yams" } |
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.
@ematejska Required until jpsim/Yams#260 (or a better version of it) is merged and released.
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.
Got it. This seems like the right decision for now to me.
@ematejska PTAL, only two snags in utils/update_checkout/update-checkout-config.json, rest of the merge is pristine |
@swift-ci Please clean test TensorFlow |
1 similar comment
@swift-ci Please clean test TensorFlow |
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.
Seems like the right tradeoff to me to use the forked yams for now.
@@ -41,7 +41,7 @@ | |||
"platforms": [ "Linux" ] | |||
}, | |||
"yams": { | |||
"remote": { "id": "jpsim/Yams" } | |||
"remote": { "id": "asuhan/Yams" } |
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.
Got it. This seems like the right decision for now to me.
No description provided.