Chris Bracken
Chris Bracken
Answering my own question -- OS in the tests is Ubuntu 18.04.5 LTS. Version of package_config is: 1.9.3 (latest) Version of coverage is: 0.13.11 (released 2020-06-04)
Thanks. Mostly wanted to rule out Windows a line-ending related issue. Dumped the .packages file above into a local file and did a `grep -v ':'' on it and every...
I see a set of package_config-related commits by @jakemac53 here: * [update the Resolver api to use the new package config api](https://github.com/dart-lang/coverage/commit/90d6756c63dccb51ff4b98bbc45f341813be2ab1#diff-e69b5ffa817d530d3013ef3f912058d6) * [update to use the real package_config 1.9.0...
@ristiisa question: what is the intent of the `StreamBuilder` in the above code? i.e. why not embed the underlying UIKitView directly?
This appears to be a separate bug unrelated to https://github.com/flutter/engine/pull/54056. Still repros at tip of tree.
Hi @nicerloop thanks for fixing the test failures. Please be aware that we cannot review any patch until we have a signed CLA on file. Let us know once that's...
Hi @nicerloop, are you still working on this?
Since we've had no response on this patch, we're going to close it for now. @nicerloop, once you've got any permissions you need on the CLA side of things, please...
Re: ``` file flutter/bin/cache/artifacts/engine/linux-x64/frontend_server_aot.dart.snapshot flutter/bin/cache/artifacts/engine/linux-x64/frontend_server_aot.dart.snapshot: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[md5/uuid]=7d7673e2df1d68aa1222110aef3343b6, with debug_info, not stripped ``` It looks like you're looking in the `linux-x64`...
> https://storage.googleapis.com/flutter_infra_release/flutter/a6bd3f1de158bb61090e0c8053df93a10cb548e1/linux-arm64/artifacts.zip contains frontend_server_aot.dart.snapshot: ELF 64-bit LSB shared object, x86-64. Isn't it supposed to be arm64? Yeah that one definitely looks wrong to me, unless arm64 is only supported as...