-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
$ cargo typify ./factorio-data-raw-json-schema.full.json
The application panicked (crashed).
Message: Failed to make unique variant names for [=,>,<,≥,>=,≤,<=,≠,!=]
Location: C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\typify-impl-0.5.0\src\type_entry.rs:286Offending definition:
"ComparatorString": {
"description": "https://lua-api.factorio.com/stable/types/ComparatorString.html",
"anyOf": [
{
"type": "string",
"const": "="
},
{
"type": "string",
"const": ">"
},
{
"type": "string",
"const": "<"
},
{
"type": "string",
"const": "\u2265"
},
{
"type": "string",
"const": ">="
},
{
"type": "string",
"const": "\u2264"
},
{
"type": "string",
"const": "<="
},
{
"type": "string",
"const": "\u2260"
},
{
"type": "string",
"const": "!="
}
]
},EDIT: Seems like this is the same issue as #749
Metadata
Metadata
Assignees
Labels
No labels