1 comment (1 comment)7 reactions (7 reactions)0 assignees (0 assignees)Rust21,417 stars (21,417 stars)960 forks (960 forks)batch import
help wanted
Description
So Gleam programmers can change their record labels quickly and easily.
Contributor guide
- Tech stack
- rust
- Domain
- developer experiencetooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Gleam languageLanguage Server ProtocolRust
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- Explore the language server implementation in the Gleam repository (likely under a 'compiler core' or 'ls' directory). Check existing rename implementations for other language constructs (e.g., variables) to understand the pattern. Review the Gleam language specification for record labels. Engage with the single comment on the issue for any additional context.