File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
pkg/dev_compiler/lib/src/kernel Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.10.2 - 2020-10-13
2+
3+ This is a patch release that fixes a DDC compiler crash (issue [ #43589 ] ).
4+
5+ [ #43589 ] : https://github.com/dart-lang/sdk/issues/43589
6+
17## 2.10.1 - 2020-10-06
28
39This is a patch release that fixes the following issues:
Original file line number Diff line number Diff line change @@ -5034,7 +5034,7 @@ class ProgramCompiler extends ComputeOnceConstantVisitor<js_ast.Expression>
50345034
50355035 assert (result is js_ast.Expression ||
50365036 result is js_ast.Statement && node.parent is ExpressionStatement );
5037- return result;
5037+ return result. withSourceInformation ( _nodeStart (node)) ;
50385038 }
50395039
50405040 bool _isNull (Expression expr) =>
Original file line number Diff line number Diff line change 2626CHANNEL stable
2727MAJOR 2
2828MINOR 10
29- PATCH 1
29+ PATCH 2
3030PRERELEASE 0
3131PRERELEASE_PATCH 0
You can’t perform that action at this time.
0 commit comments