Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upnew finch version #1732
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
blee-techempower
Oct 19, 2015
Contributor
Has error while setting up environment.
Setup finch: [info] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scala-sbt.plugins/sbt-onejar/scala_2.10/sbt_0.13/0.8/jars/sbt-onejar.jar ...
Setup finch: [info] [SUCCESSFUL ] org.scala-sbt.plugins#sbt-onejar;0.8!sbt-onejar.jar (2533ms)
Setup finch: [info] Done updating.
Setup finch: [error] ======
Setup finch: [error] name := """techempower-benchmarks-finch"""
Setup finch: [error]
Setup finch: [error] version := "0.0.1"
Setup finch: [error]
Setup finch: [error] scalaVersion := "2.11.7"
Setup finch: [error]
Setup finch: [error] com.github.retronym.SbtOneJar.oneJarSettings
Setup finch: [error]
Setup finch: [error] mainClass in (Compile, run) := Some("WebServer")
Setup finch: [error]
Setup finch: [error] libraryDependencies ++= Seq(
Setup finch: [error] <<<<<<< HEAD
Setup finch: [error] "com.github.finagle" %% "finch-core" % "0.7.1",
Setup finch: [error] "com.github.finagle" %% "finch-argonaut" % "0.7.1"
Setup finch: [error] =======
Setup finch: [error] "com.github.finagle" %% "finch-core" % "0.8.0",
Setup finch: [error] "com.github.finagle" %% "finch-circe" % "0.8.0",
Setup finch: [error] "io.circe" %% "circe-core" % "0.1.1",
Setup finch: [error] "io.circe" %% "circe-generic" % "0.1.1",
Setup finch: [error] "io.circe" %% "circe-jawn" % "0.1.1"
Setup finch: [error] >>>>>>> 95b5ef2219e37e3d12005a08d16fd01cec825cd1
Setup finch: [error] )
Setup finch: [error]
Setup finch: [error] resolvers += Resolver.sonatypeRepo("snapshots")
Setup finch: [error] ======
Setup finch: [error] [/home/aznnobless/FrameworkBenchmarks/frameworks/Scala/finch/build.sbt]:21: Invalid literal number
Program halted at this point.
Please resolve the error.
|
Has error while setting up environment.
Program halted at this point. Please resolve the error. |
added some commits
Oct 20, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
whiplash
commented
Oct 20, 2015
|
It should be ok now |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
blee-techempower
Oct 20, 2015
Contributor
Localtest failed again.
================================================================================
Verification Summary
| Test: finch
| plaintext : FAIL
| json : FAIL
================================================================================
Please resolve this issue.
|
Localtest failed again.
Please resolve this issue. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
whiplash
commented
Oct 20, 2015
|
Fixed mistake specifying |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
blee-techempower
Oct 20, 2015
Contributor
Passed localtest.
================================================================================
Verification Summary
| Test: finch
| plaintext : WARN
| json : WARN
================================================================================
|
Passed localtest.
|
added a commit
that referenced
this pull request
Oct 20, 2015
blee-techempower
merged commit d5b976a
into
TechEmpower:master
Oct 20, 2015
1 check failed
continuous-integration/travis-ci/pr
The Travis CI build could not complete due to an error
Details
added a commit
that referenced
this pull request
Oct 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
whiplash commentedAug 27, 2015
No description provided.