gleam-lang/gleam

Support a shared build directory for multi-package projects.

Open

#2 184 ouverte le 28 mai 2023

Voir sur GitHub
 (5 commentaires) (1 réaction) (0 assignés)Rust (960 forks)batch import
discussionhelp 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

Continuing work for https://github.com/gleam-lang/gleam/pull/2153.

Add a way to create a collection of projects which all use a single manifest and pin the same version of any given package. This would allow the compiler to share build caches between local dependencies, potentially increasing compile speed for large projects.

Guide contributeur