|
Make initializing formal access available by default
This CL changes dart2js such that the effect that we used to get with
option '--initializing-formal-access' is now obtained unconditionally,
i.e., that extension is now enabled by default.
dart2js will continue to accept the option, such that scripts passing
the option will not break.
The CL is _not_ intended to be landed at this time, the plan is to
enable the feature in a coordinated manner when all tools are ready.
R=johnniwinther@google.com
Committed: https://github.com/dart-lang/sdk/commit/4912fd150100210762a90b7dbbbc238b9ec5bb43
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+33 lines, -76 lines) |
Patch |
 |
M |
pkg/compiler/lib/src/commandline_options.dart
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/compile_time_constants.dart
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/dart2js.dart
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/options.dart
|
View
|
1
2
3
4
|
7 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/resolution/constructors.dart
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/resolution/members.dart
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/resolution/resolution.dart
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/typechecker.dart
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -18 lines |
0 comments
|
Download
|
 |
M |
tests/isolate/compile_time_error_test.dart
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/language/initializing_formal_type_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/language/language_analyzer2.status
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
tests/language/parameter_initializer5_negative_test.dart
|
View
|
1
2
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
tests/language/parameter_initializer5_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (2 generated)
|