sbt / sbt-boilerplate

sbt plugin for generating scala.Tuple/Function related boilerplate code
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

FixedString parser too primitive #4

Closed marklister closed 10 years ago

marklister commented 11 years ago

If you are trying to prevent alteration of say "Tuple11" you need to rewrite it as "Tuple##1##1"

I'm adding REPL sessions to my scaladoc and this makes things quite messy. Pull request on the way.