Skip to content

CFE uses internal terms for sound null safety #42464

Closed
@mit-mit

Description

@mit-mit

The message here uses internal language:
"Error: A library can't opt out of non-nullable by default, when in nnbd-strong mode"
https://github.com/dart-lang/sdk/blob/master/pkg/front_end/messages.yaml#L1189

Please change this to use the external terms (sound null safety for strong, unsound null safety for weak, null safety for non-nullable):
"Error: A library can't opt out of null safety by default, when in using sound null safety"

A code search in the source shows several uses of the terms 'nndb-strong' and 'non-nullable' beyond this one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions