-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#21980Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featureengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
This showed up in a failure in an internal test. The specific failure is:
INFO: Dart Error: Dart_NewListOfType expects argument 'type' to be a nullable type.
The fix involves removing this template specialization of NewList in favor of using the one (or something like) in dart_converter.h.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featureengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight