dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
330 stars 36 forks source link

Add strong mode test suite #548

Open sgjesse opened 8 years ago

sgjesse commented 8 years ago

Add a strong mode test suite like the warnings suite (tools/testing/dart/dartino_warnings_suite.dart) we already have. So in addition to

tools/test.py warnings

we get

tools/test.py strong
sgjesse commented 8 years ago

The intend for this test is to ensure that the Dartino related code (samples and packages) shipped in the SDK are strong mode clean.

All the tools including the compiler are not required to be strong mode clean for now.

mit-mit commented 8 years ago

Closed by mistake, reopening.