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

feat: migrate to scala 3 v2 #538

Merged
merged 20 commits into from
Dec 3, 2024
Merged

feat: migrate to scala 3 v2 #538

merged 20 commits into from
Dec 3, 2024

Commits on Nov 28, 2024

  1. fix: try to use extension methods

    Test are not compiling
    Cristian Cantarero committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d010923 View commit details
    Browse the repository at this point in the history
  2. Deprecate Sleep typeclass in favour of cats.Temporal.

    - Refactor package code and syntax code to use Temporal[M[_]]
    - Remove MonadError
    - Update core unit test using IO
    AlejandroBudy committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9c44d90 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. updated tests

    AlejandroBudy committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c9b3565 View commit details
    Browse the repository at this point in the history
  2. update documentation

    AlejandroBudy committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6e4289c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a10e47 View commit details
    Browse the repository at this point in the history
  4. fmt

    AlejandroBudy committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7fbf2d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70aca47 View commit details
    Browse the repository at this point in the history
  6. fix docs example

    AlejandroBudy committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ed10a8d View commit details
    Browse the repository at this point in the history
  7. remove extra space

    AlejandroBudy committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    456edba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08fd08f View commit details
    Browse the repository at this point in the history
  9. remove type E

    AlejandroBudy committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    413d2db View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/525-remove-the-sleep-type-class'…

    … into 526-finish-migrating-to-scala-3-v2
    
    # Conflicts:
    #	modules/core/shared/src/main/scala/retry/syntax/RetrySyntax.scala
    #	modules/core/shared/src/test/scala/retry/SyntaxSuite.scala
    #	modules/mtl/shared/src/main/scala/retry/mtl/RetrySyntax/retry.scala
    #	modules/mtl/shared/src/test/scala/retry/mtl/SyntaxSuite.scala
    Cristian Cantarero committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    81c2e36 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0bb11f View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'refs/remotes/origin/525-remove-the-slee…

    …p-type-class' into 526-finish-migrating-to-scala-3-v2
    Cristian Cantarero committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1beb3ca View commit details
    Browse the repository at this point in the history
  13. fix: use extension methods instead of defs

    Cristian Cantarero committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    319c57e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Merge remote-tracking branch 'origin/v4' into 526-finish-migrating-to…

    …-scala-3-v2
    
    # Conflicts:
    #	modules/core/shared/src/main/scala/retry/syntax/retry.scala
    #	modules/core/shared/src/test/scala/retry/PackageObjectSuite.scala
    #	modules/core/shared/src/test/scala/retry/SyntaxSuite.scala
    #	modules/mtl/shared/src/main/scala/retry/mtl/RetrySyntax/retry.scala
    #	modules/mtl/shared/src/test/scala/retry/mtl/PackageObjectSuite.scala
    #	modules/mtl/shared/src/test/scala/retry/mtl/SyntaxSuite.scala
    Cristian Cantarero committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a5b989b View commit details
    Browse the repository at this point in the history
  2. fix: use extension methods instead of defs

    Cristian Cantarero committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0e80048 View commit details
    Browse the repository at this point in the history
  3. fix: mdoc to compile

    Cristian Cantarero committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8be39c0 View commit details
    Browse the repository at this point in the history
  4. fix: rename file

    Cristian Cantarero committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f50cc1d View commit details
    Browse the repository at this point in the history
  5. fix: rename package

    Cristian Cantarero committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c8e1532 View commit details
    Browse the repository at this point in the history