- Jun 08, 2018
-
-
Gary Roumanis authored
-
Nate Bosch authored
-
- Jun 07, 2018
-
-
Gary Roumanis authored
-
Jacob MacDonald authored
* add root_line, root_column, and root_package_url to the json reporter * update docs, pubspec, changelog
-
Gary Roumanis authored
-
- Jun 06, 2018
-
-
Nate Bosch authored
-
- Jun 05, 2018
-
-
Jacob MacDonald authored
* enable the compact reporter and colors on windows, if stdout.supportsAnsiEscapes == true * update pubspec/changelog, code review updates
-
- Jun 04, 2018
-
-
Gary Roumanis authored
-
- Jun 01, 2018
-
-
Nate Bosch authored
We no longer support an SDK old enough that any of the referenced issues are still a problem.
-
Nate Bosch authored
``` type 'WebSocketChannel' is not a subtype of type 'StreamChannel<String>' of 'channel' ``` Cast the `WebSocketChannel` to indicate that all values in each direction will be `String`. ``` type 'CloseGuaranteeChannel<dynamic>' is not a subtype of type 'VirtualChannel' ``` Avoid using the `suiteChannel` variable for two types. It needs to start as a `VirtualChannel` which has the `id` field, and then later be a `StreamChannel`. ``` type 'RunnerSuite' is not a subtype of type 'FutureOr<Future<RunnerSuite>>' ``` Avoid the attempted Future flattening which was never correct but was supported in the Dart 1 VM.
-
- May 31, 2018
-
-
Gary Roumanis authored
-
- May 30, 2018
-
-
Nate Bosch authored
Fixes #840 Invoke a non-existing method after casting an object to `dynamic` to get the behavior.
-
- May 19, 2018
-
-
Kevin Moore authored
Prepare to release 0.12.38+1
-
- May 14, 2018
-
-
Kevin Moore authored
-
- May 11, 2018
-
-
Ian Hickson authored
-
- May 10, 2018
-
-
Nate Bosch authored
-
- May 03, 2018
-
-
Jacob MacDonald authored
- added `// ignore` comments for references to internal deprecated members - removed comments referencing deprecated arguments - upped args minimum constraint and migrated to `addMultiOption` - dropped polymer support - added `--fatal-infos` and `--fatal-warnings` to dartanalyzer test to prevent regressions and expose new warnings via cron jobs. - fixed up some markdown issues
-
Konstantin Scheglov authored
-
Nate Bosch authored
Closes #824 Makes test/frontend/never_called_test work with --preview-dart-2
-
Jacob MacDonald authored
-
Jacob MacDonald authored
-
- May 02, 2018
-
-
Jacob MacDonald authored
-
- Apr 27, 2018
-
-
Keerti Parthasarathy authored
-
- Apr 25, 2018
-
-
Kevin Moore authored
Made members only used within a library private
-
Kevin Moore authored
-
- Apr 17, 2018
-
-
Jacob MacDonald authored
-
Nate Bosch authored
There are no imports to this package.
-
Nate Bosch authored
- Delete dartium and content shell platforms - Delete tests related to dartium - Remove references to these platforms in docs - Stop installing dartium on Travis
-
Lasse R.H. Nielsen authored
-
Jacob MacDonald authored
-
- Apr 13, 2018
-
-
Nate Bosch authored
I'm not sure why the analyzer doesn't catch these, they appear to be parse time bugs not runtime bugs when executing in the vm with --preview-dart-2
-
- Apr 12, 2018
-
-
Jacob MacDonald authored
-
- Apr 10, 2018
-
-
Jacob MacDonald authored
-
Jacob MacDonald authored
-
Kevin Moore authored
Usage of 1.23 is non-existent Increase turn-around on Travis
-
Jacob MacDonald authored
-
Kevin Moore authored
Fixes https://github.com/dart-lang/test/issues/800
-
- Apr 06, 2018
-
-
Jacob MacDonald authored
-
Jacob MacDonald authored
-
- Mar 27, 2018
-
-
Natalie Weizenbaum authored
-