-
After updating to dart 2.7.0 in `built_redux` analysis fails with following exception:
```text
Stack Overflow
#0 Dart2TypeSystem.isSubtypeOf (package:analyzer/src/generated/type_system.dart:60…
-
See [the log](https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8887435917704104384/+/steps/test_results/0/logs/new_test_failures__logs_/0).
```
--- Command "dart2analyzer…
-
According to the Static Extension [specification](https://github.com/dart-lang/language/blob/master/accepted/2.6/static-extension-members/feature-specification.md#explicit-extension-member-invocation)…
-
Consider the following program:
```dart
class A { T member() => throw "Unreachable"; }
class B { T member() => throw "Unreachable"; }
class Merge extends A implements B {}
void main() {
Me…
-
The analyzer slave on the buildbot reports a static warning on all the tests in co19/WebPlatformTest1/custom-elements/ after the roll to co19 r706, but the tests pass when run locally.
Currently they…
-
Dart VM version: 2.8.0-edge.aadcb4418b1a7ccbb74a7cc925ad55020ce4a924 (Thu Feb 6 02:00:49 2020 +0000) on "linux_x64"
The following source code throws a compile error with analyzer and passes with da…
iarkh updated
4 years ago
-
The type deduction for `Iterable.fold` doesn't work under NNBD for the following program:
```dart
main() {
final buffer = ["a", "b", "c"]
.fold(new StringBuffer(), (buffer, string) => bu…
-
I followed the instructions on https://github.com/dart-lang/sdk/wiki/Building-Dart-SDK-for-ARM-processors and https://github.com/dart-lang/sdk/wiki/Building-Dart-SDK-for-Android, and I after `gclient …
-
Analyzer Crashes on the following test
```dart
extension MySimpleExt on String {
bool get test => false;
int getANum() => 12345;
void tryme() {}
}
main() {
bool res1 = MySimpleExt(…
-
Dart VM version: 2.8.0-edge.40f23c735f04433e4fc334fbd674474bd3de0f8b (Tue Jan 28 01:14:48 2020 +0000) on "linux_x64"
This bug is similar with #40367, but this one against analyzer, and #40367 is ag…
iarkh updated
4 years ago