scala-ide / scalariform

Scala source code formatter
http://scala-ide.github.com/scalariform/
MIT License
527 stars 148 forks source link

Compile project also for scala 2.12 #236

Closed alenkacz closed 7 years ago

ghprb-bot commented 7 years ago

Can one of the admins verify this patch?

kiritsuku commented 7 years ago

add to whitelist

ghprb-bot commented 7 years ago

Test FAILed.

alenkacz commented 7 years ago

@sschaef was that something for me?

alenkacz commented 7 years ago

I forgot to make the tests compatible with scalatest 3.0 - hopefully this time it will pass

ghprb-bot commented 7 years ago

Test PASSed.

alenkacz commented 7 years ago

@sschaef any idea when this is going to be merged and 2.12 released?

kiritsuku commented 7 years ago

This repo is not maintained right now. If you need changes, you have to fork and build a release for yourself.

tasuki commented 7 years ago

@sschaef: Can you provide more info please? Are there plans for the repo to be maintained in the future? Are there alternatives you'd suggest (scalafmt)? Or perhaps the repo should be handed over to someone who'd maintain it!

machaval commented 7 years ago

If someone needs a build I've merge this pr + some more and publish it under

<dependency>
  <groupId>com.github.machaval</groupId>
  <artifactId>scalariform_2.12</artifactId>
  <version>0.2.0</version>
</dependency>