Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Compiling Solidity 0.4.9 or 0.4.10 crashes #4366

Closed
haltman-at opened this issue Oct 14, 2021 · 1 comment
Closed

Compiling Solidity 0.4.9 or 0.4.10 crashes #4366

haltman-at opened this issue Oct 14, 2021 · 1 comment
Labels

Comments

@haltman-at
Copy link
Contributor

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 (truffle version): 5.4.15
@haltman-at
Copy link
Contributor Author

Fixed now, closing!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant