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

Bye Scala Meta #77

Merged
merged 38 commits into from
Jul 10, 2019
Merged

Bye Scala Meta #77

merged 38 commits into from
Jul 10, 2019

Conversation

notxcain
Copy link
Owner

@notxcain notxcain commented Jul 10, 2019

This PR removes scala.meta based macro annotation in favour of good ol' macros.

tl;dr
Replace this

import aecor.macros.boopickleWireProtocol

@boopickleWireProtocol
trait Algebra[F[_]] {}

with this

import aecor.macros.boopickle.BoopickleWireProtocol
import aecor.encoding.WireProtocol

trait Algebra[F[_]] {}

object Algebra {
  implicit def wireProtocol: WireProtocol[Algebra] = BoopickleWireProtocol.derive
}

Duplicate #71

@notxcain notxcain added this to the 0.19.0 milestone Jul 10, 2019
@notxcain notxcain merged commit 31bbd9b into master Jul 10, 2019
@notxcain notxcain deleted the rm-scalameta branch July 10, 2019 13:27
@notxcain notxcain mentioned this pull request Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant