Skip to content

Conversation

@giabao
Copy link

@giabao giabao commented Mar 13, 2014

No description provided.

giabao added 8 commits March 13, 2014 10:50
+ remove crossScalaVersions 2.11.0-{M8, M7}, add 2.11.0-RC1
+ update scalatest 2.1.0 for scala 2.10+ & scalatest 1.9.2 for scala 2.9.3
+ update scala-xml & scala-parser-combinators 1.0.0 (release)
…t class. Scalac warn that implicit conversion method should be enabled by making the implicit value scala.language.implicitConversions visible
…`evaluating {..} should produce[E]` -> `an[E] should be thrownBy {..}`

+ fixes warning (by IDEA) `empty-paren method accessed as parameterless`
+ remove unneccessary parentheses
+ remove many unused imports
+ convert implicit def to implicit class. Scalac warn that implicit conversion should be enable by making the implicit value scala.language.implicitConversions visible
+ make some `var` to `val`
+ use context bound instead of view bound
+ dont use postfix operators with empty parameter (ex: `seq.toList` instead of `seq toList`)
+ add `since` param to @deprecated annotation
…ilable in 2.10+. Note that, scalariform can still format scala 2.9.x source code (but need run scalarifom in scala 2.10+)
@kiritsuku
Copy link
Collaborator

Hey @giabao , scalariform has new maintainers. Are you interested in bringing this PR back to live? You would have to rebase against the master branch of https://github.com/scala-ide/scalariform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants