Changes between Version 2 and Version 3 of Ticket #1594
- Timestamp:
- 03/29/11 16:12:39 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1594 – description
v2 v3 5 5 Sub-tasks: 6 6 7 * Keep a queue of available build tasks and schedule the tasks on multiple threads, while respecting task dependencies. Cabal already has an idea of what needs to be built in which order so you don't need to start from scratch.7 * Keep a queue of available build tasks and schedule the tasks on multiple threads, while respecting task dependencies. Cabal already has an idea of what needs to be built in which order so you don't need to start from scratch. 8 8 9 * Adapt the program output (including logging) system so that parallel builds don't generate garbled output.9 * Adapt the program output (including logging) system so that parallel builds don't generate garbled output. 10 10 11 11 See this ticket for more information: http://hackage.haskell.org/trac/hackage/ticket/447
