scala-dev
scala-dev copied to clipboard
Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github...
Scala 3 will have a few syntax "tweaks" -- we should already provide warnings in the 2 series where possible. In general, I'm in favor of warning about things that...
Currently, some serializable classes in the standard library have a `@SerialVersionUID` annotation, others don't. The process is ad-hoc. If a class does not have an SVUID, it is computed by...
**In general, Scala now works just fine on JDK 11** **For the current support status of each JDK version, see https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html** [JDK9 JEP list](http://openjdk.java.net/projects/jdk9/) - [JEP 223: New Version-String Scheme](http://openjdk.java.net/jeps/223)...
the usual workaround is `dist/mkQuick`, then go out to the shell and `./build/quick/bin/scala` of course you can also `publishLocal` and then use the published version from sbt or scala-cli or...
This ticket replaces https://github.com/scala/scala-dev/issues/325 from 2017. Goals: omit completed tasks, omit less-likely todos, make it easier to see the big picture & see where things stand. Note that all the...
`README.md` or `CONTRIBUTING.md` should have an explanation we can link to, in case someone is curious as per discussion starting at https://gitter.im/scala/contributors?at=5be19ca96494cd16731f7e3b
e.g. scala-collection-compat had an `admin/checkCLA.sh` script that did this, but the details were Travis-CI-specific I don't know if we were consistent before in doing this in all module repos, but...
Spinning off the discussion from https://github.com/scala/scala-dev/issues/732#issuecomment-728671079 into a new ticket Indeed it looks like inodes is more likely the issue than actual disk space. On behemoth-1: ``` admin@ip-172-31-2-3:~$ df -hi...
Jenkins now warns on startup that Java 11 is the new recommended VM version. Upgrade instructions: https://www.jenkins.io/doc/administration/requirements/upgrade-java-guidelines/
Scala has done quite well so far without any preprocessor but in some situations it would be quite handy to just drop an `#ifdef` or `#include` into the source code....