Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 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.5.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
LFS
BIN
gleam-1.2.1.tar.zst
LFS
Binary file not shown.
BIN
gleam-1.5.1.tar.zst
LFS
Normal file
BIN
gleam-1.5.1.tar.zst
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:10:03 UTC 2024 - Gordon 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 - Gordon 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 - Gordon 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 - Gordon 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 - Gordon 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 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gleam
|
||||
Version: 1.2.1
|
||||
Version: 1.5.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
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user