Arnout Engelen
Arnout Engelen
(fixed merge conflicts)
You're right, I seem to have missed some scopes/modules - https://github.com/apache/pekko/pull/1689 should help
WordCountDocExampleSpec should be OK again since #340. Let's keep this open for now to track other failures
> This kind of utility function has cropped up due to needing to fulfill a pretty basic/common scenario, i.e. in my case I have a `Source` of elements and a...
> > I haven't added documentation, @raboof @jrudolph @He-Pin maybe you can let me know where to put it. > > I _think_ the CI "doc check" should tell you...
> > Just for my understanding: why would you want to keep the `None` elements at all, rather than doing something like `optionals.flatMapConcat(o => Source.fromIterable(o))`? Is this because the `None`...
> > Right, that is indeed a common use case. To nitpick: losing the cursor should never be a functional problem, but always be an optimization, right? Still, a worthwhile...
> The Akka counterparts of the artifacts already had these in place, so the contents were trivial. Does that mean you derived these artifacts from the Akka artifacts? What license...
I agree dropping the module seems reasonable. If someone steps up and offers to revive/maintain the module they can do so outside of the ASF. Might be worth highlighting on...
Seems like it was failing with: ``` Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /tmp/lmdbjava-native-library-16392340801923603006.so) ``` Seems like that symbol was introduced in a glibc...