We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39eef89 commit f1b0ec0Copy full SHA for f1b0ec0
scripts/ci_test_solc_multi_file.sh
@@ -7,13 +7,13 @@ normalize_file() {
7
def sort_deps:
8
if type == "object" then
9
# Process each key-value pair
10
- to_entries | map(
+ with_entries(
11
if .key == "contractDependencies" and (.value | type == "array") then
12
.value = (.value | sort)
13
else
14
.value = (.value | sort_deps)
15
end
16
- ) | from_entries
+ )
17
elif type == "array" then
18
# Process each array element recursively
19
map(sort_deps)
0 commit comments