blob: 6c2397bc5cc21c43e37ca79be1a75000b9bf81c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- 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.
|