He-Pin(kerr)

Results 338 issues of He-Pin(kerr)

``` Collection Vector(64783600, 48535700, 60957000, 108258800, 160869000, 340000700, 670156900) elements are not increasing strictly ScalaTestFailureLocation: akka.stream.scaladsl.RetryFlowSpec at (RetryFlowSpec.scala:294) org.scalatest.exceptions.TestFailedException: Collection Vector(64783600, 48535700, 60957000, 108258800, 160869000, 340000700, 670156900) elements are not...

failed
t:stream

References https://github.com/akka/akka/issues/19752

t:stream

```java final protected def emitMultiple[T](out: Outlet[T], elems: java.lang.Iterable[T], andThen: () => Unit): Unit ``` Add this for Java API?

0 - new
t:stream

refs: https://discourse.llvm.org/t/llvm-15-0-0-release/65099

## Compiler version 3.1.2 Rrror: https://github.com/akka/akka/runs/8294129202?check_suite_focus=true From: https://github.com/akka/akka/pull/31345 ## Minimized code Sorry I have not minimized it :( ```Scala def combine[T, U, M]( sources: java.util.List[_ other } else immutable.Seq() import...

itype:bug
area:typer

Scala 3.2.0 in REPL ![image](https://user-images.githubusercontent.com/501740/189844331-6218f980-2250-4126-9792-5def2b0cd658.png) with input: `va c:Long = 1` Expection: Is there any chance that reminds me there should be a `val`?

itype:enhancement
area:repl

## steps ## problem 1.7.1 with : https://github.com/akka/akka/pull/31579 It's github workflow is using `+~ 3 ` now. with ```scala val allScalaVersions = Seq(scala213Version, scala212Version, scala31Version, scala32Version) ``` I want to...

Bug

```scala def mapAccumulate[S, O2](init: S)(f: (S, O) => (S, O2)): Stream[F, (S, O2)] ``` to ```scala def mapAccumulate[S, O2](init: => S)(f: (S, O) => (S, O2)): Stream[F, (S, O2)] ```...

References https://github.com/akka/akka/issues/19752

Currently there is only `ExecutionContextExecutor` which does this, but when a method accepts `ExecutionContext`, then it's not that easy to use it in Java, because In Java, we usually use...

concurrency