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

alleycats - Extract[F[_]] the only way to get the syntax is the deprecated one #4670

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

Commits on Oct 29, 2024

  1. Fixed issue typelevel#4642

    aluscent committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    80527cf View commit details
    Browse the repository at this point in the history
  2. Added header to file

    aluscent committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    992f72d View commit details
    Browse the repository at this point in the history
  3. Formatted using scalafmt

    aluscent committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2c1d797 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Changing ExtractOps class to value class

    The reason why I think it could make sense is that:
    1. This is a pretty valid use case for value classes in general and allows to save on memory allocations a little bit.
    2. Newer syntaxes in Cats-core use this approach a lot, see Applicative syntax for example:
    
    Co-authored-by: Sergey Torgashov <[email protected]>
    aluscent and satorg authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    b9b7e20 View commit details
    Browse the repository at this point in the history