-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:compiler-phasesIssues tied with configuration and division of compiler phases.Issues tied with configuration and division of compiler phases.area:settingsIssues tied to command line options & settings.Issues tied to command line options & settings.itype:bug
Description
Compiler version
Scala compiler version 3.5.2 -- Copyright 2002-2024, LAMP/EPFL
Minimized example
scalac -Xshow-phasesOutput
Output shortened for readability
preRecheck preRecheck
recheck recheck
preRecheck preRecheck
cc ccExpectation
The second preRecheck phase seems off, should probably rather be postRecheck
Metadata
Metadata
Assignees
Labels
area:compiler-phasesIssues tied with configuration and division of compiler phases.Issues tied with configuration and division of compiler phases.area:settingsIssues tied to command line options & settings.Issues tied to command line options & settings.itype:bug