-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The property mappings
should contain a list of objects structured like this:
{
"gameVersion": "1.12.2",
"separator": "+build.",
"build": 1,
"maven": "org.quiltmc:quilt-mappings:1.12.2+build.1",
"version": "1.12.2+build.1",
"hashed": "1.12.2+build.1"
}
But the response looks like this:
{
//...
"mappings": [
"23w12a",
"1.19.4",
"1.19.2",
"1.19.3",
"1.19.4-rc3",
"1.19.4-rc2",
"1.19.4-rc1",
"1.19.4-pre4",
"1.19.4-pre3",
"1.19.4-pre2",
"1.19.4-pre1",
"23w07a",
"23w06a",
"23w05a",
"23w04a",
"23w03a",
"1.19.3-rc3",
"1.19.3-rc1",
"1.19.3-rc2",
"1.19.3-pre3",
"1.19.3-pre2",
"1.19.3-pre1",
"22w46a",
"22w45a",
"22w44a",
"22w43a",
"22w42a",
"1.18.2",
"1.19.2-rc2",
"1.19.2-rc1",
"1.19.1",
"1.19.1-rc3",
"1.19.1-rc2",
"1.19.1-pre6",
"1.19.1-pre5",
"1.19.1-pre4",
"1.19.1-pre3",
"1.19.1-pre2",
"1.19.1-rc1",
"1.19.1-pre1",
"22w24a",
"1.19-rc2",
"1.19",
"1.19-rc1",
"1.19-pre5",
"1.19-pre4",
"1.19-pre3",
"1.19-pre2",
"1.19-pre1",
"22w19a",
"22w18a",
"22w16b",
"22w17a",
"22w16a",
"22w15a",
"22w14a"
]
//...
}
Based on some skimming this might be a concurrency issue/race condition between populateMappings()
and populateQuiltMappings()
, both run this.arrays.put("mappings", [...]);
.
Metadata
Metadata
Assignees
Labels
No labels