SHA256
11
0
forked from pool/gleam
Commit Graph

29 Commits

Author SHA256 Message Date
fad7c8ce69 Accepting request 1237192 from devel:languages:erlang
- Update to 1.7.0:
 * Changelog: https://gleam.run/news/improved-performance-and-publishing/

OBS-URL: https://build.opensuse.org/request/show/1237192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=12
2025-01-13 16:50:36 +00:00
64a9d4322b OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=28 2025-01-12 19:30:12 +00:00
Gordon Leung
7c1b0d9eb3 - Update to 1.7.0:
* Changelog: https://gleam.run/news/improved-performance-and-publishing/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=27
2025-01-05 18:13:07 +00:00
f32f0f6b97 Accepting request 1228090 from devel:languages:erlang
- 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)

OBS-URL: https://build.opensuse.org/request/show/1228090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=11
2024-12-04 14:26:52 +00:00
Gordon Leung
70811e731d - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=25
2024-12-03 17:49:05 +00:00
010c51182e Accepting request 1226382 from devel:languages:erlang
- 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)

OBS-URL: https://build.opensuse.org/request/show/1226382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=10
2024-11-26 19:55:52 +00:00
Gordon Leung
cabf71e90e - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=23
2024-11-25 23:00:29 +00:00
f2d4db4763 Accepting request 1225184 from devel:languages:erlang
- Update to 1.6.1:
 * fix update use_manifest logic (Jason Sipula)
 * 1.6.0 Changelog: https://gleam.run/news/context-aware-compilation/

OBS-URL: https://build.opensuse.org/request/show/1225184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=9
2024-11-20 16:00:07 +00:00
Gordon Leung
965f76f802 - Update to 1.6.1:
* fix update use_manifest logic (Jason Sipula)
 * 1.6.0 Changelog: https://gleam.run/news/context-aware-compilation/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=21
2024-11-20 02:18:20 +00:00
94797a3908 Accepting request 1203926 from devel:languages:erlang
- Update to 1.5.1:
 * Fixed a bug where Erlang file paths would not be escaped on Windows.
   (Louis Pilfold)

OBS-URL: https://build.opensuse.org/request/show/1203926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=8
2024-09-27 15:10:48 +00:00
Gordon Leung
70bc67e468 - Update to 1.5.1:
* Fixed a bug where Erlang file paths would not be escaped on Windows.
   (Louis Pilfold)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=19
2024-09-26 15:11:25 +00:00
42579ecc2c Accepting request 1202051 from devel:languages:erlang
- Update to 1.5.0:
 * Changelog: https://gleam.run/news/convenient-code-actions/

OBS-URL: https://build.opensuse.org/request/show/1202051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=7
2024-09-20 15:11:35 +00:00
Gordon Leung
51ef8fa486 - Update to 1.5.0:
* Changelog: https://gleam.run/news/convenient-code-actions/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=17
2024-09-19 21:34:49 +00:00
b2e9bd8062 Accepting request 1191253 from devel:languages:erlang
- Update to 1.4.0:
 * Changelog: https://gleam.run/news/supercharged-labels/
 * Gleam now requires Rust 1.79 to build

OBS-URL: https://build.opensuse.org/request/show/1191253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=6
2024-08-03 18:04:53 +00:00
Gordon Leung
b5204c612d - Update to 1.4.0:
* Changelog: https://gleam.run/news/supercharged-labels/
 * Gleam now requires Rust 1.79 to build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=15
2024-08-02 18:10:35 +00:00
500163b0b7 Accepting request 1186922 from devel:languages:erlang
- 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)

- Update to 1.3.1:
 * Fixes a bug with import cycle detection when there is more than 2 imports in the cycle
   (Ameen Radwan)

OBS-URL: https://build.opensuse.org/request/show/1186922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=5
2024-07-11 18:36:53 +00:00
Gordon Leung
bd2c03d0ae - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=13
2024-07-11 16:13:19 +00:00
Gordon Leung
8978d37d39 - Update to 1.3.1:
* Fixes a bug with import cycle detection when there is more than 2 imports in the cycle
   (Ameen Radwan)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=12
2024-07-10 11:34:07 +00:00
bacb69b2b1 Accepting request 1186440 from devel:languages:erlang
- Update to 1.3.0:
 * Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/

OBS-URL: https://build.opensuse.org/request/show/1186440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=4
2024-07-09 18:06:29 +00:00
Gordon Leung
d290d7a61d Remove mold
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=10
2024-07-09 15:29:45 +00:00
Gordon Leung
40a94cb932 - Update to 1.3.0:
* Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=9
2024-07-09 15:25:00 +00:00
d569a97343 Accepting request 1177808 from devel:languages:erlang
- 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)

OBS-URL: https://build.opensuse.org/request/show/1177808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=3
2024-05-31 20:16:50 +00:00
Gordon Leung
acbc86a040 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=7
2024-05-30 20:36:03 +00:00
cec8a5a218 Accepting request 1177194 from devel:languages:erlang
- Update to 1.2.0:
 * Changelog: https://gleam.run/news/fault-tolerant-gleam/

OBS-URL: https://build.opensuse.org/request/show/1177194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=2
2024-05-28 15:29:21 +00:00
Gordon Leung
0a859d30be OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=5 2024-05-27 22:07:23 +00:00
Gordon Leung
0d3350159c - Update to 1.2.0:
* Changelog: https://gleam.run/news/fault-tolerant-gleam/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=4
2024-05-27 22:04:24 +00:00
b486edd0a8 Accepting request 1171171 from devel:languages:erlang
New BEAM Language Just Dropped! :D

OBS-URL: https://build.opensuse.org/request/show/1171171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=1
2024-05-02 21:47:20 +00:00
Gordon Leung
541476027b OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=2 2024-05-01 18:53:36 +00:00
dc1e3945c4 Accepting request 1171166 from home:Pi-Cla
Since devel:languages:misc seems to be inactive and Gleam is a prominent BEAM language maybe it is a better fit here?
Take a look here for the packages we have on hexpm: https://hex.pm/packages?search=gleam&sort=recent_downloads

OBS-URL: https://build.opensuse.org/request/show/1171166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=1
2024-05-01 17:46:52 +00:00