|
Make sure the signature of the call method is finalized before involving it
in bound checkings of its owner class (fixes #29025).
Add regression test and mark as failing for the analyzer (issue filed).
Add missing trail argument in 2 locations (not related to the fixed issue).
Cleanup: Remove ClassFinalizer::kCanonicalizeWellFormed which is not treated
differently than ClassFinalizer::kCanonicalize anymore after earlier changes in
the spec on how to handle malformed types.
R=asiva@google.com, hausner@google.com
Committed: https://github.com/dart-lang/sdk/commit/063dd6d03f7941415a1e7939f3e1096314358e1a
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+142 lines, -107 lines) |
Patch |
|
M |
runtime/lib/mirrors.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/class_finalizer.h
|
View
|
|
2 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
|
M |
runtime/vm/class_finalizer.cc
|
View
|
|
18 chunks |
+25 lines, -21 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/flow_graph_builder.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/kernel_to_il.cc
|
View
|
|
7 chunks |
+9 lines, -14 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/object.cc
|
View
|
|
10 chunks |
+54 lines, -45 lines |
0 comments
|
Download
|
|
M |
runtime/vm/parser.cc
|
View
|
|
4 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
|
M |
tests/language/language_analyzer2.status
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
tests/language/regress_29025_test.dart
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (2 generated)
|