Skip to content

Commit

Permalink
Roll src/third_party/dart 2e5453d..3533da6 (63 commits) (flutter#7568)
Browse files Browse the repository at this point in the history
3533da6 Add fixes for a couple of hints
5543fce add limited support for parsing if control flow entries in lists, sets, and maps
55197ea Refactor literal list, set, and map parsing for control flow collections
fed59a7 Whitespace and formatting cleanup
7078c9a [dart/fuzzer] Further development DartFuzz
eb4e7fb Mixin superclass does not include mmembers of implemented interfaces.
e546359 [vm/gardening] Update status file for http_close_test.
a12805b Gathered all spec snippets about operator == into one location
fb7d075 [infra] Use third_party/gsutil in the status file free workflow.
de4dea7 [infra] Add Windows support to test.dart.
3c97ac1 [vm/gardening] Update status file for int32_length_overflow_test
d8c2215 Remove obsolete legacyMode parameter from ConstantEvaluator
591b52f [frontend] report transformation error messages through library loader
f1f6882 [VM/AOT] Initialize global VM flags by reading them from vm-isolate snapshots
9d02ca1 Follow up to CL 88941
c0d4634 Implement double dispatch for types
09224e4 Remove deprecated EMPTY_LIST constants.
ec6a731 Allow embedders to get a closurized _startMainIsolate function.
2e9cf40 [vm, isolate] Fix length truncation in message snapshots, take 2.
f0793a9 Fix analyzer status for const_constructor3_test.
452d2af [Kernel] Stop constant evaluation on errors in the input
30f478b Add visitor methods for new AST nodes
dc182cc [dart/vm] Add assert in Selector() method
3cb16d2 Issue 35551. Invalidate library cycles of libraries when a part file API signature changes.
5812a3b [vm] Fix scoping in TIMELINE_DURATION.
80069ce Fix the offset of for-each statements that have an await (issue 35723)
31ef7ad Simplify ClassHierarchyBuilder API
770ab52 [infra] Upgrade gsutil to version 4.34
2b1e271 Fix the indexes associated with experiements
f21da0e [infra] Experimentally add gclient-try builder to the CQ.
9b01358 [vm/io] On Windows do not consider sockets with pending operations closed.
44b30b7 Remove unused import
0f8b58f [infra] Output logs for flaky tests in compare_results.
55c3106 [vm] Improve SelectRepresentations.
bdeefc3 [kernel] Add ability to (de)serialize ConstructorInvocation
027d3d3 [kernel] Create empty (De)SerializationState in the verifier
8551588 [vm] Fix inference of shifts' RHS in range analysis for nullable SMIs.
404bd4e [infra] Support markdown tables in approve_results.
9e0e175 Remove some trigger characters from LSP code completion
ba07724 Add support for LSP Integration tests w/ basic shutdown test
0adc9a4 Split helpers out of LSP base test into a mixin
3b5a149 Use nonBlocking stdio for LSP
70b02ea Remove double synthetic wrap to fix crash in for-in
649c4e6 Revised all spec occurrences of "dynamic error"/"dynamic type error"
d2270fc Avoid ConcurrentModificationException with problemsAsJson and patch files
865743a Include all non-dart and non-package libaries in fasta testing
1bad930 Print user-imports and parts when printing ast to text
bc81271 [infra] Support automatic approval of successes in approve_results.
58057f2 [infra] Fix approve_results incomplete try run error message.
9d25cc9 Add build_id for flaky builds to log of flaky tests.
8eed45d Issue 3084. Don't generated 'new' in Quick Assists.
e285f75 Fix dart:html and other entries in CHANGELOG:
f87dd91 remove defaults from the lint rule registry
16bcfbb Add deprecated_member_use_from_same_package to generated LSP ignores
cc9607b [VM/AOT] Make trampolines look like free list elements to enable heap walking
38a7f00 [vm/finalizer] Stop background compiler before sorting classes.
b0b0555 Make Script.tokenPosTable optional.
292ce7a Fix build breakage.
193b0a7 Update to dartdoc 0.28.0.
970390a Add field evaluation to source report generation
5724158 Use the crossorigin attribute of the main script on deferred hunks.
aeaf825 dart:html: Add Element.removeAttribute
df7823a [VM] Enable set literal tests in dartk mode.
  • Loading branch information
bkonyi authored Jan 24, 2019
1 parent 4b0f2ca commit b267364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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': '2e5453ddb49d033f14bb8f7f2a271ea3db803e20',
'dart_revision': '27316cc97b19c53b693b2ffe93fcb6993c4be86b',

# 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
3 changes: 1 addition & 2 deletions ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 58032626656f97f990acd094737b0751
Signature: 120dae0c7996ecd90362d836b86989e5

UNUSED LICENSES:

Expand Down Expand Up @@ -4519,7 +4519,6 @@ FILE: ../../../third_party/dart/sdk/lib/libraries.json
FILE: ../../../third_party/dart/sdk/lib/vmservice_libraries.json
FILE: ../../../third_party/dart/third_party/7zip.tar.gz.sha1
FILE: ../../../third_party/dart/third_party/clang.tar.gz.sha1
FILE: ../../../third_party/dart/third_party/gsutil.tar.gz.sha1
----------------------------------------------------------------------------------------------------
Copyright 2012, the Dart project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit b267364

Please sign in to comment.