-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support use with multiple compilers #338
Comments
Thanks for the suggestion, I've enabled discussions. Currently you would only be able to run in this context by keeping those contracts in separate directories, and including the option when running |
Nice. You can also convert this issue to a discussion - there's a button on the right-hand side of the screen.
Argh, yeah I'll have to refactor my code. Thanks anyway! |
Sorry about that! Keeping this open as an issue because I recognize it's a legitimate problem we should solve, and it's going to happen more and more as projects mature. Eventually the solution is I think to turn this into a Hardhat plugin where compilation is done by Hardhat which already supports multiple versions. We lose some generality by tying to Hardhat but we could add a fallback to something like what the tool does today. |
We've got the same problem. Hardhat plugin will do great for us. |
Hardhat plugin is being worked on, see #350. |
When running
solidity-docgen
in a project that uses multiple Solidity compilers, I am getting this error:How could I use this tool with multiple Solidity compilers?
Side note: it might be worth it to enable discussions in this GitHub repository.
The text was updated successfully, but these errors were encountered: