FuelLabs/sway

Warn users when their `forc` toolchain is out of date

Aberta

#5.280 aberto em 15 de nov. de 2023

 (1 comentário) (0 reação) (1 responsável)Rust (5.421 forks)batch import
enhancementforcgood first issuelanguage server

Métricas do repositório

Stars
 (61.702 estrelas)
Métricas de merge de PR
 (Mesclagem média 22h 6m) (16 fundiu PRs em 30d)

Description

forc should should notify users when their active toolchain is out of date. E.g. if they use forc commands on the beta-4 toolchain, but there are new patch releases available it could have some warning message that they are on an out of date version. Same for the LSP - perhaps we could propagate this message in the editor somehow.

A single console message would be good, similar to what the github cli does when you use it and there is a new update you havent applied yet:

A new release of gh is available: 2.32.1 → 2.38.0
To upgrade, run: brew upgrade gh
https://github.com/cli/cli/releases/tag/v2.38.0

Guia do colaborador