Skip to content

Turn compile-time errors into static warnings #1031

@gbracha

Description

@gbracha

There are a number of situations that are specified to be compile-time errors, but which might be treated as static warnings instead. This would be desirable, because compile-time errors impose a workflow: one must resolve them before moving forward to testing/running the program. It would be more in keeping with the spirit of Dart to "get out of the developer's way".

We should do a systematic sweep of these issues and decide which ones can be liberalized in this fashion.

Metadata

Metadata

Assignees

Labels

area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).type-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions