Manuel Bernhardt
Manuel Bernhardt
This is pretty much an edge case but it seems that some projects need to be built with a pip constraints file, such as Airflow ([detailed description as to why...
``` scala scala> import scala.pickling._, Defaults._ import scala.pickling._ import Defaults._ scala> import json._ import json._ scala> case class Foo(list: List[String]) defined class Foo scala> Foo(List.empty).pickle :19: warning: method newTermName in...
Disclaimer: I'm not sure if what I am trying to do could in theory work, because I don't know enough about pickle theory. I'm trying to pickle a Java class...
This PR is cased on the `simplify-join` and `anti-entropy` branches. It introduces an experimental broadcasting mechanism based on consistent hashing of recipients. This approach allows to scale to a large...
@lalithsuresh here's a new pull request (I did a wrong manipulation to the other one). It should address all of your comments
Summarizing the discussion I've had with @lalithsuresh per e-mail on this topic so far: In the event of a 2-way network partition, consensus can be reached on the majority but...
I think this is yet another macro bitten by the infamous [SI-8776](https://issues.scala-lang.org/browse/SI-8776 - discussion [here]%28https://groups.google.com/forum/#!topic/scala-user/oJP9aqs88rM%29). A potential pragmatic workaround is to shuffle classes around until it forces the compilation order...
``` scala sealed trait Parent case class A(b: B) extends Parent case class B(foo: String) extends Parent ``` This _may_ go wrong depending on which (random? alphabetical?) order the subclasses...
I'm trying to get test reports when running the `it:test` integration-tests, but unsucessfuly so far: no file is being created. I've got the following options configured, even explicitly specifying the...
This builds drops support for Scala 2.9.2 since support for it has been dropped in cucumber-scala 1.1.7