-
-
Notifications
You must be signed in to change notification settings - Fork 808
Insights: gleam-lang/gleam
Overview
14 Pull requests merged by 8 people
-
Bool assert idea
#3828 merged
Mar 23, 2025 -
Use a call graph for usage detection
#4380 merged
Mar 23, 2025 -
Fix bug with code generation of case clauses
#4384 merged
Mar 23, 2025 -
Only offer "Generate JSON encoder" code action if
gleam_json
is a dependency#4377 merged
Mar 23, 2025 -
Improve error message when giving the wrong password for a local token
#4339 merged
Mar 23, 2025 -
Add export package-information command
#4298 merged
Mar 22, 2025 -
Update local development dependencies documentation
#4316 merged
Mar 22, 2025 -
gleam dev idea
#3831 merged
Mar 22, 2025 -
Rework bit arrays
#4378 merged
Mar 22, 2025 -
Simplify CI Release Process
#4275 merged
Mar 20, 2025 -
Fix and clarify cache file handling
#4325 merged
Mar 20, 2025 -
Fix renaming of types in variant constructor definitions
#4374 merged
Mar 20, 2025 -
Simplify test macros
#4371 merged
Mar 19, 2025 -
Improve error message for invalid target in attribute
#4369 merged
Mar 19, 2025
3 Pull requests opened by 3 people
-
Use decision trees for code generation on the js target
#4382 opened
Mar 22, 2025 -
Added code action to wrap case clause body in braces
#4390 opened
Mar 24, 2025 -
Warn when asserting on variants which have been inferred
#4392 opened
Mar 24, 2025
22 Issues closed by 3 people
-
Using `echo` instead of `io.debug` in new projects creation.
#4391 closed
Mar 24, 2025 -
Unused import warning on constructor if type alias with the same name exists
#3552 closed
Mar 23, 2025 -
Replace use detection with a call graph
#2634 closed
Mar 23, 2025 -
Fatal bug in javascript code generation of case clauses
#4383 closed
Mar 23, 2025 -
Only offer "Generate JSON encoder" code action if `gleam_json` is a dependency
#4376 closed
Mar 23, 2025 -
Unclear error message when giving the wrong password for a local token
#4317 closed
Mar 23, 2025 -
Language Server drastically slows down on large codebase
#3585 closed
Mar 23, 2025 -
Unable to build from Git
#4381 closed
Mar 22, 2025 -
Package Compiler never empties the stale tracker
#3141 closed
Mar 22, 2025 -
The implementation of compiling OR patterns is incorrect
#2574 closed
Mar 22, 2025 -
Return a friendly error message when a lock cannot be established
#2282 closed
Mar 22, 2025 -
Installation of Elixir by the build tool
#2408 closed
Mar 22, 2025 -
LSP: Remove syntax error diagnostics from files outside a Gleam project when the syntax error is fixed
#2171 closed
Mar 22, 2025 -
Decide on convention for generated code
#2086 closed
Mar 22, 2025 -
Mark modules as stale if they import a module that has since been deleted
#1970 closed
Mar 22, 2025 -
Add command to export deps/config
#4240 closed
Mar 22, 2025 -
Temporarily removed file does not always get recompiled
#4320 closed
Mar 20, 2025 -
Clarify the meaning of "literal" in AST
#4242 closed
Mar 20, 2025 -
Extract const code action
#3936 closed
Mar 20, 2025 -
The `Unknown Module` hint doesn't consider further modules
#4373 closed
Mar 20, 2025 -
Rename Types incorrectly replace in named variants of types in other modules
#4372 closed
Mar 20, 2025 -
Improve error message for invalid target in attribute
#4362 closed
Mar 19, 2025
10 Issues opened by 4 people
-
JavaScript codegen bug with custom `let assert` message
#4395 opened
Mar 25, 2025 -
JavaScript codegen bug when a `let` statement is the last in a block
#4394 opened
Mar 25, 2025 -
JavaScript codegen bug regarding `let assert`
#4393 opened
Mar 25, 2025 -
Show warning for `let assert` that is guaranteed to fail
#4389 opened
Mar 24, 2025 -
BitArray pattern on JS target never matches despite being equal to the created value
#4388 opened
Mar 23, 2025 -
Crash for bit array pattern on JS target
#4387 opened
Mar 23, 2025 -
Implement Gleam `dev`
#4386 opened
Mar 23, 2025 -
Implement bool `assert`
#4385 opened
Mar 23, 2025 -
Add code action to wrap case clause body in braces
#4375 opened
Mar 20, 2025 -
LSP: Rename modules
#4370 opened
Mar 18, 2025
17 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Make compiler hint to import unqualified types/values
#4304 commented on
Mar 24, 2025 • 29 new comments -
Warn when running a deprecated or internal module main function
#4283 commented on
Mar 23, 2025 • 10 new comments -
Deprecate HEXPM_USER and HEXPM_PASS in favour of HEXPM_API_KEY
#4336 commented on
Mar 24, 2025 • 5 new comments -
Friendly error when using multiple spreads
#4265 commented on
Mar 23, 2025 • 1 new comment -
fix merged functions and constants as values in html docs generator
#4277 commented on
Mar 23, 2025 • 0 new comments -
Setup Build SBoM & Build Provenance
#4276 commented on
Mar 20, 2025 • 0 new comments -
Warn if the same operand is on either side of the equality operator
#4213 commented on
Mar 22, 2025 • 0 new comments -
show latest major version available in `gleam deps update`
#3876 commented on
Mar 20, 2025 • 0 new comments -
Add sourcemap generation to JavaScript codegen target
#3675 commented on
Mar 23, 2025 • 0 new comments -
Improve resolution error messages
#3640 commented on
Mar 22, 2025 • 0 new comments -
Unable to provide alternative hexpm credentials for `gleam publish`
#4318 commented on
Mar 24, 2025 • 0 new comments -
`gleam hex authenticate` must be run twice to switch accounts.
#4319 commented on
Mar 24, 2025 • 0 new comments -
"Extract Variable" doesn't properly work with `use` and `case`
#4269 commented on
Mar 22, 2025 • 0 new comments -
Type inference issue expected Test(a) but found Test(a)
#2550 commented on
Mar 22, 2025 • 0 new comments -
Support explicit generalisation of assigned values with annotations
#2143 commented on
Mar 22, 2025 • 0 new comments -
Partial application of functions in constants
#2177 commented on
Mar 22, 2025 • 0 new comments -
Allow basic math/... expressions in the const syntax
#1488 commented on
Mar 19, 2025 • 0 new comments