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
The JSON input documentation shows a boolean flag inliner under settings.optimizer.details. However setting this flag causes the error CompileError: Unknown key "inliner". A cursory glance at the code shows that it is indeed not included in the keys here though it does get parsed here.
Potentially related to #10354 (stripping coverage instrumentation)
Environment
Compiler version: 0.8.4
Target EVM version (as per compiler settings): berlin
Description
The JSON input documentation shows a boolean flag
inliner
undersettings.optimizer.details
. However setting this flag causes the errorCompileError: Unknown key "inliner"
. A cursory glance at the code shows that it is indeed not included in the keys here though it does get parsed here.Potentially related to #10354 (stripping coverage instrumentation)
Environment
The text was updated successfully, but these errors were encountered: