Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Convert stringmask macro to the scalac compiler plugin #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mkubala
Copy link
Member

@mkubala mkubala commented Apr 5, 2016

Please hold on with merging this PR, as long as the following things are missing:

  • Fix build for Scala 2.10.x
  • Proper publish settings
  • Readme update
  • More tests
  • Example project

Solid code review will be much welcomed :)

override def transform(tree: global.Tree): global.Tree = {
val transformedTree = super.transform(tree)
transformedTree match {
case classDef: ClassDef if isAnnotatedCaseClass(classDef) =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants