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
-1
View File
@@ -69,7 +69,6 @@ function compileFull
local exit_code=$?
local errors; errors=$(grep -v -E \
-e 'Warning: This is a pre-release compiler version|Warning: Experimental features are turned on|pragma experimental ABIEncoderV2|^ +--> |^ +\||^[0-9]+ +\| ' \
-e 'Warning: Yul is still experimental. Please use the output with care.' \
-e '^No text representation found.$' < "$stderr_path"
)