sbt / sbt-boilerplate

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

Numbers in namespace templating #10

Closed alexander-myltsev closed 10 years ago

alexander-myltsev commented 10 years ago

Hi guys,

Template

package org.parboiled2

object Test

in translated to

package org.parboiled23

object Test

How to keep namespace invariant to translation?

marklister commented 10 years ago

https://github.com/marklister/sbt-boilerplate/commit/4f0daf68938b12b67949a2f14ba00f32e755a0b6

marklister commented 10 years ago

And you can try org.parboiled##2 in the template

alexander-myltsev commented 10 years ago

I expect org.parboiled##2 starts working after PR is waiting. So, I am waiting for it.

jrudolph commented 10 years ago

Thanks, I'm working on it.

jrudolph commented 10 years ago

Btw. that's a clean duplicate of #3. Closing...