Skip to content

Commit

Permalink
Dart SDK roll for 2018-10-25
Browse files Browse the repository at this point in the history
bf26f76 [infra] Ensure that core dump upload triggers on main builders
cdf6dde [gardening] bigint_test may still time out when interpreted (2nd try).
d3498a8 [vm] Cleanup int overflow checking
9e9746a [gardening] bigint_test may still time out when interpreted.
7de2510 [VM interpreter] Do not interpret some Bigint intrinsics (fixes flutter#34901).
816ab32 Fix versions in spec titles to match the description below
c7c81af [vm/bytecode] Check for overflow of bytecode limits
655310d Add ArgumentError.checkNotNull utility
0170b8d Revert "[vm/compiler] Use loop framework for AOT inline heuristics"
9aff930 Move test_methodCallTypeInference_mixinType into mixin_test.dart
3e750a7 [vm] Add test for certain cases of unreachable code
daae20d [vm/compiler] Use loop framework for AOT inline heuristics
28a8fa5 Upgrade package:http to 0.12.0.
b3055a1 [gardening] Mark co19 LibTest/io/RawDatagramSocket/any_A01_t03 flaky
b8fd29e Remove dartfix dependencies on analysis server
8a5405f [build] Add //third_party/android_tools BUILD file needed by zlib
82c1f2a [vm] Eliminate dart_zlib_path from BUILD files
11ad25a Reland "[VM runtime] Support Smi instances in type test cache."
3dc9119 Generate analysis_server_client protocol_generated.dart and related protocol files
a902fc3 [gardening] Mark co19 LibTest/io/Stdin/readByteSync_A02_t01 flaky
cfecec5 Fix yet another cloning bug
d8cb60d [infra] Improve clone command in analyze-flutter.sh script (flutter#34739)
34d0801 Generate analysis server protocol consts in analysis_server_client
2c83eb5 [vm] Integrate dart binary with Crashpad on Windows.
b9999b6 [gardening] Mark co19 LibTest/io/RawDatagramSocket/lastWhere_A01_t02 flaky
0b15595 [gardening] Mark co19 LibTest/io/Link/rename_A02_t01 flaky
57f895c Bounds of a generic type alias ensure the body is regular-bounded
6efc58f [vm] Pass member name as a symbol in instantiateInvocation.
cf0a99a [fasta] Check type arguments in method invocations while doing inference
d693742 Specify for all literals whether the object overrides `Object.==`.
5c90602 Change parameter 'silent' => 'instrumented'
e4e82da Changed dartLangSpec errors to warnings
4695b5f Add "convert to int literal" to dartfix
0009ca7 In _matchInterfaceSubtypeOf, account for mixins having null superclass.
1d10e03 [vm/bytecode] Remove unreachable bytecode
03eafc0 Add fromEntries on HashMap and LinkedHashMap
4f2a4e6 new convert-to-int-literal assist
58d73e0 [vm] Remove incorrect assert in Script::GetSnippet
6134ac8 Revert "[VM runtime] Support Smi instances in type test cache."
4e49d19 [gardening] Update status for flutter#34901
6ba3e55 [VM runtime] Support Smi instances in type test cache.
e4566d3 LSP: Fix nulls and missing fromJson calls in unions
d91e0ad [VM] Make method extractors call a stub for creation of tear-off closure
4c9684f [vm] Ignore compilation errors in CorelibCompileAll
b73f7ed [infra] Add tools/bots/find_base_commit.dart
6443a80 Remove flaky markers for standalone_2/io tests, MacOS upgrade seemed to have getten rid underlying OS issue
c04215d [fasta] Add a test case for issue flutter#34899
03765ed Update old mixin tests. Remove the --super-mixins flag from the tests.
a394e4f Fix handling of JSON with interfaces nested within Unions
2f90f8d Issue 34896. Verify the superconstraint signature invoked by a mixin, not the mixin's one.
b82c1f9 Revert "[VM] Fix for issue 34839 - Dart_Cleanup may hang while shutting down"
289d2b0 [vm] Don't re-enqueue functions after unoptimized compiles
33accb5 [VM] : Cleanup the file modified and service stream callbacks in        Dart_Cleanup so that the Flutter engine can restart the VM.
89c845e [VM] Fix for issue 34839 - Dart_Cleanup may hang while shutting down      the service isolate.
e648d63 Revert "Compute unlinked API signatures without unlinked summaries."
74792f4 Revert "[vm] Revert service isolate setup in main.cc"
b4fbf1a [vm/bytecode] Wire up bytecode generation in kernel service
914065d [vm/compiler] Use loop framework for register allocator
7fd78ed [infra] Add analyzer branch alias for flutter-analyze builder (flutter#34739)
9406b7b [vm/bytecode] Add versioning to bytecode format
a82e025 Move dartfix to its own package
872e901 Set to publish new analyzer_plugin.
2d14d9a Improve how dartfix finds the analysis server pkg root
a342cec Disable support for the old super mixins
cddc2d4 Handle generic types in LSP spec parsing
8b6f896 Support post-inference serialization/deserialization
9c3834d Remove unused import that shows a warning
a1d6137 Exposes VM and Isolate Metrics in the API.
2c6eabd Compute substitution map on kernel objects instead of builders
704a435 Move getSubstitutionMap to KernelClassBuilder
af8e291 Respecify where type promotion happens.
393fe44 Resolve types from the class header earlier
1515d4f [Gardening] Mark LibTest/io/RawDatagramSocket/timeout_A06_t01 as flaky
11adb81 Remove the last references to the analyzer package from kernel.
0265151 Fix identifyWidgetExpression() for Flutter.
f5cd6cc More shared fasta/analyzer error codes
cecda90 Update analyzer docs based on previous feedback
ab6eb93 [VM] Fix flaky crash when unwinding the mutator stack during GC
  • Loading branch information
bkonyi committed Oct 25, 2018
1 parent 3edf5fa commit 69dced9
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': '45f9462398ae7d2e80acd79d3f9c32c7ca6f6f97',
'dart_revision': 'bf26f760b1bb3d5fea6bda110f6a17b590364120',

# 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 All @@ -56,7 +56,7 @@ vars = {
'dart_http_multi_server_tag': '2.0.5',
'dart_http_parser_tag': '3.1.1',
'dart_http_retry_tag': '0.1.1',
'dart_http_tag': '0.11.3+17',
'dart_http_tag': '0.12.0',
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.7',
'dart_json_rpc_2_tag': '2.0.9',
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: d91d49f0e8c58eb2fe7be4d8b2ed65eb
Signature: 0b4495d3d5939970345ed7265c27e7fb

UNUSED LICENSES:

Expand Down

0 comments on commit 69dced9

Please sign in to comment.