Skip to content

Commit

Permalink
Dart SDK roll for 2019-01-08
Browse files Browse the repository at this point in the history
2cb346b Add support for parsing complex nullable types
1ec1a8b Update LSP status doc
16f7f42 pkg:kernel - Fix three bugs identified by lints
6f3ce5b Fixes for SDK packages
ac4809a [vm/aot] Support optimization of bitwise not.
ac99b68 Don't catch call to buildOutlines
199fdb4 Dill loader.builders shouldn't have `dart:` uris removed
48f99e9 [VM] Fix calculation of unchecked entrypoint offset
3a37ebb [vm/tools] Update python scripts to avoid quadratic string concat.
8e48616 [Fasta] Enable running the constant evaluation pass
938665a Update comment to match parameter
113ca50 [kernel] Add a step to fasta unit tests to check text serialization
6b8826f [kernel] Rename failure classes for TextSerializationVerifier
c76c5a0 [kernel] Rename 'errors' to 'failures' in TextSerializationVerifier
cebd469 [kernel] Move RoundTripVerifier to pkg/kernel/lib/text and rename it
a2844bd [Kernel] Add serializers for public names
fef600a Remove effectively empty type holders
cba23af Adjusted spec to make it an error to have a method - getter/setter clash
b58e8d7 [vm] Use TFA to remove explicit type-checks (including keyword-covariant parameters).
0213c9f [gardening] Mark test as flaky in dartkb mode
a69e73e [VM / Runtime] Remove more dead code
b0900cf [ VM / Service ] Fixed issue where VMOptions were not being passed to app_jitk tests.
e639c0d [vm, profiler] Place idle GC into a separate VM tag.
2c09a4c update error message
f6ce65b [vm] Fix handling of unwind errors in RegExp_ExecuteMatch* native methods
  • Loading branch information
bkonyi committed Jan 8, 2019
1 parent 08c95d2 commit e5ec3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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': '3cec3dd5bffe42405e47437f054412e2e7eb1520',
'dart_revision': '2cb346bd0cce075a5b7988cedb678e822a1d50f4',

# 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
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: 28f8767bb95e596aedab3e91a9ad5e6b
Signature: 1151287898856aac5ec88018bdb049ab

UNUSED LICENSES:

Expand Down

0 comments on commit e5ec3cf

Please sign in to comment.