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

Programs with no main should abort flashing #507

Open mit-mit opened 8 years ago

mit-mit commented 8 years ago

Currently dartino flash will continue even compilation fails with Warning: Could not find 'main'. Given flashing is quite time consuming, and not abortable, this can be quite annoying.

It would be nice to abort after compilation when there is no main symbol.

mit-mit commented 8 years ago

I also wonder why this is considered a Warning and not an Error