Skip to content

Commit

Permalink
Roll src/third_party/dart 907c514c89..1ad11facec (7 commits)
Browse files Browse the repository at this point in the history
1ad11facec Fix mustCallSuper for mixins and inherited interfaces:
6dc9c8d127 [CFE] JS: Treat integer valued double constants as integers.
dbfd00f44d [vm/compiler] Add new optimization pass which inlines typed data accesses
dbc9ff11bf [vm/vmservice] Switch from const bool.fromEnvironment() to new for 'DART_SERVICE_USE_AUTH'.
44799241fa Revert "set empty environment defines to CompilerOptions"
ec8222f457 bump to linter 0.1.84
d14990b3ad Remove no-longer-needed override
  • Loading branch information
bkonyi committed Apr 5, 2019
1 parent 45dc353 commit 816e3dc
Show file tree
Hide file tree
Showing 2 changed files with 4 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': '907c514c8937cf76e825d427364cf3475797f18f',
'dart_revision': '1ad11facec401ed51a8bdf79dafd77e955b23082',

# 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 @@ -60,7 +60,7 @@ vars = {
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.7',
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.83',
'dart_linter_tag': '0.1.84',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_matcher_tag': '0.12.3',
Expand Down
3 changes: 2 additions & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: cbf8e245ca4d75c5fd125ab57b6b730e
Signature: a8a4c10952be81c36641faedbc1b238f

UNUSED LICENSES:

Expand Down Expand Up @@ -5155,6 +5155,7 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test_helper.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test_helper.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/typed_data_aot_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.h
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.cc
Expand Down

0 comments on commit 816e3dc

Please sign in to comment.