This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[warn] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/Corecursive.scala:35: [wartremover:Recursion] Unmarked recursion | |
[warn] f(a).flatMap(_.traverse(anaM(_)(f))) ∘ (embed(_)) | |
[warn] ^ | |
[warn] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/Corecursive.scala:50: [wartremover:Recursion] Unmarked recursion | |
[warn] k(x).traverse(_.join.traverse(f) >>= loop) ∘ (embed(_)) | |
[warn] ^ | |
[warn] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/Corecursive.scala:60: [wartremover:Recursion] Unmarked recursion | |
[warn] def loop(x: N[Base[A]]): T = embed(k(x) ∘ (x => loop(x >>= ψ))) | |
[warn] ^ | |
[warn] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/Corecursive.scala:71: [wartremover:Recursion] Unmarked recursion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.w3c.dom.DOMException: <unknown>: | |
The attribute "stroke" represents an invalid CSS value ("transparent"). | |
Original message: | |
The "transparent" identifier is not a valid value for the "stroke" property. | |
at org.apache.batik.css.engine.CSSEngine.getCascadedStyleMap(Unknown Source) | |
at org.apache.batik.css.engine.CSSEngine.getComputedStyle(Unknown Source) | |
at org.apache.batik.bridge.CSSUtilities.getComputedStyle(Unknown Source) | |
at org.apache.batik.bridge.CSSUtilities.convertDisplay(Unknown Source) | |
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source) | |
at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** v *** *** vopt *** *** vsub *** *** voptsub *** | |
'x := 'x := <?> <?> | |
| | | | | |
+- 3 +- 3 +- <?> +- 10 | |
| | | | | | |
`- <?> `- <?> | +- 2 `- <?> | |
| | | | | | |
+- <?> +- 10 | `- 3 +- 3 | |
| | | | | | |
| +- 2 `- <?> `- <?> `- 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] /s/slamdata/quasar/couchbase/src/main/scala/quasar/physical/couchbase/planner/MapFuncPlanner.scala:248: reference to Split is ambiguous; | |
[error] it is imported twice in the same scope by | |
[error] import scalaz._ | |
[error] and import quasar.physical.couchbase.N1QL._ | |
[error] Split(SelectField(a1, str(TimestampKey)).embed, dateTimeDelim).embed, | |
[error] ^ | |
[error] /s/slamdata/quasar/couchbase/src/main/scala/quasar/physical/couchbase/planner/MapFuncPlanner.scala:374: reference to Eq is ambiguous; | |
[error] it is imported twice in the same scope by | |
[error] import quasar.physical.couchbase.N1QL._ | |
[error] and import quasar.Predef._ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v211 | |
610:[log typer] infer method inst Some.apply[A], tparams = List(type A), args = List(scala.this.Int), | |
pt = ?, lobounds = List(scala.this.Nothing), parambounds = List() | |
v212 | |
513:[log typer] infer method inst Some.apply[A], tparams = List(type A), args = List(scala.this.Int), | |
pt = scala.this.Option[scala.this.Int], lobounds = List(scala.this.Nothing), parambounds = List() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psp@seed:/s/github/scala/scala (t10208) ag 'Normalized type alias function' ./v211 | |
468:[log typer] Normalized type alias function _1.type#λ: [α]_1.type#λ[α] | |
484:[log typer] Normalized type alias function _2.type#λ: [α]_2.type#λ[α] | |
492:[log typer] Normalized type alias function _3.type#λ: [α]_3.type#λ[α] | |
497:[log typer] Normalized type alias function _4.type#λ: [α]_4.type#λ[α] | |
516:[log typer] Normalized type alias function _5.type#λ: [α]_5.type#λ[α] | |
532:[log typer] Normalized type alias function _6.type#λ: [α]_6.type#λ[α] | |
552:[log typer] Normalized type alias function _7.type#λ: [α]_7.type#λ[α] | |
557:[log typer] Normalized type alias function _8.type#λ: [α]_8.type#λ[α] | |
psp@seed:/s/github/scala/scala (t10208) ag 'Normalized type alias function' ./v212 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] Compiling 584 Scala sources and 120 Java sources to /s/github/scala/scala/build/quick/classes/library... | |
[warn] scala/Responder.scala:44: [wartremover:Recursion] Unmarked recursion | |
[warn] for (_ <- r; y <- loop(r)) yield y | |
[warn] ^ | |
[warn] scala/Responder.scala:47: [wartremover:Recursion] Unmarked recursion | |
[warn] if (cond) for (_ <- r; y <- loopWhile(cond)(r)) yield y | |
[warn] ^ | |
[warn] scala/StringContext.scala:240: [wartremover:Recursion] Unmarked recursion | |
[warn] loop(idx, str.indexOf('\\', idx)) | |
[warn] ^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psp@seed:/s/slamdata/matryoshka (psp-wart) sbtx coreJVM/compile | |
[info] Loading global plugins from /c/.sbt/0.13/plugins | |
[info] Loading project definition from /s/slamdata/matryoshka/project | |
[info] Updating {file:/s/slamdata/matryoshka/project/}matryoshka-build... | |
[info] Resolving org.fusesource.jansi#jansi;1.4 ... | |
[info] Done updating. | |
[warn] There may be incompatibilities among your library dependencies. | |
[warn] Here are some of the libraries that were evicted: | |
[warn] * com.typesafe.sbt:sbt-site:(0.8.1, 1.0.0) -> 1.1.0 | |
[warn] Run 'evicted' to see detailed eviction warnings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:48: [wartremover:Recursion] Unmarked recursion | |
[error] F(freeEqual[F].apply(eq)).equal(f1, f2) | |
[error] ^ | |
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:58: [wartremover:Recursion] Unmarked recursion | |
[error] Show.show(_.resume.fold(F(freeShow[F].apply(s)).show(_), s.show(_))) | |
[error] ^ | |
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:48: [wartremover:Recursion] Unmarked recursion | |
[error] F(freeEqual[F].apply(eq)).equal(f1, f2) | |
[error] ^ | |
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:58: [wartremover:Recursion] Unmarked recursion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cyberactivism | |
cyberactivist | |
cyberaddict | |
cyberaddiction | |
cyberadvocacy | |
cyberage | |
cyberanarchism | |
cyberanarchist | |
cyberanarchy | |
cyberart |