On Sun, Jul 6, 2014 at 3:16 PM, Kim Gräsman <[email protected]> wrote: > > I have some ideas for dependency breaking, but some deps are so deeply > ingrained that I need some hand-holding...
More specifically -- - the cycle between command and process can be broken by separating job parallellization out of process. Does it make sense to add a new module jobs.py? - Some modules seem too small to be useful, e.g. I'd like to merge: - implicit into data - win32process into process - globrelative into util This won't affect circular deps, but it will make the graph smaller. Sound good? - The setup of functions.functionmap seems like it should be moved to where it's consumed. I haven't looked into the details, but parser seems like a candidate. Thanks, - Kim _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

