New classpath management system in launchers might break #21034
Labels
area:command line
Issues tied to how our launchers handle on the command line.
area:doctool
area:runner
Issues tied to the scala runner command.
compat:windows
itype:bug
prio:high
regression
This worked in a previous version but doesn't anymore
Compiler version
main (f2829c3)
Issue example
#20631 changes the management of the classpath for the
scaladoc.bat
andscalac.bat
commands. With this new structure, the length of the classpath is now much bigger than what is was previously and even reaching some of the limits set by windows : https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitationDiscovered while debugging a workflow run in #20547
Expectation
We should reduce the length of the classpath variable to have enough margin to append other options and to avoid malfunctions
The text was updated successfully, but these errors were encountered: