blob: 6739f67471f4e54439901d73ef1951e612aef0a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- Support for parallel builds [feature 0.5.0]
Notes
=====
* Need to make sure we don't change build state (except for few controlled
things like target state and mtime) during update.
~ Audit all uses of mutable.
~ Can we pass things (e.g., target) as const to update. The only issue is
how to change state/mtime.
* There is old design, review for any good ideas.
|