-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Labels
enhancementenhancement to a current featureenhancement to a current feature
Description
We need a version manager similar to rustup
that allows downloading, installing, and managing different versions of the compiler and forc
. I suggest calling this forcup
.
For now, the version manager should be able to:
- Download a toolchain for a provided architecture from GitHub (depends on Setup CI to automatically publish
forc
binary for supported architectures under each release sway#1191). The toolchain includes a docs directory. - Also download plugins (
forc-fmt
,forc-lsp
, etc.). - Set the default toolchain version.
- Enable reading of the default toolchain version (so that
forc
can detect when you're using the wrong version that doesn't match what's configured in the manifest file).
digorithm and eureka-cpu
Metadata
Metadata
Assignees
Labels
enhancementenhancement to a current featureenhancement to a current feature
Type
Projects
Status
Done