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
I think we can automatically generate * override based on case-class and column structure in the table, if that's what's on your mind. But for this to be complete (eg. no red squiggles in IntelliJ), I believe we should introduce scala-meta based solution. I was thinking of a few cases where we would need scala-meta anyway eg. generation of Free / tagless patterns. Stay tuned
This does not compile for obvious reasons and needs a change to
(id, name) <> ((Member.apply _).tupled, Member.unapply)
.Even worse, let's consider this:
It won't compile again due to ambiguous reference.
Can kebs help with that?
The text was updated successfully, but these errors were encountered: