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

Errors with nested case classes #94

Open
brinklec opened this issue Apr 5, 2019 · 0 comments
Open

Errors with nested case classes #94

brinklec opened this issue Apr 5, 2019 · 0 comments

Comments

@brinklec
Copy link

brinklec commented Apr 5, 2019

As reported on gitter, derivation appears to fail across the board for nested case classes, even with explicit derive calls on the inner ones.

csvTest1.txt
csvTest2.txt

Above are two differently constructed minimal examples.

I don't mind doing explicit derivation on the inner ones, though of course it would be nice if that were not needed.

I don't actually need fully general nesting, either.

I'm using nested case classes for stronger typing on database records. Each inner case class only takes a single argument with a type built into the language. An outer one typically has many arguments, each of which is one of the inner ones just described.

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