Skip to content

Commit

Permalink
Keep existing macros for bincompat
Browse files Browse the repository at this point in the history
  • Loading branch information
nox213 committed Dec 7, 2024
1 parent f33336d commit 4319c72
Show file tree
Hide file tree
Showing 3 changed files with 787 additions and 289 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ trait MacroImplicits extends MacrosCommon { this: upickle.core.Types =>
def macroW[T]: Writer[T] = macro MacroImplicits.applyW[T]
def macroRW[T]: ReadWriter[T] = macro MacroImplicits.applyRW[ReadWriter[T]]

def macroR0[T, M[_]]: Reader[T] = macro internal.Macros.macroRImpl[T, M]
def macroW0[T, M[_]]: Writer[T] = macro internal.Macros.macroWImpl[T, M]
def macroR0[T, M[_]]: Reader[T] = macro internal.Macros2.macroRImpl[T, M]
def macroW0[T, M[_]]: Writer[T] = macro internal.Macros2.macroWImpl[T, M]
}

Loading

0 comments on commit 4319c72

Please sign in to comment.