aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-02-17 15:54:28 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-03-11 14:43:06 +0100
commit65dee79159daddd987eee0e5363d00d662e611e1 (patch)
tree13e0070251c40f5a29a023c53d240f11844e1771
parentc1e014c6c7da71987f21ad0db76126261c893f4e (diff)
downloaddotty-65dee79159daddd987eee0e5363d00d662e611e1.tar.gz
dotty-65dee79159daddd987eee0e5363d00d662e611e1.tar.bz2
dotty-65dee79159daddd987eee0e5363d00d662e611e1.zip
Update version of scalac fork.
Includes fixed for emitting string concatenation if string originates from an array. Eg `"hello " + Array("world")(0)`
-rwxr-xr-xbin/dotc2
-rw-r--r--project/Build.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/dotc b/bin/dotc
index 6d0bf72ce..430469703 100755
--- a/bin/dotc
+++ b/bin/dotc
@@ -6,7 +6,7 @@
# Configuration
SCALA_VERSION=2.11.5
SCALA_BINARY_VERSION=2.11
-SCALA_COMPILER_VERSION=2.11.5-20141212-151631-beaa78b033
+SCALA_COMPILER_VERSION=2.11.5-20150216-154453-f58d45491b
DOTTY_VERSION=0.1
JLINE_VERSION=2.12
bootcp=true
diff --git a/project/Build.scala b/project/Build.scala
index e6725bb26..80e52250c 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -31,7 +31,7 @@ object DottyBuild extends Build {
// get reflect and xml onboard
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-xml" % "1.0.1",
- "me.d-d" % "scala-compiler" % "2.11.5-20141212-151631-beaa78b033",
+ "me.d-d" % "scala-compiler" % "2.11.5-20150216-154453-f58d45491b",
"jline" % "jline" % "2.12"),
// get junit onboard