"package"-local modules #352
Labels
component: build
The plzbuild tool
component: docs
Documentation
meta: triaged
Has the issue been triaged yet?
skill: mercury
status: blocked
Blocked on other issues/work. The first comment/description must say what they're blocked on.
type: enhancement
Milestone
We need to find a way to explain this succinctly without saying Packages, or accept that's the term we'll use and go with it. But it's not a concrete thing.
Support modules that are local to a group of modules (export symbols those may import) but not to outside that group. Groups (aka packages) are defined by heirachy. Eg:
Net.HTTP
andNet.FTP
may both import a local (maybe "private"?) moduleNet.Utils
, butMyApp
may not useNet.Utils
directly.Depends on #316 because it's going to interact with libraries and #260
The text was updated successfully, but these errors were encountered: