forked from pool/gleam
* 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/ OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=30
108 lines
4.2 KiB
Plaintext
108 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
would clash with Erlang modules. (Louis Pilfold)
|
|
* Fixed a bug where dependency version resolution could crash for
|
|
certain release candidate versions. (Marshall Bowers)
|
|
* Fixed a bug where trailing comments would be moved out of a bit
|
|
array. (Giacomo Cavalieri)
|
|
|
|
-------------------------------------------------------------------
|
|
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 - litma Leung <pirateclip@protonmail.com>
|
|
|
|
- Initial commit
|