When working with large projects that involve multiple Solidity files, manually handling the --link process becomes increasingly complex and error-prone. Each file often requires careful linking to dependencies or libraries, and this manual effort scales poorly as the project grows—slowing down workflows and increasing the risk of mistakes.
Given that the source code of the projects being tested is already available, has there been any consideration for automating the --link process? Automating this step could significantly streamline testing pipelines, reduce manual overhead, and ensure consistency across different files and project scales.
Looking forward to hearing thoughts on this potential improvement!
When working with large projects that involve multiple Solidity files, manually handling the --link process becomes increasingly complex and error-prone. Each file often requires careful linking to dependencies or libraries, and this manual effort scales poorly as the project grows—slowing down workflows and increasing the risk of mistakes.
Given that the source code of the projects being tested is already available, has there been any consideration for automating the --link process? Automating this step could significantly streamline testing pipelines, reduce manual overhead, and ensure consistency across different files and project scales.
Looking forward to hearing thoughts on this potential improvement!