Skip to content

Instantly share code, notes, and snippets.

View paulp's full-sized avatar
🤫

Paul Phillips paulp

🤫
  • CAZ, Inc.
  • Cascadia Autonomous Zone
View GitHub Profile
[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
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)
@paulp
paulp / output.txt
Last active March 6, 2017 22:12
matryoshka
*** v *** *** vopt *** *** vsub *** *** voptsub ***
'x := 'x := <?> <?>
| | | |
+- 3 +- 3 +- <?> +- 10
| | | | |
`- <?> `- <?> | +- 2 `- <?>
| | | | |
+- <?> +- 10 | `- 3 +- 3
| | | | |
| +- 2 `- <?> `- <?> `- 3
[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._
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()
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
[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] ^
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
[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
@paulp
paulp / cybers.txt
Created February 17, 2017 01:04
the cybers
cyberactivism
cyberactivist
cyberaddict
cyberaddiction
cyberadvocacy
cyberage
cyberanarchism
cyberanarchist
cyberanarchy
cyberart