mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-24 14:47:56 +00:00
Fix concurrency issues (#142)
* Fix the OS FD error * Cache the compiler versions * Allow for auto display impl in declare wrapper type macro * Better logging and fix concurrency issues * Fix tests * Format * Make the code even more concurrent
This commit is contained in:
@@ -11,7 +11,6 @@ async fn contracts_can_be_compiled_with_solc() {
|
||||
let compiler_path = Solc::get_compiler_executable(&args, Version::new(0, 8, 30))
|
||||
.await
|
||||
.unwrap();
|
||||
println!("About to assert");
|
||||
|
||||
// Act
|
||||
let output = Compiler::<Solc>::new()
|
||||
|
||||
Reference in New Issue
Block a user