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...
Variables to be expanded in this template (or set and export them in a local terminal, so that you can copy/paste the commands below without replacing anything): ```bash SCALA_VER_BASE="2.12.17" SCALA_VER_SUFFIX=""...
Variables to be expanded in this template (or set and export them in a local terminal, so that you can copy/paste the commands below without replacing anything): ```bash SCALA_VER_BASE="2.13.9" SCALA_VER_SUFFIX=""...
I asked the following question on the Scala Discord and I was invited by @SethTisue to open a discussion here, in hopes of getting more eyes on the issue. I'm...
I asked about this in two chat rooms, scala/contributors Gitter and internal Slack. I'll summarize here, and then we can use this ticket to collect further experience reports, tips, etc.
Remaining issues: - [x] https://github.com/scala/scala-dev/issues/786 (Running compiler JUnit) - [x] https://youtrack.jetbrains.com/issue/SCL-19503 (Trailing commas in build.sbt) - [x] https://youtrack.jetbrains.com/issue/SCL-19425 (project sources not attached to build project) - [ ] https://youtrack.jetbrains.com/issue/SCL-18361 (BSP...
Not sure where to put this. If you notice anything missing that could use improvement, feel free to edit this directly, or comment with suggestions or questions. Once we feel...
I think it would be nice to have one rather than two homebrew formulas for installing Scala 2 or Scala 3. I added some steps I imagine would need to...
# -Xsource:2.13 - case classes must have a non-implicit parameter list (https://github.com/scala/scala/pull/5585) - empty character literal (use '\\'' for single quote) (https://github.com/scala/scala/pull/5727) - Only methods can be marked `@elidable`. (https://github.com/scala/scala/pull/5539)...
https://scala-ci.typesafe.com/computer/scalabench/ "This agent is offline because Jenkins failed to launch the agent process on it" https://scala-ci.typesafe.com/computer/scalabench/log ``` connect timed out ERROR: Connection is not established! java.lang.IllegalStateException: Connection is not established!...
https://issues.scala-lang.org/browse/SI-1913: ```scala class C { val (a, b) = (1, 2) } ``` class `C` has 3 fields: ```java public class C { private final /* synthetic */ Tuple2 x$1;...