gleam-lang/gleam

have `gleam check`, `gleam build` validate the gleam.toml schema

Open

#5.301 aberto em 19 de jan. de 2026

Ver no GitHub
 (13 comments) (0 reactions) (0 assignees)Rust (960 forks)batch import
help wanted

Métricas do repositório

Stars
 (21.417 stars)
Métricas de merge de PR
 (Mesclagem média 10d 19h) (69 fundiu PRs em 30d)

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.)

Guia do colaborador