Seth Tisue

Results 1403 comments of Seth Tisue

Note that NetLogo supports turtles and links changing breeds at runtime, using `set breed`. It's not uncommon for user code to take advantage of this. If AS wants to support...

You may want to also keep an eye on https://github.com/scalacenter/scalafix/issues/92, which has similar aims

I wish I had some insight, but this isn't anything I've seen before.

https://github.com/lightbend/scala-logging/blob/main/.github/workflows/release.yml says Temurin 8, so I suspect the problem is already fixed for the next release. 3.9.4 was July 2021, but #299 didn't land until October 2021. Perhaps Travis-CI was...

I believe a pull request in this area would be highly welcome.

curious if this is still applicable to current Graal

https://github.com/lightbend/scala-logging/pull/306 and https://github.com/lightbend/scala-logging/pull/291 are merged, so I guess this will be fixed in the next release

> Java 8 will refuse to start because of "Unrecognized option." can you `-XX:+IgnoreUnrecognizedVMOptions` your way out of that, perhaps? or could the build simply (haha, yes I know, "simply")...

relevant: https://github.com/scala/scala/pull/9893

https://github.com/cosmicsilence/gradle-scalafix is described as "WIP", but seems to be under active development /cc @marcelocenerine — Marcelo, if you could use some collaborators and/or testers, I'd be happy to drive a...