stags
stags copied to clipboard
Scala tags generator
i'm working with: ```commit 2da2bb656daf6a31ef0441be17f629cae8f73a89 (HEAD -> master, origin/master, origin/HEAD) Author: Pedro Rodriguez Date: Mon Mar 15 17:52:54 2021 -0400 Change the local tutorial ``` trying to build using GraalVM...
Fails with: ``` Error matching Nil in line val m.Source(m.Pkg(_, stats) :: Nil) = source.transform { // Remove bodies from methods like `private def foo: Unit` that can't be abstract....
Currently, a tag address for: ```scala def foo[A, B, C](a: A, b: B, c: C): Baz ``` Would create the tag address: ``` def \zsfoo[A, B, C](a: A, b: B,...
RE: https://github.com/pjrt/stags/blob/master/stags/src/test/scala/co/pjrt/stags/TagGeneratorTest.scala#L133-L134
As mentioned here: https://github.com/pjrt/stags/issues/2#issuecomment-315360895 we should use https://github.com/olafurpg/scala-repos/ in order to test against a larger set of scalacode. This doesn't replace our normal unit tests but gives us some smoke...