Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearer error messages for detected usage of empty case classes and singleton types #291

Open
andyglow opened this issue Nov 2, 2022 · 0 comments

Comments

@andyglow
Copy link
Owner

andyglow commented Nov 2, 2022

drives fixes originally described in #287

Examples

case class EmptyCC() // <- need better error message when deriving schema out of it
case object SingletonType // <- need better error message when deriving schema out of it

case class Example1(field: EmptyCC) // <- need better error message when deriving schema out of it
case class Example2(field: SingletonType.type) // <- need better error message when deriving schema out of it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant