Skip to content

Broken script files in branch "release-3.3.5" (LTS) #22460

Closed
@michelou

Description

@michelou

Compiler versions

3.3.5-RC2
3.3.5-RC3

Cause

PR 22377 (version change of JLine libraries, in particular JNA to JNI dependency change).

Affected script files in release-3.3.5 branch :

scala3/dist/bin/common
scala3/dist/bin/common.bat
scala3/dist/bin/scala.bat
scala3/dist/bin/scalac.bat.
scala3/dist/bin/scaladoc
scala3/dist/bin/scaladoc.bat

NB. Both script files scala and scalac do not reference the JLine libraries and are thus ok IMO.

Required changes

Let's take scala3/dist/bin/common as an example :

  1. Lines 159 and 187 : change name JNA to JNI.
  2. Lines 160-162 and 188 : remove.

NB. Same reasoning for the other script files.

Expectation

3.3.5-RC4 (new release candidate with updated script files).

Metadata

Metadata

Assignees

Labels

itype:bugstat:needs triageEvery issue needs to have an "area" and "itype" label

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions