SHA256
7
0
forked from pool/gleam

Update to version 1.12.0 #3

Open
VaiTon wants to merge 1 commits from VaiTon/gleam:update-v1.12.0 into main
7 changed files with 32 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/gleam-lang/gleam.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v1.11.0</param>
<param name="revision">v1.12.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@@ -17,6 +17,6 @@
<service name="cargo_vendor" mode="manual">
<param name="src">gleam</param>
<param name="compression">zst</param>
<param name="update">false</param>
<param name="update">true</param>
</service>
</services>

Binary file not shown.

BIN
gleam-1.12.0.tar.zst LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Oct 11 13:20:34 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Enable "update" in "cargo_vendor" service to allow updating
crates with known vulnerabilities
- Update to 1.12.0:
* The dependency resolver and build-tool experience have been
improved to make version-conflict and manifest errors more
helpful and less painful to debug
* The formatter and tooling have had refinements to better handle
edge-cases.
* The compiler has improved unreachablebranch detection.
* Improved JavaScript compilation target: performance, generation
quality and correctness of compiled code have seen attention.
* Language Server / editor tooling enhancements: new code actions,
better completion/import behaviours, improved diagnostics and
automated fixes for common mistakes.
* Full changelog at
https://github.com/gleam-lang/gleam/blob/v1.12.0/changelog/v1.12.md
-------------------------------------------------------------------
Fri Jun 6 12:31:41 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
@@ -10,7 +30,7 @@ Fri Jun 6 12:31:41 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
* Fixed a bug where a bit array segment matching on a floating
point number would match with NaN or Infinity on the JavaScript
target
* https://github.com/gleam-lang/gleam/blob/v1.11.1/CHANGELOG.md
* https://github.com/gleam-lang/gleam/blob/v1.11.0/CHANGELOG.md
-------------------------------------------------------------------
Tue May 20 09:10:09 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,4 +1,4 @@
name: gleam
version: 1.11.0
mtime: 1748868136
commit: bb29a3f89d3975d67ee0871d4ab268c9fe0c199d
version: 1.12.0
mtime: 1754414820
commit: 0fd345668f14b82381b4cf650d302c3401b705c4

View File

@@ -17,7 +17,7 @@
Name: gleam
Version: 1.11.0
Version: 1.12.0
Release: 0
Summary: A friendly language for building type-safe, scalable systems!
License: Apache-2.0

BIN
vendor.tar.zst LFS

Binary file not shown.