cddl-codegen icon indicating copy to clipboard operation
cddl-codegen copied to clipboard

Generated JSON filenames are invalid on Windows

Open SebastienGllmt opened this issue 1 year ago • 0 comments

(low priorty)

The path names generated for JSON objects use :: (ex: json-gen/schemas/cml_crypto::Ed25519KeyHash.json)

This works fine on Ubuntu, but for Windows colons are not allowed in filenames so this creates an issue

You can see the line that generates the filenames here

SebastienGllmt avatar Jan 02 '24 21:01 SebastienGllmt