Skip to content

Commit

Permalink
Roll src/third_party/dart 5fbf772..b6997de (26 commits)
Browse files Browse the repository at this point in the history
b6997de Resolve typed constant initializers separately.
8053c43 Compute static types for for-in loops
b9c87eb Add scanner languageVersionChanged callback
fa274ec Make each NullabilityNode track those nodes that are downstream of it.
4073788 Error reporting and ~no location data
8d4816b Reimplement member usage tracking
b36734f Fix crash when duplicate fields have annotations
30e21f3 Don't crash when additional exports contain duplicate names
9670b2c Update the server API to support context messages
58c6d78 [vm] Check Zones are only [un]chained on the correct side of a safepoint transition.
4ce3aa7 [vm] Replace ^= assignments with = where possible
2e24a99 Support for 'nullabilitySuffix' in linked types.
481d6b9 Fix the windows bots
ee1192e [dart/vm] Extended graph checker
a32fee5 [dart/vm] GenericCheckBound (AOT) may throw
3b22a7a [vm/profiler] Fix native stack walker to properly skip PC = 0xFF..FF
a30819a Add a diagnostic associated with the default List constructor
ac4fd50 [vm, compiler] Check for length overflow when eliminating write barriers for variable-length objects.
7cb1365 replace individual scanner flags with scanner configuration
a20e7ee update scanner config based on language comment
26a82db Support for LibraryElemenet.entryPoint
de1966d Separately handle InterfaceType and FunctionType while collecting free type parameters.
e178b07 [test] Speed up unicode-regexp-zero-length_test.
5896692 Introduce pkg/modular_test: a package to specify modular tests
d543d2e Check window.MediaSource before call constructor
46847f2 Store super-invoked names for mixins.
  • Loading branch information
bkonyi committed May 1, 2019
1 parent 6280d42 commit ed912a0
Show file tree
Hide file tree
Showing 3 changed files with 3 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': '5fbf7720f8bcbf9723e50933f5b1c7d1bc940338',
'dart_revision': 'b6997deb3ea030145555195a295e599cf8099f40',

# 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: 551e5f08ae5c955a071e7987f25566ae
Signature: 3a6811f2d6af8b0c5cb5d3d2ef362d56

UNUSED LICENSES:

Expand Down
2 changes: 1 addition & 1 deletion sky/packages/sky_engine/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3111,7 +3111,7 @@ dart
Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
Expand Down

0 comments on commit ed912a0

Please sign in to comment.