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

Forward port changes from series/2.3 #1273

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 27, 2024

  1. Make Generic product and coproduct agree on definitions

    The issue is that we used a more narrow criteria to define
    what is a coproduct as opposed to what is a product.
    This created a discrepancy in the Generic instances.
    joroKr21 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0c62fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc30658 View commit details
    Browse the repository at this point in the history
  3. Capture implicit parameters at Generic materialization time

    Aligns the way implicit parameters work for case classes and
    other supported product types.
    joroKr21 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fb20474 View commit details
    Browse the repository at this point in the history