You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the jar entries in the -Yjava-tasty-output jar on Windows have a backslash (\) to represent path separation, this is incorrect and forward slash (/) must always be used.
Compiler version
3.4.0-RC4
Notes
This flag is for testing purposes only, i.e. no interaction with the ecosystem.
The text was updated successfully, but these errors were encountered:
Also fix bug where Jar entries for -Yjava-tasty-output have backslash on
Windows.
Copies implementation from
`compiler/src/dotty/tools/backend/jvm/ClassfileWriters.scala`, but this
time I don't close the jar archive except from within Pickler (when its
more explicit that we wont write any longer to the early output jar), I
also no longer perform substitution of `.` by `/` in Pickler, instead
leave it to TastyWriter to decide how to process the classname.
fixes#19681
the jar entries in the
-Yjava-tasty-output
jar on Windows have a backslash (\
) to represent path separation, this is incorrect and forward slash (/
) must always be used.Compiler version
3.4.0-RC4
Notes
This flag is for testing purposes only, i.e. no interaction with the ecosystem.
The text was updated successfully, but these errors were encountered: