-
-
Notifications
You must be signed in to change notification settings - Fork 827
Insights: gleam-lang/gleam
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v1.11.0-rc2
published
May 29, 2025 -
v1.11.0
published
Jun 2, 2025 -
v1.11.1
published
Jun 5, 2025
43 Pull requests merged by 11 people
-
Smaller record update code
#4719 merged
Jun 24, 2025 -
Add warning for redundant comparisons
#4687 merged
Jun 24, 2025 -
Allow "pattern match on variable" on use assignments as well
#4720 merged
Jun 24, 2025 -
Fix JavaScript object equality
#4705 merged
Jun 24, 2025 -
Add more control over list formatting
#4674 merged
Jun 23, 2025 -
Fix compiler crash for UTF-codepoint segments on the JavaScript target
#4713 merged
Jun 23, 2025 -
Only show relevant labels for "incorrect arity" error message
#4715 merged
Jun 23, 2025 -
Format error module
#4695 merged
Jun 22, 2025 -
Fix Forgejo repo/view-source links
#4706 merged
Jun 22, 2025 -
Fix extracting
use
statements#4696 merged
Jun 22, 2025 -
Friendly multi spread
#4692 merged
Jun 18, 2025 -
Stop emitting two incorrect arity errors for wrong patterns
#4694 merged
Jun 18, 2025 -
Better error message for unknown variable named as an ignored variable
#4686 merged
Jun 18, 2025 -
Improve definitions naming
#4684 merged
Jun 16, 2025 -
Warn when top-level definition shadows imported value
#4672 merged
Jun 16, 2025 -
Add jsdoc comments to generated javascript code
#4611 merged
Jun 16, 2025 -
Feature/error pythonic import
#4401 merged
Jun 16, 2025 -
Bump pubgrub.
#4480 merged
Jun 16, 2025 -
Improve the look of error labels
#4685 merged
Jun 16, 2025 -
Improve echo
#4681 merged
Jun 15, 2025 -
show latest major version available in
gleam deps update
#3876 merged
Jun 10, 2025 -
Dead code elimination for definitions
#4669 merged
Jun 10, 2025 -
Fix bugs with "Inline variable" code action
#4671 merged
Jun 10, 2025 -
Collapse
if-else
statements in decision tree generation#4678 merged
Jun 10, 2025 -
Fix #4565
#4595 merged
Jun 6, 2025 -
Internal types in docs
#4670 merged
Jun 5, 2025 -
Warn for duplicate imports
#4668 merged
Jun 4, 2025 -
Add a document to track things we'd like for v2
#4662 merged
Jun 4, 2025 -
Make sure bit array float segments will not match on NaN and Infinity
#4638 merged
Jun 3, 2025 -
Fix changelog
#4654 merged
Jun 1, 2025 -
Fix completions inside constant strings
#4655 merged
Jun 1, 2025 -
Fix function generation for function captures
#4656 merged
Jun 1, 2025 -
Fix
assert
warnings#4645 merged
May 31, 2025 -
Make sure build tool does not try and run module whose main function is private
#4593 merged
May 31, 2025 -
Fix JS bug with pipes and
assert
#4644 merged
May 31, 2025 -
Allow zero-length bit array segments on JS
#4636 merged
May 29, 2025 -
Fix code generation of nested bit array patterns on JavaScript
#4633 merged
May 28, 2025 -
Fix local variable completions
#4629 merged
May 28, 2025 -
Fix missing patterns for opaque types
#4631 merged
May 28, 2025 -
Make
static_vcruntime
dependency windows-specific#4632 merged
May 28, 2025 -
Include path in panics
#4622 merged
May 27, 2025 -
Remove a duplicated changelog entry
#4623 merged
May 26, 2025
5 Pull requests opened by 3 people
-
Implement basic function inlining
#4677 opened
Jun 9, 2025 -
Deprecate _ as x patterns
#4683 opened
Jun 13, 2025 -
Allow maths expressions in bit array size patterns
#4708 opened
Jun 22, 2025 -
Suggest unlocking locked deps
#4723 opened
Jun 24, 2025
44 Issues closed by 4 people
-
Warn on useless comparisons
#4205 closed
Jun 24, 2025 -
Allow "pattern match on variable" in use variables as well
#4718 closed
Jun 24, 2025 -
Javascript `isEqual` does not check if first object contains additional properties
#4699 closed
Jun 24, 2025 -
Allow more control when formatting lists
#4628 closed
Jun 23, 2025 -
Compiler bug when compiling a `utf8_codepoint` case to the Javascript target
#4700 closed
Jun 23, 2025 -
Confusing incorrect arity hint when labelled arguments are provided without labels
#3884 closed
Jun 23, 2025 -
Compiler panic: invalid slice type made it to code generation: UtfCodepoint
#4709 closed
Jun 23, 2025 -
Issues with View Source links in docs for forgejo repositories
#4688 closed
Jun 22, 2025 -
Extract variable on `use` generates garbled code
#4675 closed
Jun 22, 2025 -
string.to_graphemes(input) change the input type to list
#4703 closed
Jun 20, 2025 -
Return helpful error message when unable to create build lock
#3809 closed
Jun 18, 2025 -
Double incorrect arity error on pattern
#4693 closed
Jun 18, 2025 -
Show custom warning when using an ignored variable
#4512 closed
Jun 18, 2025 -
Adding missing patterns doesn't import modules that the records come from
#4690 closed
Jun 17, 2025 -
Go to docs for types
#2125 closed
Jun 17, 2025 -
Deprecate shadowing imported value
#4666 closed
Jun 16, 2025 -
Gleam Doc Comments into Javascript JsDoc
#4597 closed
Jun 16, 2025 -
Lucy is not rotating on site
#3454 closed
Jun 16, 2025 -
`echo` crashes on infinite/selfreferencing datastructures (JS)
#4680 closed
Jun 15, 2025 -
Importing gleam-core as lib causes import errors
#4682 closed
Jun 12, 2025 -
Have `gleam update` display a summary of updates + any later versions that could not be updated to
#2583 closed
Jun 10, 2025 -
Do not generate code for unused private types and functions
#4667 closed
Jun 10, 2025 -
bug: inline variable code action can lead to invalid syntax
#4660 closed
Jun 10, 2025 -
Improve decision tree generated code for `if-else` branches
#4522 closed
Jun 10, 2025 -
Use Gleam version as a constraint in package resolution
#4673 closed
Jun 10, 2025 -
"Unqualify `type`" code action does not show up in record declarations
#4565 closed
Jun 6, 2025 -
Deprecate importing one module multiple times
#4665 closed
Jun 4, 2025 -
Improved result type mismatch error message with `use`
#4640 closed
Jun 4, 2025 -
Improved result type mismatch error message in case statement
#4639 closed
Jun 4, 2025 -
Incorrect 'Unreachable pattern' warning on v1.11.0-rc2
#4637 closed
Jun 3, 2025 -
Sequence of pattern matching lead to `_block` is not defined
#4659 closed
Jun 2, 2025 -
Language server provides completions within constant strings
#4652 closed
Jun 1, 2025 -
"Generate function" code action behaves weirdly with function captures
#4653 closed
Jun 1, 2025 -
Raise a compile error if a module would have the same name as an existing Erlang module
#1267 closed
Jun 1, 2025 -
Compiler tries running modules with private main function
#4592 closed
May 31, 2025 -
Unqualfied unused imports code action doesn't remove brackets
#4624 closed
May 31, 2025 -
Warning when comparing an element to itself
#4641 closed
May 31, 2025 -
JavaScript codegen bug with `assert`
#4643 closed
May 31, 2025 -
Matching zero-length segment of BitArray fails on JS
#4635 closed
May 29, 2025 -
The package `gleam_stdlib` requires a Gleam version satisfying 1.9.0 <= v but you are using v1.6.0.
#4634 closed
May 29, 2025 -
Compiler crash when compiling specific pattern on javascript
#4630 closed
May 28, 2025 -
Variable completion goes out of case arm bounds
#4625 closed
May 28, 2025 -
Added missing patterns are invalid for opaque types
#4626 closed
May 28, 2025 -
Gleam build tool fails compiling Erlang on Windows with OTP28
#4619 closed
May 27, 2025
14 Issues opened by 7 people
-
Bug with list formatting on main
#4722 opened
Jun 24, 2025 -
Allow "add type signature" in a larger span
#4717 opened
Jun 24, 2025 -
Allow to rename a module in a `ModuleSelect`
#4716 opened
Jun 24, 2025 -
Add custom messages to `echo as`
#4714 opened
Jun 23, 2025 -
Invalid code generated for `let assert` on the JavaScript target
#4712 opened
Jun 23, 2025 -
LSP: LSP timeout on file save
#4711 opened
Jun 23, 2025 -
Unable to clear package from global cache
#4698 opened
Jun 18, 2025 -
Generated tarball contains malformed source code files
#4697 opened
Jun 18, 2025 -
Deprecate `_ as x` patterns
#4664 opened
Jun 4, 2025 -
Add a warning when using a dev dependency in `/src`
#4663 opened
Jun 4, 2025 -
Avoid calling `bitArraySliceToFloat` in generated JS for float patterns
#4658 opened
Jun 2, 2025 -
Hex Gleam dependency packages with colliding Erlang modules can fail to raise a compile error
#4657 opened
Jun 1, 2025 -
let bindings are typechecked using their inferred type not their (narrowed) annotated type
#4642 opened
May 30, 2025 -
Add LSP autocomplete to bit array options
#4627 opened
May 26, 2025
18 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.
-
Add a qualified/unqualified import code actions for unknown values/types
#4615 commented on
Jun 16, 2025 • 56 new comments -
Refuse to publish packages that import dev dependencies
#4567 commented on
Jun 16, 2025 • 2 new comments -
Bug Fix: store typescript_declarations config and rebuild if changed (Attempt 2)
#4562 commented on
Jun 16, 2025 • 2 new comments -
Allow specifying a tag prefix for documentation
#4555 commented on
Jun 24, 2025 • 2 new comments -
Made compiler show a hint to import unqualified types/values
#4602 commented on
Jun 6, 2025 • 0 new comments -
Use new printer for signature help
#4589 commented on
Jun 16, 2025 • 0 new comments -
Delete gleam compile file after compilation
#4518 commented on
Jun 17, 2025 • 0 new comments -
Warn when running a deprecated or internal module main function
#4283 commented on
Jun 17, 2025 • 0 new comments -
suggest unlocking locked pkgs that cause dep resolution failures
#3970 commented on
Jun 18, 2025 • 0 new comments -
REPL
#25 commented on
Jun 23, 2025 • 0 new comments -
Permit maths expressions in bit array size patterns
#4606 commented on
Jun 21, 2025 • 0 new comments -
Add `path` support for git dependencies
#4556 commented on
Jun 18, 2025 • 0 new comments -
Sourcemaps
#2249 commented on
Jun 16, 2025 • 0 new comments -
Allow endianness specifiers for pattern matching on codepoints
#4601 commented on
Jun 10, 2025 • 0 new comments -
LSP: Rename modules
#4370 commented on
Jun 7, 2025 • 0 new comments -
Use cached deps version information when network connection is not available
#2162 commented on
Jun 6, 2025 • 0 new comments -
Re-export types and values from other modules
#614 commented on
Jun 6, 2025 • 0 new comments -
Favour public alias over internal definition for types in the language server
#3898 commented on
May 29, 2025 • 0 new comments