-
Notifications
You must be signed in to change notification settings - Fork 1.7k
SolidityBuildSystem#compileBuildInfo only works for solc-created BuildInfos. #8081
Copy link
Copy link
Open
Labels
area:compilationRelated to the built-in compile taskRelated to the built-in compile taskeffort:casualgood-first-issueGood for newcomers. Guidance available if neededGood for newcomers. Guidance available if neededtype:improvement
Description
Describe the issue
The PRs introducing support for other types of solidity compilers intentionally didn't address that function. We still assume that that function is used for solc-generated build infos.
Relevant PRs:
- Improve multi-compiler support in the build system by adding a SolidityCompilerConfig base interface #8008
- Add downloadCompilers parallel hook for extensible compiler downloads #8009
Relevant comment:
This is currently a known limitation that we can address in the future.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:compilationRelated to the built-in compile taskRelated to the built-in compile taskeffort:casualgood-first-issueGood for newcomers. Guidance available if neededGood for newcomers. Guidance available if neededtype:improvement
Type
Projects
Status
Backlog