Seth Tisue

Results 1403 comments of Seth Tisue

Thrilled to see that parboiled2 now supports Scala 3.1: https://github.com/sirthias/parboiled2/pull/280#issuecomment-1049881272 👏 @jrudolph

2.0 removed a few long-deprecated APIs but is otherwise compatible.

Looks like the next step a volunteer should take would be to send a pull request replacing Travis-CI with GitHub Actions. Then the many currently open version-bump PRs could be...

> No it works just fine I don't think so; look at all the PRs at https://github.com/pathikrit/better-files/pulls that don't have CI runs. Travis-CI's free services are _super_ limited these days....

One possibility would be to add a few questions, or a whole section, to the main Scala FAQ: https://docs.scala-lang.org/tutorials/FAQ/index.html

The @davidB one is the one still under active development; I don't think the other one matters anymore. ticket requesting a volunteer to tackle adding Scala 3 support: https://github.com/davidB/scala-maven-plugin/issues/393

workaround ideas: 1) exile the generated files to their own subproject, and set `scalacOptions` appropriately in that subproject only 2) `-Wconf` (new in Scala 2.13.2 / 2.12.13: https://www.scala-lang.org/2021/01/12/configuring-and-suppressing-warnings.html; replaces silencer)...

`-Wconf` works in Scala 2.12.13 and newer, too.

@mkurz I'm sorry but I don't know what to think about that, and I don't feel that have time to dig into it. :-/

is anyone interested in pursuing this further, or should we just close it for inactivity?