akka github source contains unprintable characters -
i downloaded akka source github. find many files have these junk characters in them.
=> converts ⇒
<- converts �
trait onlycausestacktrace { self: throwable ⇒ override def fillinstacktrace(): throwable = { setstacktrace(getcause match { case null ⇒ array.empty case ⇒ some.getstacktrace }) } }
this present in every version. akka-master, akka-releasing-2.2-m2 , akka-release-2.1
these give error when import code eclipse after generating eclipse project sbt
how download: download zip
file github website. cannot use eclipse import github behind firewall.
no, you're not editing them using utf-8 (as in): https://github.com/akka/akka/blob/master/project/akkabuild.scala#l575
Comments
Post a Comment