scala-dev icon indicating copy to clipboard operation
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...

Results 120 scala-dev issues
Sort by recently updated
recently updated
newest added

@lrytz wrote on internal chat: > scabot doesn't seem to be able to trigger PR validations > ah, no, scabot manages to trigger jobs, but the report back to the...

Partest needs an -audit mode to report when pending tests become runnable and when test flags become superfluous. Possibly, it could try arbitrary permutations of flags and report that -Xfoo...

enhancement

https://github.com/scala/scala/pull/10105#issuecomment-1520804441 `presentation/doc` sees `Unexpected foo method comment: None`. Personally, I am surprised that `foo` requires comment. Parking it here as internal.

## Reproduction steps Scala version: 2.13.10 ```scala partest jvm/t7253 ``` ought to report the warnings which show the code is not valid. I tried to tweak it to at least...

t:build

Implement [SIP-25 Static field and methods](http://docs.scala-lang.org/sips/pending/static-members.html). Related: [SI-4581](https://issues.scala-lang.org/browse/SI-4581).

feature

The ongoing failure of `sbtTest/scripted` is ridiculous. If it's not worth fixing, then maybe the task can be moved out of PR validation. ``` [info] [info] loading project definition from...

just released release notes: https://github.com/jline/jline3/releases/tag/jline-3.27.1 it's a bit annoying that we just got done moving to 3.27.0, but I think we should take the upgrade. I can send PRs to...

Something like this: ```diff Index: src/reflect/scala/reflect/internal/Constants.scala IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/src/reflect/scala/reflect/internal/Constants.scala b/src/reflect/scala/reflect/internal/Constants.scala --- a/src/reflect/scala/reflect/internal/Constants.scala (revision b9f3f5609379aae3585b60a8e402a9a17283de56) +++ b/src/reflect/scala/reflect/internal/Constants.scala (date 1729069211440) @@ -233,7 +233,9 @@ else...

t:performance