forked from pool/gleam
Compare commits
23 Commits
Author | SHA256 | Date | |
---|---|---|---|
ac09f4cf64 | |||
|
952881a329 | ||
ce8438514c | |||
|
702e893ee9 | ||
|
b57314cfdb | ||
1bd7a0c32d | |||
|
7990c828ee | ||
110d476d90 | |||
|
beab2e436b | ||
59aaebc11d | |||
|
db3e74082c | ||
54c31b2966 | |||
|
1e3b26e979 | ||
f64985ef80 | |||
|
348b73ee5f | ||
3f3de4ef06 | |||
|
cf5320ce58 | ||
5be0021b5b | |||
|
be03dde82e | ||
|
b208c8d225 | ||
0697cfa70e | |||
|
7d50d29feb | ||
|
fcae9ee464 |
2
_service
2
_service
@@ -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.2.1</param>
|
||||
<param name="revision">v1.8.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
BIN
gleam-1.2.1.tar.zst
(Stored with Git LFS)
BIN
gleam-1.2.1.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
gleam-1.8.1.tar.zst
(Stored with Git LFS)
Normal file
BIN
gleam-1.8.1.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,5 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 20:34:39 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
Sat Feb 15 03:56:00 UTC 2025 - litma leung <pi_cla@disroot.org>
|
||||
|
||||
- Update to 1.8.1:
|
||||
* Fixed a metadata caching bug where accessors for opaque types
|
||||
could sometimes be used in other modules. (Louis Pilfold)
|
||||
* Changelog: https://gleam.run/news/gleam-gets-rename-variable/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 18:11:58 UTC 2025 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.7.0:
|
||||
* Changelog: https://gleam.run/news/improved-performance-and-publishing/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 17:47:45 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.6.3:
|
||||
* Fixed a bug where Gleam would be unable to compile to BEAM
|
||||
bytecode on older versions of Erlang/OTP. (yoshi)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 22:56:41 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.6.2:
|
||||
* Fixed a bug where patterns in use expressions would not be checked
|
||||
to ensure that they were exhaustive. (Surya Rose)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 02:15:36 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.6.1:
|
||||
* fix update use_manifest logic (Jason Sipula)
|
||||
* 1.6.0 Changelog: https://gleam.run/news/context-aware-compilation/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:10:03 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.5.1:
|
||||
* Fixed a bug where Erlang file paths would not be escaped on Windows.
|
||||
(Louis Pilfold)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 21:34:02 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.5.0:
|
||||
* Changelog: https://gleam.run/news/convenient-code-actions/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 18:09:24 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.4.0:
|
||||
* Changelog: https://gleam.run/news/supercharged-labels/
|
||||
* Gleam now requires Rust 1.79 to build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 16:10:56 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.3.2:
|
||||
Language Server
|
||||
* The language server no longer shows completions when inside a literal string.
|
||||
(Giacomo Cavalieri)
|
||||
Bug Fixes
|
||||
* Fixed a bug where the compiler would report errors for duplicate `@external`
|
||||
attributes with inconsistent spans between Erlang and JavaScript.
|
||||
(Connor Szczepaniak)
|
||||
* Fixed a bug where `gleam add` would fail to parse version specifiers
|
||||
correctly.
|
||||
(Louis Pilfold)
|
||||
* Fixed a bug where single clause case expressions could generate JavaScript
|
||||
code with incorrectly rewritten JavaScript variable names.
|
||||
(Louis Pilfold)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 11:14:24 UTC 2024 - Pi-Cla <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.3.1:
|
||||
* Fixes a bug with import cycle detection when there is more than 2 imports in the cycle
|
||||
(Ameen Radwan)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 15:22:20 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.3.0:
|
||||
* Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 20:34:39 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.2.1:
|
||||
* Fixed a bug where the compiler could fail to detect modules that
|
||||
@@ -10,12 +96,12 @@ Thu May 30 20:34:39 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
array. (Giacomo Cavalieri)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 27 22:02:42 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
Mon May 27 22:02:42 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.2.0:
|
||||
* Changelog: https://gleam.run/news/fault-tolerant-gleam/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 05:49:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
Tue Apr 9 05:49:10 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Initial commit
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gleam
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gleam
|
||||
Version: 1.2.1
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Summary: A friendly language for building type-safe, scalable systems!
|
||||
License: Apache-2.0
|
||||
@@ -25,8 +25,9 @@ URL: https://gleam.run/
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
# Due to dependency on pulldown-cmark
|
||||
BuildRequires: cargo >= 1.74.0
|
||||
# Due to Gleam Language Server using this feature:
|
||||
# https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html#extending-automatic-temporary-lifetime-extension
|
||||
BuildRequires: cargo >= 1.79.0
|
||||
# For tests
|
||||
BuildRequires: git-core
|
||||
Requires: erlang
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user