gleam icon indicating copy to clipboard operation
gleam copied to clipboard

⭐️ A friendly language for building type-safe, scalable systems!

Results 441 gleam issues
Sort by recently updated
recently updated
newest added

I have triggered a compiler crash when pattern matching on bit arrays. ## Versions Gleam version 1.2.1 OS: Ubuntu 22.04.4 ## Steps to reproduce ``` $ gleam new bit_array_crash $...

bug
help wanted
good first issue

After replacing a version on hex, gleam is unable to find the new tarball for the version, and continues to serve the old one. Steps to reproduce: - Download the...

bug
help wanted
discussion
priority:medium

## To Reproduce ```rs let assert #([d, ..], ) = #([2, 3], ) ``` ## System Specs Runtime: `erlang` OS: `ubuntu` using `wsl` on `Windows 10` Gleam version output: ```...

bug
help wanted
good first issue
priority:high

I'd like to rename one of the types and be able to refactor the whole app. I currently am receiving a `method textDocument/rename is not supported` on Neovim.

help wanted
priority:medium

This is currently not valid syntax: ```gleam pub const foo = "foo" pub const foo_bar = foo "bar" ``` It would be great if this would work!

help wanted
good first issue
priority:medium

### Discussed in https://github.com/gleam-lang/gleam/discussions/3241 Originally posted by **nicklimmm** June 3, 2024 I often find myself removing the unused imported types and values manually after I'm done with prototyping or refactoring....

help wanted
priority:medium

Starting from OTP 26 erlang/otp#6915, warnings are emitted for unbound type variables, for example: ```erlang -spec try_call_timeout_test() -> {ok, GGA} ``` We need to replace this unbound type variable with...

bug
help wanted
good first issue
priority:high

The current bindings for the wasm compiler only exposing add files/modules into the main project but not dependency files.

help wanted
priority:medium

Originally mentioned in #2958. Support some sort of `as` syntax when using `let assert` to add additional context as for why we want to panic. For example, if querying for...

This is on Windows 11, VS Code 1.89.1, Gleam 1.2.0 I set environment variable GLEAM_LOG=trace, but didn't seem to make any difference to the output. INFO creating_new_language_server_engine path="\\\\wsl.localhost\\Ubuntu\\home\\shane\\dev\\gleam\\gleam_cymbal" error: Fatal...

bug