specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Warnings are treated as errors. #12

Closed MoMannn closed 6 years ago

MoMannn commented 6 years ago

When compiling solidity code if there are compiler warnings there are treated and shown as errors.

Example:

screen shot 2018-08-23 at 08 35 58
xpepermint commented 6 years ago

Yeah, it's hard to tell what's a warning and what's an error.

MoMannn commented 6 years ago

24