Anna Gringauze
Anna Gringauze
The problem is that STL does not support no-exception mode, not in MS STL. Having common guidelines would help that as well. Since GSL is a platform independent and not...
@neilmacintosh Thanks for forwarding! @kcc Incidentally, we have a check for usage of span on temporaries that is scheduled to release in Visual Studio 15.7 (or, if you are using...
Looks like there was a change that added a cast on line 75 that is probably meant to be around the closure, not the `TimeOutException`: https://github.com/dart-lang/sdk/commit/8ac87895fe3326f3cf94a675b0a859147b300746#r80876116
Couple of things that might help with debugging: - I noticed that chrome's stdout and stderr are not printed out in `package:test`, somewhere here: https://github.com/dart-lang/test/blob/b6aba5544628730b7d6a38eae1aef9117a1bb235/pkgs/test/lib/src/runner/browser/chrome.dart#L80 that is what we do...
>The diffs in sdk.sum.deps and package_config.json are only the SDK version numbers and timestamps. That just leaves the asset_graph.json and test.dart snapshots as potential differences. Just had another thought -...
Also, it would be great if the code providing the error handler could tell the severity of the errors so we can report them differently to the user, ie with...
>> wonder if it would be good to give references to these functions from the existing ones – so folks know there are other options? > I'd like to standardize...
@natebosch @kevmoo @jakemac53 I think this PR is going towards revisiting some API and looking at their usages, I would be happy if one of you decides to take over:)
I am checking in workarounds in a few of our libraries that are affecting DDR. A few things that can be useful for the future library: - some configuration that...
@kevmoo I will defer the proper fix to the active library developers (@natebosch I presume). To fix the issues caused by this, I had to wrap the `serveRequests` call in...