-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:toolingbackport:nominatedIf we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it.If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it.compat:scala2itype:bug
Milestone
Description
Compiler version
3.5.2
Minimized code
println(util.Properties.versionNumberString)Output
2.13.15or 14 don't remember, but that's not important
Expectation
It should show 3.5.2. For that to happen two steps were suggested:
- Scala 2 library should first check for scala 3 properties
- Scala 3 should have those properties
They should be something like:
/library3.properties
maven.version.number=3.5.2
version.number=3.5.2
maven version might not be needed.
First step should be adding it here, but if we hurry we can add it to Scala 2.13.16
Gedochao
Metadata
Metadata
Assignees
Labels
area:toolingbackport:nominatedIf we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it.If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it.compat:scala2itype:bug