eugene yokota

Results 705 comments of eugene yokota

Here's deprecation on the application side under -Xsource:2.14 - https://github.com/scala/scala/pull/7795

Related https://github.com/sbt/sbt/issues/3123 If there were command line entry point that lists out list of flags, -Xsource manuals, latest book recommendations by Scala team, I'd love to surface them as an...

@japgolly See for example the repo for scopt/scopt (https://github.com/scopt/scopt/blob/560142e47fe17336f3fd29fbca3861ce4e222268/.github/workflows/ci.yml). I can call ```bash sbt -v +scoptNative/test ``` without any additional setup on top of "ubuntu-latest". I think historically you needed:...

The preloading moves the need to download the sbt JARs and I'd recommend that for the packaging as well.

The readme https://github.com/typelevel/jawn#parsing currently says: > - `UnwrapArray` if the top-level element is **an array**, return values as they become available. so I guess the new parameter should at least...

``` [error] parser: Failed binary compatibility check against org.typelevel:jawn-parser_3:1.1.2 (e:info.versionScheme=early-semver)! Found 1 potential problems (filtered 60) [error] * method this(Int,Int,org.typelevel.jawn.FContext,scala.collection.immutable.List,Array[Byte],Int,Int,Int,Boolean,Int)Unit in class org.typelevel.jawn.AsyncParser does not have a correspondent in current...

I am only nominally a maintainer, and haven't been active, but overall I think this change is fine.

See https://github.com/alexarchambault/data-class/issues/27

### `/stable/*` redirects to the latest stable version > This is impossible on gh-pages. GitHub Pages seems to forbid symlinks. My workaround for sbt website was to write this script...

### Can publish from maintenance branches without breaking new things This can be done by tweaking GhPagesKeys.synchLocal - https://github.com/sbt/website/blob/c1b34210ac22f8fedc929612835e41c20f291bea/project/Docs.scala#L162-L178