-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Roll src/third_party/dart bd049f5b53...622ec5099f #10437
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dart-lang/sdk@622ec5099f Support tearoffs through extension overrides dart-lang/sdk@42e978ca54 Fix Windows bot. dart-lang/sdk@86bdb3e3fa Clean up some warnings in analysis server code dart-lang/sdk@972d4e9a75 [cfe] Move relativize code from dart2js to cfe dart-lang/sdk@db3028ac5e [dart2js] Enable --benchmarking-x dart-lang/sdk@7826b4faf1 Partially support extensions of function types dart-lang/sdk@b66cd42372 [vm] Fix deadlock in isolate shutdown, take 2. dart-lang/sdk@6cec64691b [dartdevc] Remove variance from type bounds in generic function subtypes dart-lang/sdk@a05ef7c0cc Store inferred type arguments for tear-off(s). dart-lang/sdk@5456641022 More canonicalization_hashing tests dart-lang/sdk@dbabe4dea6 [dartdevc] Imports/Exports are now aliased relative to the library root to disambiguate cross-module name conflicts. dart-lang/sdk@ebc4a59b61 Use Dart_PrepareToAbort in segfault handlers for consistency. dart-lang/sdk@136aee0655 [analysis_server] Fix flaky hanging in analysis server benchmark dart-lang/sdk@677f434a6b Fix computeUnlinkedApiSignature() to change signature when body changed from/to empty. dart-lang/sdk@7582d344d6 Migration: handle assignment of null to generic type. dart-lang/sdk@150e8f89d5 [dart/vm] Fix dominance violation dart-lang/sdk@08553214ad [dartdevc] Fix optional and named params being detected as not nullable dart-lang/sdk@bbc97f5f79 Improve some diagnostic messages dart-lang/sdk@0ea0409401 [vm/ios] Don't use __clear_cache on iOS, it's not always available. dart-lang/sdk@7825801189 [cfe] Refactor [ValueKind] to support unions of types. dart-lang/sdk@68e4eeee12 [cfe] Handle property access, update and method invocation on explicit/implicit this in extension methods dart-lang/sdk@91dadded66 [vm/compiler] Recognize _asyncStackTraceHelper and build special graph if !FLAG_causal_async_stacks dart-lang/sdk@a69c81ac34 Id testing for directories with .packages etc dart-lang/sdk@d49de8b68f succinct option for id testing dart-lang/sdk@60f646a51c [CFE] Do not accept null expressions in constant evaluator. dart-lang/sdk@d89fd68871 [infra] Update pub/sub script to send <10MB when message is base64 encoded. dart-lang/sdk@86acffa440 fix prefixed type recovery crash dart-lang/sdk@6123dbdae5 Support for extensions in available declarations. dart-lang/sdk@99d7701004 [gardening] Skip timing out co19_2/LibTest/isolate tests on dartkb bots dart-lang/sdk@c4e423db48 Deprecate isSupertypeOf, flattenFutures, isAssignableTo of DartType. dart-lang/sdk@6a4d805df4 Implement 'Import Library' quick fix using DeclarationsTracker. dart-lang/sdk@2d381e5ac1 Extract AstRewriteVisitor into separate library. dart-lang/sdk@52ce6273f3 [dart/vm] Rerun test on return code divergence dart-lang/sdk@c07bd65ac8 Convert driver.dart to triple-slash comment style. dart-lang/sdk@7ffef4c616 [llvm] Make sure llvm groups don't break the build dart-lang/sdk@521a106332 [infra] Update VS toolchain to stay up-to-date with flutter engine and chrome dart-lang/sdk@130c654dcd [vm/compiler] Avoid runtime call for _asyncStackTraceHelper if !FLAG_causal_async_stacks dart-lang/sdk@1e16b74b5b Update cipd dependency dart/language_model to latest version to use copy instead of symlink dart-lang/sdk@0639908ecc Resolve call method when defined by an extension
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Aug 2, 2019
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Aug 2, 2019
[email protected]:flutter/engine.git/compare/f54c39d564b4...4106d84 git log f54c39d..4106d84 --no-merges --oneline 2019-08-02 [email protected] Roll src/third_party/dart bd049f5b53...622ec5099f (flutter/engine#10437) 2019-08-02 [email protected] Roll fuchsia/sdk/core/mac-amd64 from coHoq... to eAnGy... (flutter/engine#10471) 2019-08-02 [email protected] Roll src/third_party/skia fdd03910d6c6..149f3f197897 (11 commits) (flutter/engine#10470) 2019-08-02 [email protected] Roll fuchsia/sdk/core/linux-amd64 from L-ih4... to 7LN8t... (flutter/engine#10469) 2019-08-02 [email protected] Revert "Remove one last final call to AddPart()" (flutter/engine#10440) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
cfontas
pushed a commit
to cfontas/engine
that referenced
this pull request
Aug 8, 2019
dart-lang/sdk@622ec5099f Support tearoffs through extension overrides dart-lang/sdk@42e978ca54 Fix Windows bot. dart-lang/sdk@86bdb3e3fa Clean up some warnings in analysis server code dart-lang/sdk@972d4e9a75 [cfe] Move relativize code from dart2js to cfe dart-lang/sdk@db3028ac5e [dart2js] Enable --benchmarking-x dart-lang/sdk@7826b4faf1 Partially support extensions of function types dart-lang/sdk@b66cd42372 [vm] Fix deadlock in isolate shutdown, take 2. dart-lang/sdk@6cec64691b [dartdevc] Remove variance from type bounds in generic function subtypes dart-lang/sdk@a05ef7c0cc Store inferred type arguments for tear-off(s). dart-lang/sdk@5456641022 More canonicalization_hashing tests dart-lang/sdk@dbabe4dea6 [dartdevc] Imports/Exports are now aliased relative to the library root to disambiguate cross-module name conflicts. dart-lang/sdk@ebc4a59b61 Use Dart_PrepareToAbort in segfault handlers for consistency. dart-lang/sdk@136aee0655 [analysis_server] Fix flaky hanging in analysis server benchmark dart-lang/sdk@677f434a6b Fix computeUnlinkedApiSignature() to change signature when body changed from/to empty. dart-lang/sdk@7582d344d6 Migration: handle assignment of null to generic type. dart-lang/sdk@150e8f89d5 [dart/vm] Fix dominance violation dart-lang/sdk@08553214ad [dartdevc] Fix optional and named params being detected as not nullable dart-lang/sdk@bbc97f5f79 Improve some diagnostic messages dart-lang/sdk@0ea0409401 [vm/ios] Don't use __clear_cache on iOS, it's not always available. dart-lang/sdk@7825801189 [cfe] Refactor [ValueKind] to support unions of types. dart-lang/sdk@68e4eeee12 [cfe] Handle property access, update and method invocation on explicit/implicit this in extension methods dart-lang/sdk@91dadded66 [vm/compiler] Recognize _asyncStackTraceHelper and build special graph if !FLAG_causal_async_stacks dart-lang/sdk@a69c81ac34 Id testing for directories with .packages etc dart-lang/sdk@d49de8b68f succinct option for id testing dart-lang/sdk@60f646a51c [CFE] Do not accept null expressions in constant evaluator. dart-lang/sdk@d89fd68871 [infra] Update pub/sub script to send <10MB when message is base64 encoded. dart-lang/sdk@86acffa440 fix prefixed type recovery crash dart-lang/sdk@6123dbdae5 Support for extensions in available declarations. dart-lang/sdk@99d7701004 [gardening] Skip timing out co19_2/LibTest/isolate tests on dartkb bots dart-lang/sdk@c4e423db48 Deprecate isSupertypeOf, flattenFutures, isAssignableTo of DartType. dart-lang/sdk@6a4d805df4 Implement 'Import Library' quick fix using DeclarationsTracker. dart-lang/sdk@2d381e5ac1 Extract AstRewriteVisitor into separate library. dart-lang/sdk@52ce6273f3 [dart/vm] Rerun test on return code divergence dart-lang/sdk@c07bd65ac8 Convert driver.dart to triple-slash comment style. dart-lang/sdk@7ffef4c616 [llvm] Make sure llvm groups don't break the build dart-lang/sdk@521a106332 [infra] Update VS toolchain to stay up-to-date with flutter engine and chrome dart-lang/sdk@130c654dcd [vm/compiler] Avoid runtime call for _asyncStackTraceHelper if !FLAG_causal_async_stacks dart-lang/sdk@1e16b74b5b Update cipd dependency dart/language_model to latest version to use copy instead of symlink dart-lang/sdk@0639908ecc Resolve call method when defined by an extension
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
dart-lang/sdk@622ec5099f Support tearoffs through extension overrides
dart-lang/sdk@42e978ca54 Fix Windows bot.
dart-lang/sdk@86bdb3e3fa Clean up some warnings in analysis server code
dart-lang/sdk@972d4e9a75 [cfe] Move relativize code from dart2js to cfe
dart-lang/sdk@db3028ac5e [dart2js] Enable --benchmarking-x
dart-lang/sdk@7826b4faf1 Partially support extensions of function types
dart-lang/sdk@b66cd42372 [vm] Fix deadlock in isolate shutdown, take 2.
dart-lang/sdk@6cec64691b [dartdevc] Remove variance from type bounds in generic function subtypes
dart-lang/sdk@a05ef7c0cc Store inferred type arguments for tear-off(s).
dart-lang/sdk@5456641022 More canonicalization_hashing tests
dart-lang/sdk@dbabe4dea6 [dartdevc] Imports/Exports are now aliased relative to the library root to disambiguate cross-module name conflicts.
dart-lang/sdk@ebc4a59b61 Use Dart_PrepareToAbort in segfault handlers for consistency.
dart-lang/sdk@136aee0655 [analysis_server] Fix flaky hanging in analysis server benchmark
dart-lang/sdk@677f434a6b Fix computeUnlinkedApiSignature() to change signature when body changed from/to empty.
dart-lang/sdk@7582d344d6 Migration: handle assignment of null to generic type.
dart-lang/sdk@150e8f89d5 [dart/vm] Fix dominance violation
dart-lang/sdk@08553214ad [dartdevc] Fix optional and named params being detected as not nullable
dart-lang/sdk@bbc97f5f79 Improve some diagnostic messages
dart-lang/sdk@0ea0409401 [vm/ios] Don't use __clear_cache on iOS, it's not always available.
dart-lang/sdk@7825801189 [cfe] Refactor [ValueKind] to support unions of types.
dart-lang/sdk@68e4eeee12 [cfe] Handle property access, update and method invocation on explicit/implicit this in extension methods
dart-lang/sdk@91dadded66 [vm/compiler] Recognize _asyncStackTraceHelper and build special graph if !FLAG_causal_async_stacks
dart-lang/sdk@a69c81ac34 Id testing for directories with .packages etc
dart-lang/sdk@d49de8b68f succinct option for id testing
dart-lang/sdk@60f646a51c [CFE] Do not accept null expressions in constant evaluator.
dart-lang/sdk@d89fd68871 [infra] Update pub/sub script to send <10MB when message is base64 encoded.
dart-lang/sdk@86acffa440 fix prefixed type recovery crash
dart-lang/sdk@6123dbdae5 Support for extensions in available declarations.
dart-lang/sdk@99d7701004 [gardening] Skip timing out co19_2/LibTest/isolate tests on dartkb bots
dart-lang/sdk@c4e423db48 Deprecate isSupertypeOf, flattenFutures, isAssignableTo of DartType.
dart-lang/sdk@6a4d805df4 Implement 'Import Library' quick fix using DeclarationsTracker.
dart-lang/sdk@2d381e5ac1 Extract AstRewriteVisitor into separate library.
dart-lang/sdk@52ce6273f3 [dart/vm] Rerun test on return code divergence
dart-lang/sdk@c07bd65ac8 Convert driver.dart to triple-slash comment style.
dart-lang/sdk@7ffef4c616 [llvm] Make sure llvm groups don't break the build
dart-lang/sdk@521a106332 [infra] Update VS toolchain to stay up-to-date with flutter engine and chrome
dart-lang/sdk@130c654dcd [vm/compiler] Avoid runtime call for _asyncStackTraceHelper if !FLAG_causal_async_stacks
dart-lang/sdk@1e16b74b5b Update cipd dependency dart/language_model to latest version to use copy instead of symlink
dart-lang/sdk@0639908ecc Resolve call method when defined by an extension