__color__,ticket,summary,component,version,milestone,type,owner,status,created,_changetime,_description,_reporter
3,2,enforce non-globality of files,HBuild,,,enhancement,Saizan,new,2009-07-30T02:18:23Z+0100,2009-07-30T02:18:23Z+0100,"In the current design we implicitly assume that if some part of your rules creates a file and some other part reads it then those two are connected by an explicit dependency, so basically you've to obtain a reference to the file by the expression that's creating it.

An explicit read of a file should happen only if that file is an input to the computation.

This assumption can be broken by using common filesystems, the EDSL provided abstraction of IO should check that it is respected.
",Saizan
4,1,implement a smarter scheduling of jobs,HBuild,,,enhancement,Saizan,new,2009-07-30T02:06:24Z+0100,2009-07-30T02:19:22Z+0100,"Currently JobControl uses a FIFO scheduling, we could instead give an higher priority to jobs that will unlock more targets by using information from the dependency graph.

This should bring us more parallelism and the cost of a more complex scheduler is probably not noticeable.",Saizan
