Downloads:
19,720
Downloads of v 3.6.2:
139
Last Update:
10 Dec 2024
Package Maintainer(s):
Software Author(s):
- scala
Tags:
scala- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Scala
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
19,720
Downloads of v 3.6.2:
139
Maintainer(s):
Software Author(s):
- scala
Tags:
scalaScala
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by scala. The inclusion of scala trademark(s), if any, upon this webpage is solely to identify scala goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package was rejected on 14 Jan 2025. The reviewer chocolatey-ops has listed the following reason(s):
Official release of the Scala Programming Language on Chocolatey.
$ErrorActionPreference = 'Stop';
$unzipLocation = Split-Path -Parent $MyInvocation.MyCommand.Definition # Get the root of chocolatey folder
$unzipLocation = Join-Path $unzipLocation "$($env:chocolateyPackageName)" # Append the package's name
$unzipLocation = Join-Path $unzipLocation "$($env:chocolateyPackageVersion)" # Append the package's version
# Find the path to the bin directory to create the shims
if($env:DOTTY_CI_INSTALLATION) {
$scalaBinPath = Join-Path $unzipLocation 'bin' # Update this path if the structure inside the ZIP changes
} else {
$extractedDir = Get-ChildItem -Path $unzipLocation | Where-Object { $_.PSIsContainer } | Select-Object -First 1
$scalaBinPath = Join-Path $unzipLocation $extractedDir | Join-Path -ChildPath 'bin'
}
# Iterate through the .bat files in the bin directory and remove shims
Write-Host "Removing shims for .bat file from $scalaBinPath"
Get-ChildItem -Path $scalaBinPath -Filter '*.bat' | ForEach-Object {
$file = $_.FullName
Write-Host "Removing shim for $file..."
Uninstall-BinFile -Name $_.BaseName -Path $file
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Scala 3.7.0 | 205 | Wednesday, May 7, 2025 | Approved | |
Scala 3.6.4 | 490 | Friday, March 7, 2025 | Approved | |
Scala 3.6.3 | 500 | Monday, January 20, 2025 | Approved | |
Scala 3.5.2 | 508 | Friday, November 8, 2024 | Approved | |
Scala 3.5.1 | 611 | Friday, September 20, 2024 | Approved | |
Scala 3.5.0 | 324 | Thursday, August 22, 2024 | Approved | |
Scala 3.4.3 | 32 | Friday, August 23, 2024 | Approved | |
Scala 3.4.2 | 189 | Friday, July 19, 2024 | Approved | |
Scala 3.4.1 | 43 | Friday, July 19, 2024 | Approved | |
Scala 3.4.0 | 43 | Friday, July 19, 2024 | Approved | |
Scala 3.3.6 | 26 | Thursday, May 8, 2025 | Approved | |
Scala 3.3.5 | 124 | Wednesday, January 29, 2025 | Approved | |
Scala 3.3.3 | 111 | Friday, July 19, 2024 | Approved | |
Scala 3.3.1 | 51 | Friday, July 19, 2024 | Approved | |
Scala 3.3.0 | 41 | Friday, July 19, 2024 | Approved | |
Scala 3.2.2 | 57 | Friday, July 19, 2024 | Approved | |
Scala 3.2.1 | 36 | Friday, July 19, 2024 | Approved | |
Scala 3.2.0 | 41 | Friday, July 19, 2024 | Approved | |
Scala 3.1.3 | 33 | Friday, July 19, 2024 | Approved | |
Scala 3.1.2 | 38 | Wednesday, July 24, 2024 | Approved | |
Scala 3.1.1 | 39 | Wednesday, July 24, 2024 | Approved | |
Scala 3.1.0 | 42 | Wednesday, July 24, 2024 | Approved | |
Scala 3.0.2 | 35 | Wednesday, July 24, 2024 | Approved |
© 2002-2024, LAMP/EPFL
This package has no dependencies.
Ground Rules:
- This discussion is only about Scala and the Scala package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Scala, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
scala (maintainer) on 10 Dec 2024 15:43:51 +00:00:
User 'scala' (maintainer) submitted package.
chocolatey-ops (reviewer) on 10 Dec 2024 16:19:13 +00:00:
scala has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 10 Dec 2024 16:25:05 +00:00:
scala has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/c1d9fbe1f27a795d3970c917550fde5c for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 30 Dec 2024 16:24:03 +00:00:
We've found scala v3.6.2 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 14 Jan 2025 16:25:47 +00:00:
Unfortunately there has not been progress to move scala v3.6.2 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.