Alexander Thomas

Results 42 comments of Alexander Thomas

Yes, we can do that. On Fri, 19 Aug 2022, 14:51 Kevin Chisholm, ***@***.***> wrote: > @athomas is it reasonable to do a stable and > beta hotfix next week?...

Discussed offline with @mraleph and @mkustermann: hotfix approved for 2.17 based on low risk and user impact.

@itsjustkevin https://github.com/dart-lang/sdk/issues/49430#issuecomment-1226663642

We are able to extract similar numbers from our build data ("build api docs" also does an upload which muddies the waters a little bit): ```sql SELECT start_time, input.gitiles_commit.id, (...

Even if this doesn't become a feature of the extension itself, it would be really nice to be told how to do this on dartcode.org.

Here's what worked for me (slightly modified version of the code posted [here]): ```bash dart pub global activate coverage dart test --coverage="coverage" format_coverage --lcov --in=coverage --out=lcov.info --packages=.packages --report-on=lib ``` Then...

According to @whesse this is flakiness in the CFE or the tests, moving to area-front-end.

Re: availability of the releases: So these releases have the fix (on beta it's a cherrypick with a different hash), and the upcoming 2.8.1 stable will also have it: ```...

Let's say we had that in our policy, the problem would still have happened as the user was unaware that they were breaking Flutter. The change was also approved by...