You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume that we would still want to keep machinist for Scala versions before Dotty. How could we go about doing this? Is there a way to make Machinist a no-op for Dotty and still work the same for previous versions?
I hit this today. The cats syntax macros broke my dotty use of the syntax. I think we can simply replace the macros with inline defs. Unless they are doing something very clever. So what's the magic for building two versions of the macros project, one using machinist, and one with manually plumbed inline defs?
Ref https://gitter.im/typelevel/general?at=5c0072ae464b6c0fd667cdfc
The text was updated successfully, but these errors were encountered: