William Hesse

Results 46 issues of William Hesse

The node.js API for DocumentReference.update allows an optional second argument, Preconditions. This is missing from the firebase-admin-interop implementation. The Dart package implements the Precondition object, documents it as used in...

According to the pubspec rules, the firebase-admin-interop: ^1.0.0 spec does not allow the new 2.0.0 version to be used with -functions-interop. Could a new version be published with an expanded...

A class with a late member, declared with an initializer, fails to get initialized when accessed if the program is compiled with dart2js optimization level 0. The initialization is carried...

web-dart2js
area-web

I have found a bug where binding two inputs of material-checkbox gives an event stream with a false event on it. If the checked and indeterminate inputs are changed from...

Records support in the dart2wasm compiler.

area-dart2wasm

The Build/Archive/Test refactoring of Flutter testing on the CI requires test builders to download Flutter engine artifacts from a custom cloud storage bucket, not the production bucket of official Flutter...

a: tests
team: infra

The PR https://github.com/flutter/engine/pull/38448 , [web] Build multiple CanvasKit variants (using toolchain_args), has broken building without a prebuilt Dart SDK. The gn command python3 flutter/tools/gn --runtime-mode release --no-prebuilt-dart-sdk --web now gives...

platform-web

The Dart CI and CQ run tests for the packages in the Dart SDK source on builders like https://ci.chromium.org/ui/p/dart/builders/luci.dart.ci.sandbox/pkg-linux-release These builders run package tests written using package:test framework the same...

area-test
area-infrastructure
analyzer-test

Rather than pinning a version of debian, use the default stable version of debian. The existing pinned version stretch is EOL and missing. Other images, like ballerina, make, and traceroute...

This change will need to be landed when moving the position of the Dart SDK source checkout from [buildroot]/third_party/dart to [flutter_engine]/third_party/dart in a Flutter engine source checkout. It cannot be...