No longer mark Yul as experimental.

This commit is contained in:
Daniel Kirchner
2022-03-14 14:48:01 +01:00
parent e58c0b561d
commit 0172f61340
52 changed files with 16 additions and 96 deletions
@@ -1448,10 +1448,6 @@ Json::Value StandardCompiler::compileYul(InputsAndSettings _inputsAndSettings)
return output;
}
// TODO: move this warning to AssemblyStack
output["errors"] = Json::arrayValue;
output["errors"].append(formatError(Error::Severity::Warning, "Warning", "general", "Yul is still experimental. Please use the output with care."));
string contractName = stack.parserResult()->name.str();
bool const wildcardMatchesExperimental = true;