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

Conversation

@a-siva
Copy link
Contributor

@a-siva a-siva commented Apr 12, 2019

a8f3a5d [VM] Ensure a class is type finalized before finalizing it.
fe6897a [dartdevc] fix #36252, export private name symbols
b3e5be7 Remove from WATCHLISTS.
e129b20 Fix for absent names of parameters in GenericFunctionType.
98fc8ac [ VM / Service ] Temporarily disable VM service auth codes by default
ed280a9 Instantiate to bounds when resolving type names.
5d6beb7 Bump http package to fix gclient
f657371 Change dev_dependencies to any
04ee9b9 Add support for the manifest checks in analyzer_cli
72fca58 [infra] Update d8 to 7.5.149
a91381a Build local elements in initializer expressions, so support closures.
850d56c Fix an error in the manifest file test framework
4be9357 [vm] Harden function_stress_test.dart
561dc79 Bring in the latest test and stream_channel
d4fee0a Issue 36576. Add returnType to constructor in available declarations.
32f120c Resolve default values in AST summaries.
d5bbf25 [vm/compiler] Eliminate Redefinitions based on the reaching type.
5dd89ef fix invalid var init parser recovery
b9cbb67 [dart2js] Add --experiment-new-rti flag.
35e6c16 Make download_abi_dills.py check that each ABI version exists
7943e50 Compute simply bounded types.
dc17303 DEPS: update csslib and html to latest
e104054 Rework storing type parameters and function types.
2723835 dont fall back on the wrapped file system when the uri is the multi-u
ri scheme
b857d53 Re-work collection literal strict-raw-type to strict-inference
229e00d [vm/frontend_server] Ensure incremental compiler gets vm environment
defines set.
88c8d0c Make download_abi_dills.py handle multiple abi verions not existing
a437160 [vm/ffi] Fix bug in AllocateArgument caused by relying on order of ar
gument evaluation.
54caf5c Dart deps_pruning: track summary dependencies during analysis phase.
3dc2981 [vm] Don't emit graph body when intrinsification is complete.
f7ad0c4 [CFE] Avoid spurious circularity error when an error is evaluated aga
in.
a9f8248 Add support for computing fixes in pubspec and manifest files
1555594 Include a per-library index of owned sources in kernel
88068eb Add missing _getLocationInEnclosingFile on Typedef
f919c39 Proper offstes on mixin classes
7f3ced4 Set proper startCharOffset on enum classes
6609ea2 Proper endoffset on enum classes
a7a87df [vm/ffi] Replicate transition to/from native code around FFI calls.
460d006 Better printing of imports
fe535ac Add missing offset to yield produced by await for
a190a27 Allow debugger to stop on comparison to null
462e03d Reland "[vm] Refactor Location to use either dart::Register or dart::
host::Register"
aa9ce0f Revert "[vm] Repair the resolver abstraction, take 2."
7cdba2e Revert "[vm] Cache method resolution."
51433e6 Compile flutter tests via the sdk
3189674 Resolve constructor initializers.
bed1bab [vm/interpreter] remove assumptions about alignment of bytecode instr
uctions.
2f0dfd6 [vm] Cache method resolution.
1685ac3 [vm] Reimplement COMPILE_ASSERT with static_assert for nicer error me
ssages from the C++ compiler.
b6f8c71 update lint error code associations
5cc9455 scanner-tool: add explicit command-line arguments to enable printing
tokens
9e279a5 [vm] Dart_Cleanup: wait for outstanding vm-service and kernel isolate
spawns.
385129e bump to linter 0.1.86
d797877 [vm] Repair the resolver abstraction, take 2.
ebd13e8 [vm/bytecode] Add UncheckedInterfaceCall instruction
1dd8201 [vm/bytecode] Avoid crashes when trying to collect token positions wi
thout AST
ab66a38 Add more JS subtyping semantics to CFE constant evaluator.
585debb [dart/fuzzer] Exclude process info from API table
2cde9c0 [VM] Better error messages when unexpected constant tags are seen in
the kernel reader.
17f5d2d Add assists to inline add and addAll
8bffea0 [infra] Ensure all message are written before exiting test.py
72b7e95 [vm/service] Give service isolate name.
92c9f12 [ VM / Service ] Fixed HTTP requests to the VM service not working co
rrectly with authentication codes
9876e92 [dart/vm] Support OSR on non-empty expression stack
dc606ef [dart/fuzzer] Exclude 'pid' from API table
f819c86 [vm, interpreter] Handle method extractors as a bytecode.
5735bde Fix a test to fix the windows bot
75a529f [vm/tests] Improve usability of pkg/vm tests
ac02811 [cfe] Allow expression compilation with constant-update-2018
5ed4cda Remove unused import
f4e6399 [vm/ffi] Support FFI on ARM32.
409b68a [vm] Mark type_feedback_test as Slow.
773bea1 [vm] Mark compilation_trace_test as Slow.
741b1f5 [vm/dbc] Implement CheckNull for DBC and enable optimizations
4ab4545 [cfe] Add type and file offset to constant expressions
66477b9 [co19] DEPS file updated
edc6f88 Use compiler context when serializing components and performing trans
formations.
523e378 Add support for providing fixes in analysis options files
b766943 [dart/fuzzer] Exclude Platform from API table
919461b Ensure boolified SSA nodes are non-null first.
1bc1e48 Fix a typo in the service protocol docs.

a8f3a5d [VM] Ensure a class is type finalized before finalizing it.
fe6897a [dartdevc] fix flutter#36252, export private name symbols
b3e5be7 Remove from WATCHLISTS.
e129b20 Fix for absent names of parameters in GenericFunctionType.
98fc8ac [ VM / Service ] Temporarily disable VM service auth codes by default
ed280a9 Instantiate to bounds when resolving type names.
5d6beb7 Bump http package to fix gclient
f657371 Change dev_dependencies to any
04ee9b9 Add support for the manifest checks in analyzer_cli
72fca58 [infra] Update d8 to 7.5.149
a91381a Build local elements in initializer expressions, so support closures.
850d56c Fix an error in the manifest file test framework
4be9357 [vm] Harden function_stress_test.dart
561dc79 Bring in the latest test and stream_channel
d4fee0a Issue 36576. Add returnType to constructor in available declarations.
32f120c Resolve default values in AST summaries.
d5bbf25 [vm/compiler] Eliminate Redefinitions based on the reaching type.
5dd89ef fix invalid var init parser recovery
b9cbb67 [dart2js] Add `--experiment-new-rti` flag.
35e6c16 Make download_abi_dills.py check that each ABI version exists
7943e50 Compute simply bounded types.
dc17303 DEPS: update csslib and html to latest
e104054 Rework storing type parameters and function types.
2723835 dont fall back on the wrapped file system when the uri is the multi-u
ri scheme
b857d53 Re-work collection literal strict-raw-type to strict-inference
229e00d [vm/frontend_server] Ensure incremental compiler gets vm environment
defines set.
88c8d0c Make download_abi_dills.py handle multiple abi verions not existing
a437160 [vm/ffi] Fix bug in AllocateArgument caused by relying on order of ar
gument evaluation.
54caf5c Dart deps_pruning: track summary dependencies during analysis phase.
3dc2981 [vm] Don't emit graph body when intrinsification is complete.
f7ad0c4 [CFE] Avoid spurious circularity error when an error is evaluated aga
in.
a9f8248 Add support for computing fixes in pubspec and manifest files
1555594 Include a per-library index of owned sources in kernel
88068eb Add missing _getLocationInEnclosingFile on Typedef
f919c39 Proper offstes on mixin classes
7f3ced4 Set proper startCharOffset on enum classes
6609ea2 Proper endoffset on enum classes
a7a87df [vm/ffi] Replicate transition to/from native code around FFI calls.
460d006 Better printing of imports
fe535ac Add missing offset to yield produced by await for
a190a27 Allow debugger to stop on comparison to null
462e03d Reland "[vm] Refactor Location to use either dart::Register or dart::
host::Register"
aa9ce0f Revert "[vm] Repair the resolver abstraction, take 2."
7cdba2e Revert "[vm] Cache method resolution."
51433e6 Compile flutter tests via the sdk
3189674 Resolve constructor initializers.
bed1bab [vm/interpreter] remove assumptions about alignment of bytecode instr
uctions.
2f0dfd6 [vm] Cache method resolution.
1685ac3 [vm] Reimplement COMPILE_ASSERT with static_assert for nicer error me
ssages from the C++ compiler.
b6f8c71 update lint error code associations
5cc9455 scanner-tool: add explicit command-line arguments to enable printing
tokens
9e279a5 [vm] Dart_Cleanup: wait for outstanding vm-service and kernel isolate
 spawns.
385129e bump to linter 0.1.86
d797877 [vm] Repair the resolver abstraction, take 2.
ebd13e8 [vm/bytecode] Add UncheckedInterfaceCall instruction
1dd8201 [vm/bytecode] Avoid crashes when trying to collect token positions wi
thout AST
ab66a38 Add more JS subtyping semantics to CFE constant evaluator.
585debb [dart/fuzzer] Exclude process info from API table
2cde9c0 [VM] Better error messages when unexpected constant tags are seen in
the kernel reader.
17f5d2d Add assists to inline add and addAll
8bffea0 [infra] Ensure all message are written before exiting test.py
72b7e95 [vm/service] Give service isolate name.
92c9f12 [ VM / Service ] Fixed HTTP requests to the VM service not working co
rrectly with authentication codes
9876e92 [dart/vm] Support OSR on non-empty expression stack
dc606ef [dart/fuzzer] Exclude 'pid' from API table
f819c86 [vm, interpreter] Handle method extractors as a bytecode.
5735bde Fix a test to fix the windows bot
75a529f [vm/tests] Improve usability of pkg/vm tests
ac02811 [cfe] Allow expression compilation with constant-update-2018
5ed4cda Remove unused import
f4e6399 [vm/ffi] Support FFI on ARM32.
409b68a [vm] Mark type_feedback_test as Slow.
773bea1 [vm] Mark compilation_trace_test as Slow.
741b1f5 [vm/dbc] Implement CheckNull for DBC and enable optimizations
4ab4545 [cfe] Add type and file offset to constant expressions
66477b9 [co19] DEPS file updated
edc6f88 Use compiler context when serializing components and performing trans
formations.
523e378 Add support for providing fixes in analysis options files
b766943 [dart/fuzzer] Exclude Platform from API table
919461b Ensure boolified SSA nodes are non-null first.
1bc1e48 Fix a typo in the service protocol docs.
@a-siva a-siva requested a review from bkonyi April 12, 2019 01:24
Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM stamp from a Japanese personal seal

@a-siva a-siva merged commit 1b448e5 into flutter:master Apr 12, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 12, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 12, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Apr 12, 2019
flutter/engine@72986c3...f804c29

git log 72986c3..f804c29 --no-merges --oneline
f804c29 Roll src/third_party/skia 3b60397fd35d..f74fff660084 (3 commits) (flutter/engine#8556)
1b448e5 Roll Dart 15b11b018364ce032eae50d78fc8a52b541e2bce...a8f3a5dae6203d1064726a5953cf06a7d484249c (flutter/engine#8555)
99259ae Roll src/third_party/skia 36477b49c2ef..3b60397fd35d (6 commits) (flutter/engine#8554)
f37220d Roll src/third_party/skia c33e6dcc700b..36477b49c2ef (8 commits) (flutter/engine#8552)
d84d204 Android Embedding PR30: Make FlutterView focusable so that the keyboard can interact with it. (flutter/engine#8551)
a344015 [fuchsia] Add flutter:: to scene_host.cc (flutter/engine#8549)
711d843 Roll src/third_party/skia 76e626d9bb55..c33e6dcc700b (4 commits) (flutter/engine#8547)
82e6d68 Eliminate unused write to local (flutter/engine#8541)
f53e477 Correct nullability for FlutterStandardReader (flutter/engine#8537)
c00364a [font_collection] Add missing semicolon (flutter/engine#8546)
ae4df6f Revert "Change Rect internal representation from Float32List to Float64List (#8524)" (flutter/engine#8545)
ffdddb0 Roll src/third_party/skia 6d60534e95d8..76e626d9bb55 (1 commits) (flutter/engine#8544)
5ac728e Roll src/third_party/skia 4d657d5e894a..6d60534e95d8 (3 commits) (flutter/engine#8543)
ee462ff Roll src/third_party/skia 99d792276740..4d657d5e894a (1 commits) (flutter/engine#8542)
18816c5 Roll src/third_party/skia 42280f8961fa..99d792276740 (8 commits) (flutter/engine#8539)
892591d Android Embedding PR28: Report app is active to Flutter in FlutterFragment.onResume() instead of onPostResume() forwarded from Activity. (flutter/engine#8536)
330c6c1 Use code cache dir for engine cache on API >= 21 (#14704). (flutter/engine#8534)
c10ae2b Add an option to build the GLFW shell on macOS (flutter/engine#8531)
29aa5fc Roll src/third_party/skia b5c685991faa..42280f8961fa (32 commits) (flutter/engine#8535)
0a2869e Added support for authentication codes for the VM service (flutter/engine#8527)
36d2135 Redo a fix for cull rect calculation on TransformLayers with a perspective transform (flutter/engine#8528)
0b36d3e Change Rect internal representation from Float32List to Float64List (flutter/engine#8524)
b1ae0cc Roll src/third_party/skia 10bf7020aa15..b5c685991faa (3 commits) (flutter/engine#8526)

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.
@a-siva a-siva deleted the dart-roll branch April 12, 2019 15:33
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 13, 2019
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.

3 participants