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 (960 forks)batch import
discussionhelp wanted

Repository metrics

Stars
 (21,417 stars)
PR merge metrics
 (Avg merge 10d 19h) (69 merged PRs in 30d)

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