Dimitri Ho
Dimitri Ho
It seems that caseapp can't find annotations on commands. When running the following command in sbt: ``` sbt:case-app-root> testsJVM/test:runMain caseapp.demo.CommandAppTest --help ``` I expect to see: ``` Demo Usage: demo-cli...
Also fixes #3502
Steps to reproduce: - generate a compressed file ```sh echo foo > foo; echo bar > bar; gzip -c foo bar > foobar.gz ``` - run the following code ```scala...
fs2 version: 3.11.0 scala version: 3.3.4 [Scastie](https://scastie.scala-lang.org/eDo0xTsNQJmG5UTC88Xl8g) The following code snippet throws a `java.util.NoSuchElementException: None.get`, which means that the stream is hanging. I expect it to throw `java.lang.Exception: boom` instead....