sbt / sbt-boilerplate

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

Fix for issue #12 escape sharp #14

Closed marklister closed 8 years ago

marklister commented 9 years ago

I had to clean up some "fixing" that intelliJ did for me.

marklister commented 9 years ago

The last commit widens the search for templates to unmanaged sources, which I needed in a cross compiled scala-js project.

jrudolph commented 8 years ago

@marklister sorry for letting this lie around for years. I have "remixed" your commits a bit and will merge something soon.

"Search unmanaged sources for templates too" doesn't seem to work for me. At least it changes the semantics from before because it doesn't include the boilerplate directory any more, right?

Anyway, we should make this a separate change if needed.

jrudolph commented 8 years ago

I merged most of this but the "Search unmanaged sources for templates too" commit so far.

Thanks again, @marklister!

marklister commented 8 years ago

Thanks! I'll test it against product-collections and file issues for anything remaining.