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
Copy file name to clipboardExpand all lines: scripts/common_cmdline.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,9 @@ function compileFull()
64
64
local exit_code=$?
65
65
local errors; errors=$(grep -v -E \
66
66
-e 'Warning: This is a pre-release compiler version|Warning: Experimental features are turned on|pragma experimental ABIEncoderV2|^ +--> |^ +\||^[0-9]+ +\| ' \
67
-
-e 'Warning: Yul is still experimental. Please use the output with care.'<"$stderr_path")
67
+
-e 'Warning: Yul is still experimental. Please use the output with care.' \
68
+
-e '^No text representation found.$'<"$stderr_path"
0 commit comments