Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to circumvent checks when passing a Scala version #2447

Open
Gedochao opened this issue Oct 5, 2023 · 0 comments
Open

Allow to circumvent checks when passing a Scala version #2447

Gedochao opened this issue Oct 5, 2023 · 0 comments
Labels
Community help wanted Issues that idicate features that are nice-to-have but core team does not have time to work on it enhancement New feature or request priority: low

Comments

@Gedochao
Copy link
Contributor

Gedochao commented Oct 5, 2023

Is your feature request related to a problem? Please describe.
When working with custom Scala versions, e.g. locally published ones, it may sometimes be beneficial to circumvents checks and just force Scala CLI to accept them.

Describe the solution you'd like

scala -S 3.3.2-SNAPSHOT --force-scala-version -e 'println("Hello")'

Describe alternatives you've considered
Some sort of DSL in the version name, like the ! character for forcing a version suggested in #1730

Additional context

@Gedochao Gedochao added enhancement New feature or request priority: low Community help wanted Issues that idicate features that are nice-to-have but core team does not have time to work on it labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community help wanted Issues that idicate features that are nice-to-have but core team does not have time to work on it enhancement New feature or request priority: low
Projects
None yet
Development

No branches or pull requests

1 participant