forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: VirtusLab.ScalaCLI version 1.5.4 (microsoft#192765)
- Loading branch information
1 parent
625c321
commit 0557229
Showing
3 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/v/VirtusLab/ScalaCLI/1.5.4/VirtusLab.ScalaCLI.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Created with WinGet Releaser using komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: VirtusLab.ScalaCLI | ||
PackageVersion: 1.5.4 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
Scope: machine | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | ||
ProductCode: '{ABF1F6E6-941E-4B87-84D2-8CAC911E67E4}' | ||
ReleaseDate: 2024-11-21 | ||
AppsAndFeaturesEntries: | ||
- DisplayName: Scala CLI | ||
Publisher: [email protected] | ||
ProductCode: '{ABF1F6E6-941E-4B87-84D2-8CAC911E67E4}' | ||
UpgradeCode: '{C74FC9A1-9381-40A6-882F-9044C603ABD9}' | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\scala-cli-x86_64-pc-win32' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/VirtusLab/scala-cli/releases/download/v1.5.4/scala-cli-x86_64-pc-win32.msi | ||
InstallerSha256: 0881CDFB39F06341D4D6519D10072CFDC5E39B01BD91B2A23CE8D8281D3FB4D1 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
72 changes: 72 additions & 0 deletions
72
manifests/v/VirtusLab/ScalaCLI/1.5.4/VirtusLab.ScalaCLI.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Created with WinGet Releaser using komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: VirtusLab.ScalaCLI | ||
PackageVersion: 1.5.4 | ||
PackageLocale: en-US | ||
Publisher: [email protected] | ||
PublisherUrl: https://virtuslab.com/ | ||
PublisherSupportUrl: https://github.com/VirtusLab/scala-cli/issues | ||
PackageName: Scala CLI | ||
PackageUrl: https://github.com/VirtusLab/scala-cli | ||
License: Apache-2.0 | ||
LicenseUrl: https://github.com/VirtusLab/scala-cli/blob/HEAD/LICENSE | ||
ShortDescription: Scala CLI is a command-line tool to interact with the Scala language. | ||
Tags: | ||
- functional | ||
- java | ||
- language | ||
- programming | ||
- scala | ||
ReleaseNotes: |- | ||
Hotfix release | ||
Although Scala CLI 1.5.4 includes a few updates and improvements, it is primarily a hotfix release for versions 1.5.2 and 1.5.3, which due to technical limitations weren't available on some of our distribution channels.Extra context: | ||
- Scala CLI 1.5.2 release notes | ||
- Scala CLI 1.5.3 release notes | ||
The main list of enhancements and fixes is listed in the release notes for 1.5.2.Support for Scala Native 0.5.6 | ||
This Scala CLI version switches the default Scala Native version to 0.5.6. | ||
scala-cli -e 'println("Hello from Scala Native 0.5.6!")' --native | ||
# Compiling project (Scala 3.5.2, Scala Native 0.5.6) | ||
# Compiled project (Scala 3.5.2, Scala Native 0.5.6) | ||
# [info] Linking (multithreadingEnabled=true, disable if not used) (949 ms) | ||
# [info] Discovered 887 classes and 5408 methods after classloading | ||
# [info] Checking intermediate code (quick) (40 ms) | ||
# [info] Multithreading was not explicitly enabled - initial class loading has not detected any usage of system threads. Multithreading support will be disabled to improve performance. | ||
# [info] Linking (multithreadingEnabled=false) (285 ms) | ||
# [info] Discovered 499 classes and 2500 methods after classloading | ||
# [info] Checking intermediate code (quick) (7 ms) | ||
# [info] Discovered 478 classes and 1914 methods after optimization | ||
# [info] Optimizing (debug mode) (429 ms) | ||
# [info] Produced 9 LLVM IR files | ||
# [info] Generating intermediate code (296 ms) | ||
# [info] Compiling to native code (1464 ms) | ||
# [info] Linking with [pthread, dl] | ||
# [info] Linking native code (immix gc, none lto) (208 ms) | ||
# [info] Postprocessing (0 ms) | ||
# [info] Total (3728 ms) | ||
# Hello from Scala Native 0.5.6! | ||
Added by @Gedochao in #3295Internal changes | ||
- Pin Fedora docker image at fedora:40 by @Gedochao in #3283 | ||
- Don't fail the update-packages and windows-packages jobs on individual distributions' steps by @Gedochao in #3288 | ||
Documentation changes | ||
- Fix broken example in //> using dep reference doc by @Gedochao in #3281 | ||
- Mention distribution limitations in the Scala CLI 1.5.3 release notes by @Gedochao in #3286 | ||
- Back port of documentation changes to main by @github-actions in #3287 | ||
Updates | ||
- Update mill-native-image to 0.1.29 by @Gedochao in #3278 | ||
- Update expecty to 0.17.0 by @scala-steward in #3277 | ||
- Update Bloop to 2.0.5 by @Gedochao in #3276 | ||
- Update dependency to 0.2.5 by @scala-steward in #3269 | ||
- Update coursier to 2.1.17 by @Gedochao in #3275 | ||
- Update SBT to 1.10.5 by @Gedochao in #3280 | ||
- Update java-class-name to 0.1.4 by @Gedochao in #3284 | ||
- Update scala-cli.sh launcher for 1.5.3 by @Gedochao in #3285 | ||
- Update Scala Native to 0.5.6 by @Gedochao in #3295 | ||
- Update Mill to 0.11.13 by @Gedochao in #3296 | ||
- Update coursier to 2.1.17 for Linux arm64 builds by @Gedochao in #3298 | ||
- Update coursier/dependency to 0.3.1 by @Gedochao in #3297 | ||
Full Changelog: https://github.com/VirtusLab/scala-cli/compare/v1.5.3...v1.5.4 | ||
ReleaseNotesUrl: https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.4 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with WinGet Releaser using komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: VirtusLab.ScalaCLI | ||
PackageVersion: 1.5.4 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |