-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a022ff
commit b44e88d
Showing
11 changed files
with
69 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 5 additions & 8 deletions
13
test/cmdlineTests/standard_optimizer_yulDetails_optimiserSteps_no_yul/output.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{ | ||
"errors": | ||
[ | ||
"sources": | ||
{ | ||
"A": | ||
{ | ||
"component": "general", | ||
"formattedMessage": "\"If Yul optimizer is disabled, only an empty optimizerSteps sequence (\":\") is accepted.\"", | ||
"message": "\"If Yul optimizer is disabled, only an empty optimizerSteps sequence (\":\") is accepted.\"", | ||
"severity": "error", | ||
"type": "JSONError" | ||
"id": 0 | ||
} | ||
] | ||
} | ||
} |
28 changes: 14 additions & 14 deletions
28
...eTests/standard_optimizer_yulDetails_optimiserSteps_with_empty_sequence_no_yul/input.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"language": "Solidity", | ||
"sources": { | ||
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_empty_sequence_no_yul/in.sol"]} | ||
}, | ||
"settings": { | ||
"optimizer": { | ||
"details": { | ||
"yul": false, | ||
"yulDetails": { | ||
"optimizerSteps": ":" | ||
} | ||
} | ||
} | ||
} | ||
"language": "Solidity", | ||
"sources": { | ||
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_empty_sequence_no_yul/in.sol"]} | ||
}, | ||
"settings": { | ||
"optimizer": { | ||
"details": { | ||
"yul": false, | ||
"yulDetails": { | ||
"optimizerSteps": ":" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Error: --yul-optimizations is invalid with any sequence other than empty (:) if Yul optimizer is disabled. | ||
Error: --yul-optimizations is invalid with a non-empty sequence if Yul optimizer is disabled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters