Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-10 | Preparatory work for public/private variable distinction | Boris Kolpackov | 1 | -0/+2 | |
We still always use the public var_pool from context but where required, all access now goes through scope::var_pool(). | |||||
2021-09-29 | Add notion of bundle amalgamation scope | Boris Kolpackov | 1 | -0/+2 | |
2021-09-14 | Consistently install prerequisites from any scope by default | Boris Kolpackov | 1 | -0/+32 | |
It is also now possible to adjust this behavior with global config.install.scope override. Valid values for this variable are: project -- only from project strong -- from strong amalgamation weak -- from weak amalgamation global -- from all projects (default) |