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

Generate a shapeless Coproduct instead of a placeholder type #197

Merged
merged 2 commits into from
Dec 31, 2019

Commits on Dec 30, 2019

  1. Generate a shapeless Coproduct instead of a placeholder type

    Previously we were generating a made-up type `Cop[A :: B :: TNil]`.
    There is code in the Mu sbt plugin to rewrite it to `A :+: B :+: CNil`
    using some regex nastiness. We may as well generate a real type in the
    first place and remove the need for rewriting.
    cb372 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    2823373 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    a902d9b View commit details
    Browse the repository at this point in the history