Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

[Truffle support] Compilation errors #4

Open
alcuadrado opened this issue Dec 7, 2021 · 0 comments
Open

[Truffle support] Compilation errors #4

alcuadrado opened this issue Dec 7, 2021 · 0 comments
Labels
truffle Truffle-related issue

Comments

@alcuadrado
Copy link
Member

Currently, we only show compilation errors for Hardhat projects. Different tools can compile the same codebase differently, leading to different compilation errors. For example, they may choose to use a different version of solc for a certain source file.

We need to detect when a project is using Truffle and get the compilation errors based on its compilation pipeline, ideally without reimplementing its logic.

@alcuadrado alcuadrado added truffle Truffle-related issue next We'll start working on this issue soon labels Dec 7, 2021
@alcuadrado alcuadrado removed the next We'll start working on this issue soon label Jan 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
truffle Truffle-related issue
Projects
None yet
Development

No branches or pull requests

1 participant