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

Break up Types.scala #460

Merged
merged 8 commits into from
Mar 11, 2023
Merged

Break up Types.scala #460

merged 8 commits into from
Mar 11, 2023

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Mar 11, 2023

It's grown a bit large over time. This breaks out the following files:

  • ObjectContexts.scala
  • CaseClassReadWriters.scala
  • TupleReadWriters.scala

Also some renamings, {Case,Singleton}{R,W} are now {Case,Singleton}{Reader,Writer}

The Tagged* stuff still remains in Types.scala, because it is bound relatively tightly to RW.merge and RW.join. Breaking that up can be future work

@lihaoyi lihaoyi marked this pull request as ready for review March 11, 2023 07:19
@lihaoyi lihaoyi merged commit 1e3061c into main Mar 11, 2023
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

Successfully merging this pull request may close these issues.

1 participant