forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ethereum#13586 from GeorgePlotnikov/use-pretty-jso…
…n-for-cmlinetests-output Use `--pretty-json` for `cmdlineTests.sh` output by default
- Loading branch information
Showing
202 changed files
with
9,169 additions
and
494 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
{"contracts":{"A":{"C":{"evm":{"bytecode":{"linkReferences":{},"object":"<BYTECODE REMOVED>"}}}}},"sources":{"A":{"id":0}}} | ||
{ | ||
"contracts": | ||
{ | ||
"A": | ||
{ | ||
"C": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"linkReferences": {}, | ||
"object": "<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"sources": | ||
{ | ||
"A": | ||
{ | ||
"id": 0 | ||
} | ||
} | ||
} |
27 changes: 26 additions & 1 deletion
27
test/cmdlineTests/linking_standard_solidity_quote_in_file_name/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 +1,26 @@ | ||
{"contracts":{"A\"B":{"C":{"evm":{"bytecode":{"linkReferences":{},"object":"<BYTECODE REMOVED>"}}}}},"sources":{"A\"B":{"id":0}}} | ||
{ | ||
"contracts": | ||
{ | ||
"A\"B": | ||
{ | ||
"C": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"linkReferences": {}, | ||
"object": "<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"sources": | ||
{ | ||
"A\"B": | ||
{ | ||
"id": 0 | ||
} | ||
} | ||
} |
43 changes: 42 additions & 1 deletion
43
test/cmdlineTests/linking_standard_solidity_unresolved_references/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 +1,42 @@ | ||
{"contracts":{"A":{"C":{"evm":{"bytecode":{"linkReferences":{"A":{"L2":[{"length":20,"start":184},{"length":20,"start":368}]}},"object":"<BYTECODE REMOVED>__$622b2f540b6a16ff5db7bea656ad8fcf4f$__<BYTECODE REMOVED>__$622b2f540b6a16ff5db7bea656ad8fcf4f$__<BYTECODE REMOVED>"}}}}},"sources":{"A":{"id":0}}} | ||
{ | ||
"contracts": | ||
{ | ||
"A": | ||
{ | ||
"C": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"linkReferences": | ||
{ | ||
"A": | ||
{ | ||
"L2": | ||
[ | ||
{ | ||
"length": 20, | ||
"start": 184 | ||
}, | ||
{ | ||
"length": 20, | ||
"start": 368 | ||
} | ||
] | ||
} | ||
}, | ||
"object": "<BYTECODE REMOVED>__$622b2f540b6a16ff5db7bea656ad8fcf4f$__<BYTECODE REMOVED>__$622b2f540b6a16ff5db7bea656ad8fcf4f$__<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"sources": | ||
{ | ||
"A": | ||
{ | ||
"id": 0 | ||
} | ||
} | ||
} |
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,19 @@ | ||
{"contracts":{"A":{"a":{"evm":{"bytecode":{"linkReferences":{},"object":"<BYTECODE REMOVED>"}}}}},} | ||
{ | ||
"contracts": | ||
{ | ||
"A": | ||
{ | ||
"a": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"linkReferences": {}, | ||
"object": "<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
20 changes: 19 additions & 1 deletion
20
test/cmdlineTests/linking_standard_yul_quote_in_file_name/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 +1,19 @@ | ||
{"contracts":{"A":{"a":{"evm":{"bytecode":{"linkReferences":{},"object":"<BYTECODE REMOVED>"}}}}},} | ||
{ | ||
"contracts": | ||
{ | ||
"A": | ||
{ | ||
"a": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"linkReferences": {}, | ||
"object": "<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
32 changes: 31 additions & 1 deletion
32
test/cmdlineTests/linking_standard_yul_unresolved_references/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 +1,31 @@ | ||
{"contracts":{"A":{"a":{"evm":{"bytecode":{"linkReferences":{"contract/test.sol":{"L2":[{"length":20,"start":22}]}},"object":"<BYTECODE REMOVED>__$fb58009a6b1ecea3b9d99bedd645df4ec3$__<BYTECODE REMOVED>"}}}}},} | ||
{ | ||
"contracts": | ||
{ | ||
"A": | ||
{ | ||
"a": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"linkReferences": | ||
{ | ||
"contract/test.sol": | ||
{ | ||
"L2": | ||
[ | ||
{ | ||
"length": 20, | ||
"start": 22 | ||
} | ||
] | ||
} | ||
}, | ||
"object": "<BYTECODE REMOVED>__$fb58009a6b1ecea3b9d99bedd645df4ec3$__<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,42 @@ | ||
{"contracts":{"a.sol":{"A1":{"evm":{"bytecode":{"object":"<BYTECODE REMOVED>"}}}},"b.sol":{"A1":{"evm":{"bytecode":{"object":"<BYTECODE REMOVED>"}}}}},"sources":{"a.sol":{"id":0},"b.sol":{"id":1}}} | ||
{ | ||
"contracts": | ||
{ | ||
"a.sol": | ||
{ | ||
"A1": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"object": "<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
}, | ||
"b.sol": | ||
{ | ||
"A1": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"object": "<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"sources": | ||
{ | ||
"a.sol": | ||
{ | ||
"id": 0 | ||
}, | ||
"b.sol": | ||
{ | ||
"id": 1 | ||
} | ||
} | ||
} |
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,29 @@ | ||
{"contracts":{"a.sol":{"A2":{"evm":{"bytecode":{"object":"<BYTECODE REMOVED>"}}}}},"sources":{"a.sol":{"id":0},"b.sol":{"id":1}}} | ||
{ | ||
"contracts": | ||
{ | ||
"a.sol": | ||
{ | ||
"A2": | ||
{ | ||
"evm": | ||
{ | ||
"bytecode": | ||
{ | ||
"object": "<BYTECODE REMOVED>" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"sources": | ||
{ | ||
"a.sol": | ||
{ | ||
"id": 0 | ||
}, | ||
"b.sol": | ||
{ | ||
"id": 1 | ||
} | ||
} | ||
} |
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,13 @@ | ||
{"sources":{"a.sol":{"id":0},"b.sol":{"id":1}}} | ||
{ | ||
"sources": | ||
{ | ||
"a.sol": | ||
{ | ||
"id": 0 | ||
}, | ||
"b.sol": | ||
{ | ||
"id": 1 | ||
} | ||
} | ||
} |
Oops, something went wrong.