-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:command lineIssues tied to how our launchers handle on the command line.Issues tied to how our launchers handle on the command line.area:doctoolarea:runnerIssues tied to the scala runner command.Issues tied to the scala runner command.compat:windowsitype:bugprio:highregressionThis worked in a previous version but doesn't anymoreThis worked in a previous version but doesn't anymore
Description
Compiler version
main (f2829c3)
Issue example
#20631 changes the management of the classpath for the scaladoc.bat
and scalac.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-limitation
Discovered 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
Metadata
Metadata
Assignees
Labels
area:command lineIssues tied to how our launchers handle on the command line.Issues tied to how our launchers handle on the command line.area:doctoolarea:runnerIssues tied to the scala runner command.Issues tied to the scala runner command.compat:windowsitype:bugprio:highregressionThis worked in a previous version but doesn't anymoreThis worked in a previous version but doesn't anymore