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 was archived by the owner on Feb 26, 2024. It is now read-only.
Currently, outside of one exception, attempts to compile Solidity 0.4.9 or 0.4.10 will crash. The underlying reason for this is this bug in solc/wrapper, together with our "project:/" prefix. So, repairing this bug will be easy; we'll just have to update solc/wrapper once the fix is released.
The exception is this problem doesn't apply to truffle debug --fetch-external, because it doesn't use this prefix! Although if you're on Windows, well, then you can expect to still have a problem, due to drive letters...
Environment
Truffle version (truffle version): 5.4.15
The text was updated successfully, but these errors were encountered:
Issue
Currently, outside of one exception, attempts to compile Solidity 0.4.9 or 0.4.10 will crash. The underlying reason for this is this bug in solc/wrapper, together with our "project:/" prefix. So, repairing this bug will be easy; we'll just have to update solc/wrapper once the fix is released.
The exception is this problem doesn't apply to
truffle debug --fetch-external
, because it doesn't use this prefix! Although if you're on Windows, well, then you can expect to still have a problem, due to drive letters...Environment
truffle version
): 5.4.15The text was updated successfully, but these errors were encountered: