Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

CHANGELOG

author
Giacomo Cavalieri
committer
Louis Pilfold
date (Jul 14, 2026, 12:57 PM +0100) commit 7b700240 parent 34567f6d change-id nuzkqtsy
+12
+12
CHANGELOG.md
··· 474 474 definitions for records with a field named `constructor`. 475 475 ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 476 476 477 + - Fixed a bug where the compiler would generate invalid code for `let assert` 478 + expression with bit array patterns. 479 + ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 480 + 481 + - Fixed a bug where the compiler would evaluate the numerator and denominator 482 + of a division in the wrong order. 483 + ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 484 + 485 + - Fixed a bug where the compiler would generate Erlang code that raises further 486 + warnings for unused values. 487 + ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 488 + 477 489 - Fixed a bug where the compiler would raise a warning for truncated int 478 490 segments when compiling a function with a JavaScript external. 479 491 ([Giacomo Cavalieri](https://github.com/giacomocavalieri))