You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Currently in lib/compiler.js strict == false is not checked, hence warnings are considered as errors. But when strict = false, it should succeed and compile the contracts
Steps to Reproduce
Comment the pragma declaration
Expected Behavior
It should show a warning but still compile the contracts
Actual Results
Right now, strict flag is not respected so compilation fails
The text was updated successfully, but these errors were encountered:
This is fixed in truffle-compile v1.1.2. You can get this upgrade now by uninstalling Truffle and then reinstalling it, to ensure the new dependency is downloaded. It will also go out with the next release of Truffle, 3.1.2. Thanks for the issue!
Issue
Currently in lib/compiler.js strict == false is not checked, hence warnings are considered as errors. But when strict = false, it should succeed and compile the contracts
Steps to Reproduce
Comment the pragma declaration
Expected Behavior
It should show a warning but still compile the contracts
Actual Results
Right now, strict flag is not respected so compilation fails
The text was updated successfully, but these errors were encountered: