Skip to content

Incorrect scripted test for compiler plugin  #6452

@liufengyun

Description

@liufengyun

As discovered in sbt/sbt#4641, the scripted test for compiler plugin has a problem:

  • The plugin specifies that it runs before Staging and after Pickler

The requirement cannot be satisfied, thus an error is reported by the compiler -- which is the case in sbt/sbt#4641.

However, the scripted test failed to report the conflict -- it mistook the plugin-ordering error as an expected compilation error reported by the plugin.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions