Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.75 KB

relnotes_scala3-3.3.0.md

File metadata and controls

24 lines (20 loc) · 2.75 KB

Release notes – scala3-3.3.0.msi

General informations

What if a Scala 3 installation is already present ?

The Windows installer behaves in 3 different ways when it detects a Scala 3 installation on the user machine :

  • if the version to be installed is newer than the version found on the machine then the Windows installer removes the old version and installs the new one.
  • if the version to be installed is older than the version found on the machine then the Windows installer does exit.
  • if the version to be installed is the same as the version found on the machine then the user is asked for a change, repair or remove operation.

Running the Scala 3 Windows installer does...

  • trigger an elevation of privileges (tested many times but "usage at your own risk" disclaimer).
  • install the application files to the selected destination folder (default location is : C:\Program Files\Scala 3\).
  • add the small wrapper script bin\repl.bat which gives direct access to the Scala 3 REPL.
  • [] create shortcuts under the Start Menu folder "Scala 3".
  • [] add variable SCALA3_HOME to the Windows system environment.
  • [] append path %SCALA3_HOME%\bin\ to the system variable PATH.
  • [] install the API documentation to the selected destination folder (default location is : C:\Program Files\Scala 3\).
Note: [] Optional feature enabled by default.