Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Flutter roll for Dart.#6227

Merged
aartbik merged 1 commit intoflutter:masterfrom
aartbik:flutter_roll
Sep 11, 2018
Merged

Flutter roll for Dart.#6227
aartbik merged 1 commit intoflutter:masterfrom
aartbik:flutter_roll

Conversation

@aartbik
Copy link
Contributor

@aartbik aartbik commented Sep 11, 2018

Changes included in this roll:

05ccfa8 [VM] Reduce size of monomorphic entries in AOT on ARM/ARM64 & use smaller tail-calls in various places
805c92c Add @TypeArguments as a valid type for BoundVariable.value
3af0db2 fix my name in .mailmap
0eee800 Report INCONSISTENT_METHOD_INHERITANCE for mixins.
c7960df Generate analyzer error codes from messages.yaml
e2fdd57 Clarify ambiguous definition of constant interpolated string expressions.
24493c2 Add support for dartdevk to read Analyzer summaries into Kernel format
d32c8e4 Generate error code index from "index:" field in messages.yaml
d0a5a4c Convert summarize_const_expr.dart to triple-slash comment style.
d32f524 Fix NamespaceBuilder._addPublicNames for mixins.
aa003d4 [infra] Update checked in SDKs to 2.1.0-dev.4.0
7fa80d8 Remove unused error codes
ae2f75a Report CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER.
cbfc78f Parse mixin declarations as if they were classes
d97823b Revert "[VM] Add new SymbolConstant to package:kernel/ast.dart"
b6c9897 Report CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE for mixins.
3ddc9bb Add a doc comment for String.compare
9281748 Check for conflicting static and instance members in mixins.
3346632 Report CompileTimeErrorCode.EXTENDS_NON_CLASS for mixins.
f649a1f Add a missing error message (issue 34412)
63fbfcc Translate InvalidInlineFunctionType to ParserErrorCode.INVALID_INLINE_FUNCTION_TYPE.

Changes included in this roll:

05ccfa8 [VM] Reduce size of monomorphic entries in AOT on ARM/ARM64 & use smaller tail-calls in various places
805c92c Add @TypeArguments as a valid type for BoundVariable.value
3af0db2 fix my name in .mailmap
0eee800 Report INCONSISTENT_METHOD_INHERITANCE for mixins.
c7960df Generate analyzer error codes from messages.yaml
e2fdd57 Clarify ambiguous definition of constant interpolated string expressions.
24493c2 Add support for dartdevk to read Analyzer summaries into Kernel format
d32c8e4 Generate error code index from "index:" field in messages.yaml
d0a5a4c Convert summarize_const_expr.dart to triple-slash comment style.
d32f524 Fix NamespaceBuilder._addPublicNames for mixins.
aa003d4 [infra] Update checked in SDKs to 2.1.0-dev.4.0
7fa80d8 Remove unused error codes
ae2f75a Report CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER.
cbfc78f Parse mixin declarations as if they were classes
d97823b Revert "[VM] Add new SymbolConstant to package:kernel/ast.dart"
b6c9897 Report CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE for mixins.
3ddc9bb Add a doc comment for String.compare
9281748 Check for conflicting static and instance members in mixins.
3346632 Report CompileTimeErrorCode.EXTENDS_NON_CLASS for mixins.
f649a1f Add a missing error message (issue 34412)
63fbfcc Translate InvalidInlineFunctionType to ParserErrorCode.INVALID_INLINE_FUNCTION_TYPE.
@aartbik aartbik merged commit 565a194 into flutter:master Sep 11, 2018
@aartbik aartbik deleted the flutter_roll branch September 11, 2018 22:21
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 11, 2018
flutter/engine@9a173a8...7ac3345

git log 9a173a8..7ac3345 --no-merges --oneline
7ac3345 Remove root_surface_transformation from PaintContext (flutter/engine#6213)
565a194 Flutter roll for Dart. (flutter/engine#6227)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 11, 2018
flutter/engine@9a173a8...838eb3d

git log 9a173a8..838eb3d --no-merges --oneline
838eb3d Improve performance of performance overlay by caching. (flutter/engine#6225)
7ac3345 Remove root_surface_transformation from PaintContext (flutter/engine#6213)
565a194 Flutter roll for Dart. (flutter/engine#6227)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 12, 2018
flutter/engine@9a173a8...4057327

git log 9a173a8..4057327 --no-merges --oneline
4057327 Roll src/third_party/skia bd6595544171..1b5ece0f06f4 (22 commits) (flutter/engine#6229)
838eb3d Improve performance of performance overlay by caching. (flutter/engine#6225)
7ac3345 Remove root_surface_transformation from PaintContext (flutter/engine#6213)
565a194 Flutter roll for Dart. (flutter/engine#6227)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 12, 2018
flutter/engine@e65beb8...0ded891

git log e65beb8..0ded891 --no-merges --oneline
0ded891 Roll src/third_party/skia 1b5ece0f06f4..e70aed7066c6 (1 commits) (flutter/engine#6231)
4057327 Roll src/third_party/skia bd6595544171..1b5ece0f06f4 (22 commits) (flutter/engine#6229)
838eb3d Improve performance of performance overlay by caching. (flutter/engine#6225)
7ac3345 Remove root_surface_transformation from PaintContext (flutter/engine#6213)
565a194 Flutter roll for Dart. (flutter/engine#6227)
9a173a8 Roll buldroot to a11c4fd (flutter/engine#6224)
51b26f6 Revert "Roll buildroot to eba79bb (flutter#6215)" (flutter/engine#6223)
7be4462 Roll src/third_party/skia 2bf7a7bcc67f..bd6595544171 (4 commits) (flutter/engine#6222)
54fe12b Roll src/third_party/skia 82bf31003c66..2bf7a7bcc67f (1 commits) (flutter/engine#6221)
35ddf87 Roll buildroot to eba79bb (flutter/engine#6215)
6ed00a8 Roll src/third_party/skia 5518e65d90d7..82bf31003c66 (1 commits) (flutter/engine#6220)
8d9e20c Roll src/third_party/skia 3c4d533d8ebd..5518e65d90d7 (1 commits) (flutter/engine#6219)
8f39cac Roll src/third_party/skia 7891994e89a3..3c4d533d8ebd (1 commits) (flutter/engine#6218)
e3133e0 Reapply "Some cleanups enabled by removing support for Dart 1." (flutter/engine#6216)
1fb01f3 Roll src/third_party/skia a2bc1ca21bbc..7891994e89a3 (9 commits) (flutter/engine#6217)
f19ee56 Roll freetype2 to 6581fd3e9c8645f01c0d51e4f53893f5391f2bf3 (flutter/engine#6214)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 12, 2018
flutter/engine@e65beb8...6f459e2

git log e65beb8..6f459e2 --no-merges --oneline
6f459e2 Revert "Reapply "Some cleanups enabled by removing support for Dart 1" (flutter#6216)" (flutter/engine#6232)
0ded891 Roll src/third_party/skia 1b5ece0f06f4..e70aed7066c6 (1 commits) (flutter/engine#6231)
4057327 Roll src/third_party/skia bd6595544171..1b5ece0f06f4 (22 commits) (flutter/engine#6229)
838eb3d Improve performance of performance overlay by caching. (flutter/engine#6225)
7ac3345 Remove root_surface_transformation from PaintContext (flutter/engine#6213)
565a194 Flutter roll for Dart. (flutter/engine#6227)
9a173a8 Roll buldroot to a11c4fd (flutter/engine#6224)
51b26f6 Revert "Roll buildroot to eba79bb (flutter#6215)" (flutter/engine#6223)
7be4462 Roll src/third_party/skia 2bf7a7bcc67f..bd6595544171 (4 commits) (flutter/engine#6222)
54fe12b Roll src/third_party/skia 82bf31003c66..2bf7a7bcc67f (1 commits) (flutter/engine#6221)
35ddf87 Roll buildroot to eba79bb (flutter/engine#6215)
6ed00a8 Roll src/third_party/skia 5518e65d90d7..82bf31003c66 (1 commits) (flutter/engine#6220)
8d9e20c Roll src/third_party/skia 3c4d533d8ebd..5518e65d90d7 (1 commits) (flutter/engine#6219)
8f39cac Roll src/third_party/skia 7891994e89a3..3c4d533d8ebd (1 commits) (flutter/engine#6218)
e3133e0 Reapply "Some cleanups enabled by removing support for Dart 1." (flutter/engine#6216)
1fb01f3 Roll src/third_party/skia a2bc1ca21bbc..7891994e89a3 (9 commits) (flutter/engine#6217)
f19ee56 Roll freetype2 to 6581fd3e9c8645f01c0d51e4f53893f5391f2bf3 (flutter/engine#6214)

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, who should
be CC'd on the roll, and stop the roller if necessary.
@goderbauer
Copy link
Member

This reduced the size of snapshots for our minimal flutter app by 24 KB (uncompressed). I assume this is due to dart-lang/sdk@05ccfa8. Very nice!

@rmacnak-google @mkustermann

amirh pushed a commit to amirh/engine that referenced this pull request Sep 21, 2018
Changes included in this roll:

05ccfa8 [VM] Reduce size of monomorphic entries in AOT on ARM/ARM64 & use smaller tail-calls in various places
805c92c Add @TypeArguments as a valid type for BoundVariable.value
3af0db2 fix my name in .mailmap
0eee800 Report INCONSISTENT_METHOD_INHERITANCE for mixins.
c7960df Generate analyzer error codes from messages.yaml
e2fdd57 Clarify ambiguous definition of constant interpolated string expressions.
24493c2 Add support for dartdevk to read Analyzer summaries into Kernel format
d32c8e4 Generate error code index from "index:" field in messages.yaml
d0a5a4c Convert summarize_const_expr.dart to triple-slash comment style.
d32f524 Fix NamespaceBuilder._addPublicNames for mixins.
aa003d4 [infra] Update checked in SDKs to 2.1.0-dev.4.0
7fa80d8 Remove unused error codes
ae2f75a Report CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER.
cbfc78f Parse mixin declarations as if they were classes
d97823b Revert "[VM] Add new SymbolConstant to package:kernel/ast.dart"
b6c9897 Report CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE for mixins.
3ddc9bb Add a doc comment for String.compare
9281748 Check for conflicting static and instance members in mixins.
3346632 Report CompileTimeErrorCode.EXTENDS_NON_CLASS for mixins.
f649a1f Add a missing error message (issue 34412)
63fbfcc Translate InvalidInlineFunctionType to ParserErrorCode.INVALID_INLINE_FUNCTION_TYPE.
amirh pushed a commit to amirh/engine that referenced this pull request Sep 21, 2018
Changes included in this roll:

05ccfa8 [VM] Reduce size of monomorphic entries in AOT on ARM/ARM64 & use smaller tail-calls in various places
805c92c Add @TypeArguments as a valid type for BoundVariable.value
3af0db2 fix my name in .mailmap
0eee800 Report INCONSISTENT_METHOD_INHERITANCE for mixins.
c7960df Generate analyzer error codes from messages.yaml
e2fdd57 Clarify ambiguous definition of constant interpolated string expressions.
24493c2 Add support for dartdevk to read Analyzer summaries into Kernel format
d32c8e4 Generate error code index from "index:" field in messages.yaml
d0a5a4c Convert summarize_const_expr.dart to triple-slash comment style.
d32f524 Fix NamespaceBuilder._addPublicNames for mixins.
aa003d4 [infra] Update checked in SDKs to 2.1.0-dev.4.0
7fa80d8 Remove unused error codes
ae2f75a Report CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER.
cbfc78f Parse mixin declarations as if they were classes
d97823b Revert "[VM] Add new SymbolConstant to package:kernel/ast.dart"
b6c9897 Report CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE for mixins.
3ddc9bb Add a doc comment for String.compare
9281748 Check for conflicting static and instance members in mixins.
3346632 Report CompileTimeErrorCode.EXTENDS_NON_CLASS for mixins.
f649a1f Add a missing error message (issue 34412)
63fbfcc Translate InvalidInlineFunctionType to ParserErrorCode.INVALID_INLINE_FUNCTION_TYPE.
fzyzcjy added a commit to fzyzcjy/engine that referenced this pull request Oct 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants