-
We found that this library does not work with the current Scala 2 library TASTy
* See error in: https://github.com/scala/scala3/pull/19588#issuecomment-1925463405
* See what is the Scala 2 librar…
-
See `scaladoc-testcases/src/tests/thisType.scala#L7` for example:
https://github.com/lampepfl/dotty/blob/57c2b665117e0d10d490677edd0f83e093f80b97/scaladoc-testcases/src/tests/thisType.scala#L7
T…
-
*Also posted at https://github.com/scala/scala3/issues/21137 - I am not exactly sure where the right place to post this is*
-------------------
I am using a public repo for development of a plug…
-
We found that this library does not work with the current Scala 2 library TASTy
* See error in: https://github.com/scala/scala3/pull/19588#issuecomment-1925463405
* See what is the Scala 2 librar…
-
https://www.scala-lang.org/api/3.4.1/scala/reflect/ClassManifestDeprecatedApis.html shows:
> Deprecated true
https://github.com/scala/scala/blob/80514f73a6c7db32df9887d9a5ca9ae921e25118/src/libr…
-
## Compiler version
3.4.1
## Minimized code
```Scala
val x = Unit
```
## Output
```scala
Reference to object Unit in package scala should not have survived,
it should have been proc…
scf37 updated
6 months ago
-
Minimization of `tests/run/t5328.scala`
```scala
// Test.scala
def test = Vector(1).view.updated(0,2)
```
```
sbt> set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty
sbt> scala…
-
## Compiler version
3.3.1
## Minimized code
[Repo](https://github.com/andrew-boyarshin/ScalaJavaBug) (branch `5`)
```java
package bug.code;
public sealed class Pet permits Cat, Dog {
…
-
## Configuration (required) ##
Please paste the contents of your `.scalafmt.conf` file here:
```
version = 3.8.1
runner.dialect = scala3
rewrite.rules = [RedundantParens]
```
## Command-lin…
-
Match type with no cases reduces to unreported `ErrorType`
## Compiler version
3.4.2-RC1
## Minimized code
```Scala
trait T[N]:
type M = N match
case 0 => Any // or anything else
…