Skip to content

Creation of lists on non-null native Dart convertibles is broken. #68496

@chinmaygarde

Description

@chinmaygarde

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 regressiona: null-safetySupport for Dart's null safety featureengineflutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flight

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions