|
|
Update comments in core lib showing proper factory syntax.
Improve error messages reported from class finalizer.
Fix parser error reporting to be thread safe.
Reformat type error and failed assertion messages to be consistent.
Add one more new factory syntax test.
Committed: https://code.google.com/p/dart/source/detail?r=1708
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+286 lines, -147 lines) |
Patch |
 |
M |
corelib/src/implementation/hash_map_set.dart
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
corelib/src/implementation/linked_hash_map.dart
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
corelib/src/implementation/queue.dart
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
corelib/src/map.dart
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
corelib/src/set.dart
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/error.cc
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/lib/error.dart
|
View
|
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/class_finalizer.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/class_finalizer.cc
|
View
|
|
23 chunks |
+94 lines, -70 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_ia32.cc
|
View
|
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl_test.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.h
|
View
|
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
|
1 chunk |
+81 lines, -28 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
tests/language/src/Factory3Test.dart
|
View
|
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|