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.
On Windows,
truffle compile
will always recompile every contract.versions
OS: Windows 11 (should fail on Windows 10 as well)
PS C:\Users\amal\dev\mc> truffle version
Truffle v5.4.32 (core: 5.4.32)
Solidity v0.5.16 (solc-js)
Node v16.13.1
Web3.js v1.5.3
PS C:\Users\amal\dev\mc>
Reproduction steps
You will notice truffle compiles every contract again.
instrumented output
Compare the output between Windows and Linux setting
DEBUG=*,-compile:compilerSupplier
Linux (2nd compile)
Windows (2nd compile)
The text was updated successfully, but these errors were encountered: