- 02 Jun, 2022 1 commit
-
-
Jenn Magder authored
-
- 31 May, 2022 1 commit
-
-
Chris Bracken authored
In https://github.com/flutter/flutter/pull/103771, we rolled dependencies in Flutter, which triggered an update of package:coverage to v1.3.1. The new version includes https://github.com/dart-lang/coverage/pull/370 in which two deprecations landed: * The `Resolver` default constructor was deprecated and replaced with the `Resolver.create` static factory method, which unfortunately happens to be async. * The `packagesPath` parameter to `HitMap.parseJson`, which takes the path to the `.packages` file of the package for which coverage is to be collected, was deprecated. This parameter was replaced with `packagePath` in https://github.com/dart-lang/coverage/pull/370 which was part of the overall deprecation of the .packages file in Dart itself https://github.com/dart-lang/sdk/issues/48272. The overall goal being that end-user code shouldn't need to know about implementation details such as whether dependency information is stored in a .packages file or a package_info.json file, but rather use the package_config package to obtain the package metadata and perform other functions such as resolving its dependencies to filesystem paths. packagesPath was replaced by packagePath, which takes the path to the package directory itself. Internally, package:coverage then uses package_config to do the rest of the package/script URI resolution to filesystem paths. This migrates off the deprecated `packagesPath` parameter to the replacement `packagePath` paramter. Issue: https://github.com/flutter/flutter/issues/103830
-
- 24 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 19 May, 2022 1 commit
-
-
Liam Appelbe authored
* Use libraryFilters flag to speed up coverage collection * Allow libraryNames to be null * Unconditionally enable the reportLines flag * Fix analysis errors
-
- 13 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 02 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 15 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 12 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 08 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 28 Mar, 2022 1 commit
-
-
Jenn Magder authored
-
- 17 Mar, 2022 1 commit
-
-
Chris Bracken authored
This changes the default build architectures for Flutter macOS apps to x86_64 and arm64. Previously, we manually excluded arm64 builds via the EXCLUDE_ARCHS Xcode setting in Flutter's generated xcconfig file. This eliminates setting EXCLUDE_ARCHS during the build and updates the default architectures in the tool and in the macos_assemble.sh wrapper. Issue: https://github.com/flutter/flutter/issues/97681 Umbrella issue: https://github.com/flutter/flutter/issues/60113
-
- 08 Mar, 2022 1 commit
-
-
Jenn Magder authored
-
- 18 Feb, 2022 1 commit
-
-
Ben Konyi authored
-
- 02 Feb, 2022 1 commit
-
-
Collin Jackson authored
-
- 13 Jan, 2022 2 commits
-
-
Spt authored
-
stuartmorgan authored
-
- 15 Dec, 2021 1 commit
-
-
Jenn Magder authored
-
- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 Oct, 2021 1 commit
-
-
omerlevran46 authored
-
- 13 Oct, 2021 1 commit
-
-
omerlevran46 authored
device-finder binary is being from removed from the Fuchsia SDK in fxb/85985.
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 07 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 27 Jul, 2021 1 commit
-
-
Christopher Fujino authored
-
- 23 Jul, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Jul, 2021 1 commit
-
-
Jenn Magder authored
-
- 17 Jul, 2021 1 commit
-
-
Zachary Anderson authored
-
- 30 Jun, 2021 3 commits
-
-
Jenn Magder authored
-
Zachary Anderson authored
This reverts commit a1020512.
-
Jenn Magder authored
-
- 11 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 03 Jun, 2021 1 commit
-
-
Jenn Magder authored
-