hardhat icon indicating copy to clipboard operation
hardhat copied to clipboard

[hardhat-vyper] Warn when test mode directive is present in contract sources

Open alcuadrado opened this issue 2 years ago • 5 comments

See https://github.com/NomicFoundation/hardhat/issues/2534

We should warn the users during compilation if something like that is present.

alcuadrado avatar Mar 28 '22 17:03 alcuadrado

This issue is also being tracked on Linear.

We use Linear to manage our development process, but we keep the conversations on Github.

LINEAR-ID: f173bc46-66cb-4c29-85b1-011d60973749

github-actions[bot] avatar Mar 28 '22 17:03 github-actions[bot]

This issue was marked as stale because it didn't have any activity in the last 30 days. If you think it's still relevant, please leave a comment indicating so. Otherwise, it will be closed in 7 days.

github-actions[bot] avatar Apr 27 '22 18:04 github-actions[bot]

This issue was marked as stale because it didn't have any activity in the last 30 days. If you think it's still relevant, please leave a comment indicating so. Otherwise, it will be closed in 7 days.

github-actions[bot] avatar May 27 '22 19:05 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Jun 03 '22 20:06 github-actions[bot]

throw, don't just warn. let there be false positives and we'll deal with that when it actually happens.

feuGeneA avatar Sep 15 '22 15:09 feuGeneA