gleam-lang/gleam
Voir sur GitHubhave `gleam check`, `gleam build` validate the gleam.toml schema
Open
#5 301 ouverte le 19 janv. 2026
help wanted
Métriques du dépôt
- Stars
- (21 417 stars)
- Métriques de merge PR
- (Merge moyen 10j 19h) (69 PRs mergées en 30 j)
Description
Currently the inclusion of a spurious field in gleam.toml goes silently unremarked upon.
This caused me some grief just now as I didn't spot that a local dependency list should appear under [dependencies] not above it.
The proposal would be for gleam build to report the presence of unrecognized/unsupported fields in gleam.toml before it tries to build anything, i.e., for gleam build to validate the gleam.toml schema. (As versioned by the Gleam version.)