fedora-infra / mobile

An Android app that allows the Fedora community to interact with Fedora's web apps on the go.
https://fedoraproject.org/mobile
Other
27 stars 10 forks source link

Start using the typelevel fork of scalac #40

Closed relrod closed 9 years ago

relrod commented 9 years ago

This is just a tracking/reminder ticket for now. The scalac fork is very new and not much has changed yet, but once there is a release out later on down the road, I'd like to start building against it for a lot of reasons.

This should hopefully just be a matter of changing scalaVersion in our build file, and making sure our deps still work. After that, we can start enabling a bunch of the new (currently planned) scalac flags which will let us do various things and obtain varying (better than present) degrees of confidence in the code.

relrod commented 9 years ago

https://github.com/fedora-infra/mobile/tree/typelevel - but it requires a local build of TLC (TypeLevel Compiler) for now.

relrod commented 9 years ago

Worth noting also that we won't need a Fedora package containing this fork for Jenkins or anything, since SBT will fetch the right Scala version.

relrod commented 9 years ago

Going to not do this for the time being.