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: test/libsolidity/syntaxTests/inlineAssembly/blobhash_pre_cancun_not_reserved.sol
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,5 @@ contract C {
17
17
// ====
18
18
// EVMVersion: <=shanghai
19
19
// ----
20
-
// Warning 5470: (98-106): "blobhash" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
21
-
// Warning 5470: (237-303): "blobhash" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
20
+
// Warning 5470: (98-106): "blobhash" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
21
+
// Warning 5470: (237-303): "blobhash" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
Copy file name to clipboardExpand all lines: test/libsolidity/syntaxTests/inlineAssembly/prevrandao_allowed_function_pre_paris.sol
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,5 +18,5 @@ contract C {
18
18
// ====
19
19
// EVMVersion: <paris
20
20
// ----
21
-
// Warning 5470: (101-111): "prevrandao" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
22
-
// Warning 5470: (255-323): "prevrandao" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
21
+
// Warning 5470: (101-111): "prevrandao" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
22
+
// Warning 5470: (255-323): "prevrandao" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
Copy file name to clipboardExpand all lines: test/libyul/yulSyntaxTests/blobbasefee_identifier_pre_cancun.yul
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@
4
4
// ====
5
5
// EVMVersion: <=shanghai
6
6
// ----
7
-
// Warning 5470: (6-31): "blobbasefee" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
7
+
// Warning 5470: (6-31): "blobbasefee" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
Copy file name to clipboardExpand all lines: test/libyul/yulSyntaxTests/blobhash_pre_cancun.yul
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,5 @@
11
11
// ====
12
12
// EVMVersion: <=shanghai
13
13
// ----
14
-
// Warning 5470: (20-28): "blobhash" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
15
-
// Warning 5470: (55-77): "blobhash" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
14
+
// Warning 5470: (20-28): "blobhash" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
15
+
// Warning 5470: (55-77): "blobhash" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
Copy file name to clipboardExpand all lines: test/libyul/yulSyntaxTests/mcopy_as_identifier_pre_cancun.yul
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,5 @@
11
11
// ====
12
12
// EVMVersion: <cancun
13
13
// ----
14
-
// Warning 5470: (20-25): "mcopy" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
15
-
// Warning 5470: (52-71): "mcopy" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
14
+
// Warning 5470: (20-25): "mcopy" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
15
+
// Warning 5470: (52-71): "mcopy" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
Copy file name to clipboardExpand all lines: test/libyul/yulSyntaxTests/mcopy_pre_cancun.yul
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,5 @@
11
11
// ====
12
12
// EVMVersion: <cancun
13
13
// ----
14
-
// Warning 5470: (20-25): "mcopy" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
15
-
// Warning 5470: (52-71): "mcopy" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
14
+
// Warning 5470: (20-25): "mcopy" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
15
+
// Warning 5470: (52-71): "mcopy" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
Copy file name to clipboardExpand all lines: test/libyul/yulSyntaxTests/tstore_tload_as_identifiers_pre_cancun.yul
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,5 @@
5
5
// ====
6
6
// EVMVersion: <cancun
7
7
// ----
8
-
// Warning 5470: (6-26): "tstore" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
9
-
// Warning 5470: (31-50): "tload" will be promoted to reserved keyword in the next breaking version and will not be allowed anymore as an identifier.
8
+
// Warning 5470: (6-26): "tstore" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
9
+
// Warning 5470: (31-50): "tload" will be promoted to reserved Yul identifier in the next breaking version and will not be allowed anymore as an identifier.
0 commit comments