You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref foundry-rs/foundry#8997
Adds `Solc` constructor for creating solc instances with arguments.
Changes `extra_args` to being prepended to actual solc arguments instead
of appended as for now.
This allows us to use eof binary through `Solc::new_with_args("docker",
["run", ... ])`
We didn't end up using those for `--eof-version`, so this shouldn't
break anything. Will add a test for this in scope `--eof` flag on
foundry side
0 commit comments