8000 [meta] Make Dart repos sound null safe · Issue #49169 · dart-lang/sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[meta] Make Dart repos sound null safe #49169
Closed
@devoncarew

Description

@devoncarew

This is a meta issue used to track the progress on making various Dart repos sound null safe. This must happen prior to null safety becoming the only supported mode.

Published packages

Non-published SDK packages

Info

Packages listed here should either be converted to null safety (indicated by having a lower SDK bounds of 2.12), and make sure that no files are excluded from null safety (no files have a language comment of // @dart=2.7, // @dart=2.8, // @dart=2.9, // @dart=2.10, or // @dart=2.11).

Note that we're only trying to find unintentional file opt-outs above - null safety conversions that weren't quite finished.

If the opt-out is intentional - there in order to test the opt-out handling and / or pre-null safe behavior - please update / edit / close the issue as appropriate. Additionally, consider adding a token on the line before the opt-out - // null_safety_optout_testing. This will allow tools to ignore the opt-out when looking for unmigrated files, and, allow us to find and remove all null safe testing opt-outs at a later date. For cases like these, the full opt-out may then look something like:

// null_safety_optout_testing
// @dart=2.10

Metadata

Metadata

Assignees

Labels

area-metaCross-cutting, high-level issues (for tracking many other implementation issues, ...).

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0