Skip to content

Instantly share code, notes, and snippets.

View RSchulz's full-sized avatar

Randall Schulz RSchulz

  • Box, Inc,
  • Silicon Valley
View GitHub Profile
Hit enter to retry or 'exit' to quit:
[info] Recompiling plugin definition...
[info] Source analysis: 1 new/modified, 0 indirectly invalidated, 0 removed.
[info]
[info] Updating plugins...
[info] downloading http://mpeltonen.github.com/maven/com/github/mpeltonen/sbt-idea-core_2.7.7/0.1-SNAPSHOT/sbt-idea-core_2.7.7-0.1-SNAPSHOT.jar ...
[info] [SUCCESSFUL ] com.github.mpeltonen#sbt-idea-core_2.7.7;0.1-SNAPSHOT!sbt-idea-core_2.7.7.jar (508ms)
[info] downloading http://mpeltonen.github.com/maven/com/github/mpeltonen/sbt-idea-plugin/0.1-SNAPSHOT/sbt-idea-plugin-0.1-SNAPSHOT.jar ...
[info] [SUCCESSFUL ] com.github.mpeltonen#sbt-idea-plugin;0.1-SNAPSHOT!sbt-idea-plugin.jar (167ms)
[info] :: retrieving :: plugin-definition#plugin-definition_2.7.7 [sync]
{
"type":"unidb",
"params":{
"status":"success",
"comment":{
"unidb":"comment_4"
}
},
"db":{
"comment_4":{
null
java.lang.StackOverflowError
at org.jetbrains.plugins.scala.lang.psi.types.Conformance$.conformsInner(Conformance.scala:94)
at org.jetbrains.plugins.scala.lang.psi.types.Conformance$.conforms(Conformance.scala:58)
at org.jetbrains.plugins.scala.lang.psi.types.ScType$class.conforms(ScType.scala:25)
at org.jetbrains.plugins.scala.lang.psi.types.ScParameterizedType.conforms(ScParameterizedType.scala:63)
at org.jetbrains.plugins.scala.lang.psi.api.expr.ScExpression$class.tryTp$1(ScExpression.scala:62)
at org.jetbrains.plugins.scala.lang.psi.api.expr.ScExpression$class.inner$1(ScExpression.scala:79)
at org.jetbrains.plugins.scala.lang.psi.api.expr.ScExpression$class.getTypeAfterImplicitConversion(ScExpression.scala:110)
at org.jetbrains.plugins.scala.lang.psi.impl.expr.ScGenericCallImpl.getTypeAfterImplicitConversion(ScGenericCallImpl.scala:27)
package rrs
trait Configurable
{
val dir = "/foo/bar"
val env = "config1.cfg"
implicit val cde = (dir, env)
}
==> make
make
make all-recursive
Making all in glib
make all-recursive
Making all in .
make[4]: Nothing to be done for `all-am'.
Making all in m4macros
make[4]: Nothing to be done for `all'.
Making all in glib
==> Downloading http://tukaani.org/xz/xz-5.0.3.tar.bz2
Already downloaded: /Library/Caches/Homebrew/xz-5.0.3.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/xz-5.0.3.tar.bz2
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xz/5.0.3
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xz/5.0.3
XZ Utils 5.0.3
System type:
checking build system type... x86_64-apple-darwin12.0.0
==> Downloading http://tukaani.org/xz/xz-5.0.3.tar.bz2
Already downloaded: /Library/Caches/Homebrew/xz-5.0.3.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/xz-5.0.3.tar.bz2
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xz/5.0.3
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xz/5.0.3
XZ Utils 5.0.3
System type:
checking build system type... x86_64-apple-darwin12.0.0
HOMEBREW_VERSION: 0.9.2
HEAD: c3fa339ec1d3795c4d36391fb923a1b5ade1d415
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.8-x86_64
Xcode: 4.4
CLT: 4.4.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: N/A
import net.box.sbt._
seq(BoxSettings.boxSettings :_*)
name := "box-common"
version := "1.112-SNAPSHOT"
crossScalaVersions := Seq("2.9.0-1", "2.9.1")
name := "scala-zookeeper-client"
version := "3.0.2-SNAPSHOT"
crossScalaVersions := Seq("2.9.0-1", "2.9.1")
resolvers += "Box Dev Repo" at "http://maven.dev.box.net:8081/nexus/content/groups/public"
resolvers += "Twitter Repository" at "https://svn.twitter.biz/maven/"