Skip to content

Compile-time exception on 0.1.6 when using Scala 3.3.0-RC5 with -Wunused:all #54

@chuwy

Description

@chuwy

Tried to upgrade from 0.1.4 to 0.1.6 and getting the following exception, presumably related to #48.

[error] ## Exception when compiling 102 sources to /Users/.../target/scala-3.3.0-RC5/classes
[error] dotty.tools.dotc.core.TypeError$$anon$1: Toplevel definition inline$Transformations$i1 is defined in
[error]   /Users/chuwy/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/io/github/arainko/ducktape_3/0.1.6/ducktape_3-0.1.6.jar(io/github/arainko/ducktape/fallibleSyntax$package.class)
[error] and also in
[error]   /Users/chuwy/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/io/github/arainko/ducktape_3/0.1.6/ducktape_3-0.1.6.jar(io/github/arainko/ducktape/syntax$package.class)
[error] One of these files should be removed from the classpath.

Apart from above lines I don't see any other useful info, just a bunch of my files listed.

Scalac 3.3.0-RC5, 0.1.5 compiles fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions