Skip to content

Commit

Permalink
Roll src/third_party/dart cf4444b..1f1592e (49 commits)
Browse files Browse the repository at this point in the history
1f1592e Add manifest checks for touchscreen feature
6300582 [build] Fix deps for dart_io.
5ee20c9 [vm/aot/tfa] Workaround for crash in getStaticType
2c304d9 [dartdevc] fix flutter#36372, make JS Array constructor property usable from JS
ef9c25c Support codeOffset/Length for CompilationUnit and other nodes.
80bed43 Extract AnalysisDriver tests that work with summary1 into a separate test class.
39662f8 Set ElementAnnotation for directives.
c7279d3 Always lazy create TypeParameterTypeImpl.
27b6495 Fixes for applying resolution for fields metadata.
385406a Give LinkedElementFactory its AnalysisSession, fixes for nameOffset.
8b6d04b sort tests
c89e71c The default return type for []= is void.
971f484 [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
3aef424 Always add imported / exported files, even if they are parts.
e7a54a9 Support for TokenType.GT_GT_GT
ec79fc2 update AstBuilder to process "late" modifier
390ba69 Allow nnbd to be enabled in tests
d1b6750 Read all GenericFunctionType(s) and TypeParameter(s) is lazy AST before reading eager AST.
17db9f9 Simplify type tests in nullable_type_ambiguous_test.dart
dfa56c7 [vm, interpreter] Invoke field as a bytecode.
2d6313c Prepare to publish analyzer version 0.36.1
4a33d33 Store FeatureSet in CompilationUnit.
0883250 Forward "late" modifier to parser listeners
449cdec [vm/interpreter] Fix bytecode instruction formats in interpreter
6d9d95d Add GenericFunctionTypeImpl.declaredElement
fd48001 Put NNBD modifiers behind a flag
a9b1d9e Splice resolved API nodes and unresolved function bodies.
38eed58 Fix hints in nullability migration code
d50232a Plumb new FeatureSet class into AstBuilder.
780f1b6 Remove unused imports
c3f822e Attempt to fix failures on the windows bot
47a8ff6 Convert more analyzer unit tests
76f177a Use a non-null index for all features, even expired ones.
f5224b5 [dart_internal] Bump SDK constraint upper-bound to <2.4.0
3d1ca4a Revert "[vm, interpreter] Invoke field as a bytecode."
c856313 [vm, interpreter] Invoke field as a bytecode.
680744d Fix version number strings to always include a patch number.
cb4db33 [vm/debugger] fix order of type arguments in debugger
1ecedb2 Fix JsLinkedHashMap memory leak
af0fa10 Add support for required named parameters
a2e06ea allow built-in keywords as identifier in for-in loop
63658b1 Proposed new API for tracking feature opt in/out
8924c18 [vm/tests] Revert changes in pkg/vm unit tests after constant-update-2018 was disabled
aaa8296 Fix typo in CHANGELOG.md
78340fd [vm] Support ListInterfaces for android
9e87c16 Record TopLevelInferenceErrorKind.dependencyCycle in summary2.
3ae2ef7 parse "late" modifier
b352b5f [vm, jit] The hottest Smi ops are + < == not + - ==.
3f477a6 Consolidated CHANGELOG entry for 2.3.0.
  • Loading branch information
bkonyi committed Apr 23, 2019
1 parent 0523870 commit e1680c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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': 'cf4444b803a376bb1ad6442e1f09434a4d58167b',
'dart_revision': '1f1592edce7122ff657d9538d58d9cce0cae46e6',

# 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
21 changes: 12 additions & 9 deletions ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: b4f8888f322c420b204e79450f0692ae
Signature: 3148f7013f9e386044199df46bac2b3a

UNUSED LICENSES:

Expand Down Expand Up @@ -4706,11 +4706,6 @@ FILE: ../../../third_party/dart/runtime/bin/io_buffer.h
FILE: ../../../third_party/dart/runtime/bin/io_natives.h
FILE: ../../../third_party/dart/runtime/bin/isolate_data.h
FILE: ../../../third_party/dart/runtime/bin/lockers.h
FILE: ../../../third_party/dart/runtime/bin/log.h
FILE: ../../../third_party/dart/runtime/bin/log_android.cc
FILE: ../../../third_party/dart/runtime/bin/log_linux.cc
FILE: ../../../third_party/dart/runtime/bin/log_macos.cc
FILE: ../../../third_party/dart/runtime/bin/log_win.cc
FILE: ../../../third_party/dart/runtime/bin/main.cc
FILE: ../../../third_party/dart/runtime/bin/platform.cc
FILE: ../../../third_party/dart/runtime/bin/platform.h
Expand All @@ -4728,7 +4723,6 @@ FILE: ../../../third_party/dart/runtime/bin/run_vm_tests.cc
FILE: ../../../third_party/dart/runtime/bin/secure_socket_patch.dart
FILE: ../../../third_party/dart/runtime/bin/secure_socket_unsupported.cc
FILE: ../../../third_party/dart/runtime/bin/socket_android.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base_android.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base_android.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_linux.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_macos.h
Expand Down Expand Up @@ -4802,8 +4796,15 @@ FILE: ../../../third_party/dart/runtime/platform/floating_point_win.h
FILE: ../../../third_party/dart/runtime/platform/globals.h
FILE: ../../../third_party/dart/runtime/platform/hashmap.cc
FILE: ../../../third_party/dart/runtime/platform/hashmap.h
FILE: ../../../third_party/dart/runtime/platform/syslog.h
FILE: ../../../third_party/dart/runtime/platform/syslog_android.cc
FILE: ../../../third_party/dart/runtime/platform/syslog_linux.cc
FILE: ../../../third_party/dart/runtime/platform/syslog_macos.cc
FILE: ../../../third_party/dart/runtime/platform/syslog_win.cc
FILE: ../../../third_party/dart/runtime/platform/text_buffer.cc
FILE: ../../../third_party/dart/runtime/platform/text_buffer.h
FILE: ../../../third_party/dart/runtime/platform/unicode.cc
FILE: ../../../third_party/dart/runtime/platform/unicode.h
FILE: ../../../third_party/dart/runtime/platform/utils.cc
FILE: ../../../third_party/dart/runtime/platform/utils.h
FILE: ../../../third_party/dart/runtime/platform/utils_android.cc
Expand Down Expand Up @@ -4980,7 +4981,6 @@ FILE: ../../../third_party/dart/runtime/vm/thread_pool_test.cc
FILE: ../../../third_party/dart/runtime/vm/thread_test.cc
FILE: ../../../third_party/dart/runtime/vm/token.h
FILE: ../../../third_party/dart/runtime/vm/unicode.cc
FILE: ../../../third_party/dart/runtime/vm/unicode.h
FILE: ../../../third_party/dart/runtime/vm/unit_test.cc
FILE: ../../../third_party/dart/runtime/vm/utils_test.cc
FILE: ../../../third_party/dart/runtime/vm/version.h
Expand Down Expand Up @@ -5129,7 +5129,10 @@ FILE: ../../../third_party/dart/runtime/bin/entrypoints_verification_test_extens
FILE: ../../../third_party/dart/runtime/bin/entrypoints_verification_test_extension_dllmain_win.cc
FILE: ../../../third_party/dart/runtime/bin/ffi_test_dynamic_library.cc
FILE: ../../../third_party/dart/runtime/bin/ffi_test_functions.cc
FILE: ../../../third_party/dart/runtime/bin/ifaddrs-android.cc
FILE: ../../../third_party/dart/runtime/bin/ifaddrs-android.h
FILE: ../../../third_party/dart/runtime/bin/namespace_fuchsia.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_android.cc
FILE: ../../../third_party/dart/runtime/lib/ffi.cc
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library.cc
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library_patch.dart
Expand Down Expand Up @@ -5560,7 +5563,6 @@ FILE: ../../../third_party/dart/runtime/bin/file_support.cc
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/loader.cc
FILE: ../../../third_party/dart/runtime/bin/loader.h
FILE: ../../../third_party/dart/runtime/bin/log_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/platform_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/process_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/reference_counting.h
Expand Down Expand Up @@ -5725,6 +5727,7 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/top_ret
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/type_arguments.dart
FILE: ../../../third_party/dart/runtime/observatory/web/timeline_message_handler.js
FILE: ../../../third_party/dart/runtime/platform/atomic_fuchsia.h
FILE: ../../../third_party/dart/runtime/platform/syslog_fuchsia.cc
FILE: ../../../third_party/dart/runtime/platform/utils_fuchsia.cc
FILE: ../../../third_party/dart/runtime/platform/utils_fuchsia.h
FILE: ../../../third_party/dart/runtime/vm/clustered_snapshot.cc
Expand Down

0 comments on commit e1680c1

Please sign in to comment.