Build: #3 was successful Code changes detected
Code commits
Scala mainline/master
-
Andrew Brett e0c2597d65b79d16b881a21e98c80c37513c8f5a m
Add scoverage tasks to gradle
[SCALA-18] -
Andrew Brett bffe7c60327005f9fc55a9a4813ae518495901e8 m
Merge pull request #56 in SCALA/mainline from feature/SCALA-21-sbt to dev
* commit 'dd8931bb73597a4970b944d9ae6363c69638c4c0':
Added sbt build scripts -
Andrew Brett dd8931bb73597a4970b944d9ae6363c69638c4c0 m
Added sbt build scripts
[SCALA-21]- .gitignore (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/Build.scala (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/Common.scala (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/Dependencies.scala (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/assembly.sbt (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/build.properties (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/codacy.sbt (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/dependency-graph.sbt (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/scalastyle.sbt (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
- project/scoverage.sbt (version dd8931bb73597a4970b944d9ae6363c69638c4c0) (diffs)
-
Andrew Brett d1a7ce5bcc7b9ed5eff715caacb370f7ad305771 m
Merge pull request #55 in SCALA/mainline from feature/SCALA-11-minor-changes to dev
* commit '728db71b96824a1f1c55ed5e6a989f91d3770ae1':
Don't output macro debugging information (in theory this is usable by IntelliJ, but that feature doesn't seem to work)
Remove repeated scalac options
Moved scalastyle config to location in root (in a project subdir, which is where IntelliJ will look for it)
Removed empty ActorLog trait, and changed usages to use akka ActorLogging
Fixed scalastyle issues in Macros project
Use akka logback.xml for akka-typed example
Delegate log implementations to scalalogging/ActorLogging
Add akka-slf4j dependency
Delete old-style typed actors example
Converted tabs to spaces
Update akka logger config to match new syntax
Exclude duplicated libs imported by spark
Move non-java/scala files into src/main/resources -
Andrew Brett 728db71b96824a1f1c55ed5e6a989f91d3770ae1 m
Don't output macro debugging information (in theory this is usable by IntelliJ, but that feature doesn't seem to work)
[SCALA-11] -
Andrew Brett 97196fc1482c6195ae7e06c8bb9d3b11a55afa26 m
Remove repeated scalac options
[SCALA-11] -
Andrew Brett 36de3be858b453eaf7fb50e3311932cf1f217bfb m
Moved scalastyle config to location in root (in a project subdir, which is where IntelliJ will look for it)
[SCALA-11] -
Andrew Brett 24e93ff03243c899b7bb65b722e266b0b6c59076 m
Removed empty ActorLog trait, and changed usages to use akka ActorLogging
[SCALA-11] -
Andrew Brett 1f69b5b5e9f63490db724e8555c6c0e83a6b8f0e m
Fixed scalastyle issues in Macros project
[SCALA-11] -
Andrew Brett 5de067880c7853d22a3c6f37797047c9fc7fcc8a m
Use akka logback.xml for akka-typed example
[SCALA-11] -
Andrew Brett ed559f2d96b005e2eee215a3b5a2f50f080cb332 m
Delegate log implementations to scalalogging/ActorLogging
[SCALA-11] -
Andrew Brett 85115afcbacd7d42abc84429058404bbd9bfbe8a m
Add akka-slf4j dependency
[SCALA-11] -
Andrew Brett 7915943d80f573b33b1fb76c60cdf59727e0f77b m
Delete old-style typed actors example
[SCALA-11] -
Andrew Brett 9d10c2fd2dc69f5c771fe2d59fe9cb09d47290b8 m
Converted tabs to spaces
[SCALA-11] -
Andrew Brett b8441dd38cf118579230064f862d3785099da7ef m
Update akka logger config to match new syntax
[SCALA-11] -
Andrew Brett ba2a38f1443bf401c7c4130a523b49924c00c7e2 m
Exclude duplicated libs imported by spark
[SCALA-11] -
Andrew Brett fad37eda5e82669334c6194174aabb5f9da484c7 m
Move non-java/scala files into src/main/resources
[SCALA-11]- Core/src/main/resources/application.conf (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/resources/logback.xml (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/resources/org/bretts/scala/actors/akka/logback.xml (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/resources/org/bretts/scala/actors/akka/remote/master.conf (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/resources/org/bretts/scala/actors/akka/remote/remote.conf (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/scala/application.conf (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/scala/logback.xml (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/scala/org/bretts/scala/actors/akka/logback.xml (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/scala/org/bretts/scala/actors/akka/remote/master.conf (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)
- Core/src/main/scala/org/bretts/scala/actors/akka/remote/remote.conf (version fad37eda5e82669334c6194174aabb5f9da484c7) (diffs)