Skip to content

Commit

Permalink
Roll src/third_party/dart a8f3a5d..8e73b3c (92 commits)
Browse files Browse the repository at this point in the history
8e73b3c Enable ui-as-code features.
698800a [ VM / Service ] Initialize ThreadInterrupter state even if profiler isn't enabled.
e7f75e1 Add more checks for manifest
4b7d256 Revert "Enable constant-update-2018 by default." and "Update .expect files in pkg/front_end after e9ca6a5"
ecdbdf0 [dartdevc] Retry ddc incremental compile on crash
6dc209e [tests] UI-as-Code in const collections is a compile time error
f175b0b Report errors for using control-flow and spread features in a const context
73d99df Report when a potentially nullable type is used in an on clause
80dd5ca new "modifier out of order" error code
9070d6a [dart/vm] Inspect shift constant in absence of range analysis
49607d1 Bump markdown to 2.0.3
1642934 [vm, interpreter] Emit only one copy of exception processing.
41e9878 Unbreak two tests that were failing on Windows.
cef1e31 Rewrite AST for implicit instance creation.
6e28c24 [vm/compiler/bytecode] Ensure CheckStackOverflow is in the join block
5af34ea [CFE] Handle invalid constant string interpolation in unevaluated constant expressions
457a781 Reland "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
2b4d27b Fix test_unresolved_annotation_instanceCreation_argument_super.
c3428c9 Disallow UI-as-code in constants if constant-update-2018 is disabled.
a8e8b2c [vm/compiler] Elide DebugStepCheck instructions in PRODUCT mode
4b19ca1 Add language_2 tests for NNBD null-assertion operator (!)
2768cce Revert "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
8188e02 Create ConstFieldElementImpl for final instance fields in classes with const constructors.
6761015 Fixes for unresolved and invalid URIs.
890d12f Do not append `!` to type names in tests that exercise NullabilitySuffix.none.
2f77be6 Fix overzealous rename.
58ff41a Add test for static tear-off
e0bb1c8 [dartdevc] switch DDC tests to use Kernel files
32f5223 Search all directories when attempting to analyze manifest files
5319d76 Run ddc worker tests
a63bf3c [vm] Don't call the debug step check stub or bytecode in PRODUCT mode.
f8c1cc7 Update the output for the generated Outline.java to compile.  Outline.java has a special fromJson() method special cased in codegen_java_types.dart that was not updated when fields were added to the protocol.
144bfdf [vm] Use a separate kind tag for static field initializers.
92c14cb [fuchsia] Mark subprocess images as executable
f0ae4de [ VM / Service ] Fixed GetCpuProfileTimeline which was attempting to parse 64-bit values as if they were 32 bits.
bd45761 Remove the nullability variants of dynamic, bottom, and void.
a82a35a Rework _checkForDeadNullCoalesce using `isNonNullable`.
fa5440a Fix a typo in the comments
77d096c Add AST representation of the required keyword
f315727 Add basic resolution semantics for null-assertion operator
067293b Update the copyright year to 2019 before pushing DAS 1.26.0 version to the Dart plugin
3937751 Switch AST summaries tests from the hardcoded SDK to MockSdk.
369c965 Store 'definingType' for next to raw Element references.
b9eb7c3 Add nullability testing methods to TypeSystem
55ff0ab Rework building types for type annotations and declarations.
76e62d8 [vm/precompiler,const eval] Properly handle constant closures with delayed type args.
0b6c61d tests for issue 36055
ae05bc6 Add support for the type Never
92b4f78 Fix warnings discovered during Apr 15 analyzer/front_end roll.
79974bb Rename Nullability enum to avoid confusion with spec.
e42a803 [cfe] Remove uninferred initializers from outlines
4b42f87 Remove unused import
193458a Return the keyword from childEntities for import and export directives
d3e00fd Update .expect files in pkg/front_end after e9ca6a5
b997b59 Include manifest in the list of files to analyze
ec0447d Add support for using ExpectedError and convert a couple of tests over to use it
ea8d6e6 Rename some error checking methods
3e6fd64 Dependencies based type inference with AST summaries.
c18c1f4 [fuchsia] Use Unmap() instead of zx_vmar_unmap()
0aa5547 Add missed tests and fix bug
22a843a Fix precedence of postfix "!" operator
f3dbfee Fix the error message template for EXPERIMENT_NOT_ENABLED.
2e7bd13 parse dart language version comment
e89850f Move STRICT_RAW_TYPE on constructors to INFERENCE_FAILURE_ON_INSTANCE_CREATION
381f945 [fuchsia] Fix vmo leak
61bb308 Revert "[VM-debugger] resolve column breakpoint tokenposition into a single value"
0314d86 Add errors when a nullable type is used as a supertype
9cc008e [vm/bytecode] Add bytecode instructions for double operations
734c50c [vm/bytecode] Update expectations for bytecode generator unit test
3714658 [vm] Fix Win32 build broken by 2a23732
1ca57fc Update cfe_constant_evaluation_test and remove old constant-expression tests now that constant-update-2018 is on by default
2d1440b [VM-debugger] resolve column breakpoint tokenposition into a single value
0d65bb9 [VM] Adjust the expected results for get_source_report_test.dart
7b893ce Check return value from Dart_PostCObject() in sample extension
47520b1 test.py plumbing for ABI versions
25cb45c [vm/aot/tfa] Update TFA tests after front-end starts evaluating constants
6c5709c Remove the URI of types until we can produce better URIs
2a23732 [vm/compiler] Take into account all redefinitions when computing aliasing.
bc5cc91 Fix the command line for getting the Git head short hash
85f6233 Triage and fix some more tests.
5746227 Support for configurations in import/export directives.
e9ca6a5 Enable constant-update-2018 by default.
125ee3b [vm/compiler/aot] Avoid using EnterCallRuntimeFrame/LeaveCallRuntimeFrame due to code size of register spilling
d81783f Begin writing language_2 tests for NNBD.
c2eb9a9 Add support to the element model for both lazy variables and required parameters
4ed2486 [CFE] Extra dummy SDK classes that the constant evaluator needs.
ce9a1e2 [vm/compiler] Fix write-barrier elimination issue
a3d13fb [CFE] Option to report error on unevaluated constants.
394f88d Create source information from ConstantExpression
b7b7a63 Fix relative import from pkg/kernel/test to pkg/kernel/lib.
0136d96 [dartdevc] fix flutter#36532, adds DDC support for CFE constant flag
022400e Fix several small issues with AST based summaries.
  • Loading branch information
bkonyi committed Apr 16, 2019
1 parent c0ee647 commit db36d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'a8f3a5dae6203d1064726a5953cf06a7d484249c',
'dart_revision': '8e73b3c006468c234675d5cb753f9537cd310bd5',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand Down Expand Up @@ -62,7 +62,7 @@ vars = {
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.86',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_markdown_tag': '2.0.3',
'dart_matcher_tag': '0.12.3',
'dart_mime_tag': '0.9.6+2',
'dart_mockito_tag': 'd39ac507483b9891165e422ec98d9fb480037c8b',
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 0b5f95400c9ee9dddb24d60108d1f4f3
Signature: 78817383b5866c29157d2ebca6d4fb40

UNUSED LICENSES:

Expand Down

0 comments on commit db36d28

Please sign in to comment.