gleam-lang/gleam

Support a shared build directory for multi-package projects.

Open

#2,184 opened on May 28, 2023

View on GitHub
 (5 comments) (1 reaction) (0 assignees)Rust (21,417 stars) (960 forks)batch import
discussionhelp wanted

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.

Contributor guide