You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI, npm, or app.quicktype.io: CLI
Version: 23.0.170
Description
In the generated Scala3 output there is a missing ReadWriter annotation for the generated enum Color, which leads to a build failure while the uPickle macro is trying run:
No given instance of type ReadersVersionSpecific_this.Reader[
[error] | quicktype.Color] was found.
Issue Type
Output
Context (Environment, Version, Language)
Input Format: JSON Schema
Output Language: Scala3+uPickle
CLI, npm, or app.quicktype.io: CLI
Version: 23.0.170
Description
In the generated Scala3 output there is a missing
ReadWriter
annotation for the generatedenum Color
, which leads to a build failure while the uPickle macro is trying run:Input Data
Expected Behaviour / Output
Current Behaviour / Output
Steps to Reproduce
It also reproduces in the webapp, so easiest repro is:
Possible Solution
Just adjust the generator to add the necessary derive for enums.
The text was updated successfully, but these errors were encountered: