mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-17 19:21:06 +00:00
Cache the compiler versions
This commit is contained in:
@@ -47,7 +47,7 @@ pub trait SolidityCompiler {
|
||||
version: impl Into<VersionOrRequirement>,
|
||||
) -> impl Future<Output = anyhow::Result<PathBuf>>;
|
||||
|
||||
fn version(&self) -> anyhow::Result<Version>;
|
||||
fn version(&self) -> impl Future<Output = anyhow::Result<Version>>;
|
||||
|
||||
/// Does the compiler support the provided mode and version settings?
|
||||
fn supports_mode(
|
||||
|
||||
Reference in New Issue
Block a user