Matthias Kurz
Matthias Kurz
@isaacl Do you have time to add the benchmarks?
Also see #37
@ianknowles If you want to provide a pull request, we are happy to review it :wink:
@tototoshi Nice :+1: BTW, did you see https://github.com/sbt/sbt/discussions/6868, I didn't look into all of that, however has this something to do with our problem?
@unoexperto How about a pull request? :smile:
Related #153
@Finu I am pretty sure that is because you set ``` TwirlKeys.constructorAnnotations += "@javax.inject.Inject()" ``` in your `build.sbt`. Just remove that from your `build.sbt`. You don't have to set this...
I don't think that's a bug but a feature of the [new parser](https://github.com/playframework/twirl/blob/56d77bff1c1f617dca3ad5533e3642318f39b359/parser/src/main/scala/play/twirl/parser/TwirlParser.scala#L661). However I am not 100% sure...
No it doesn't. However I think this is actually not a bug, but a feature (funny, I know), see [this method](https://github.com/playframework/twirl/blob/56d77bff1c1f617dca3ad5533e3642318f39b359/parser/src/main/scala/play/twirl/parser/TwirlParser.scala#L661).
@SethTisue Actually my plan for Play is to set a `-Wconf` flag by default so all these unused import warnings for twirl templates would be ignored. That would mean however...