1c0b1888495aacd609e34c09f3b28629caf8e17d
[vuplus_bitbake] / TODO
1 On popular request by popular people a list of tasks to-do:
2
3         -Kill insecure usage of os.system either by properly escaping
4          the strings or a faster replacement not involving /bin/sh
5         -Unpack only the real file and do not use wild-cards (is that the case)
6         -Introduce a -p option to automatically hotshot/profile the
7          run
8         -Cache dependencies separately and invalidate them when any file
9          changed.
10         -Fix data_dict.py
11         -...
12
13
14 DONE:
15 ·       -On generating the inter package deps do not parse each file multiply
16 ·        times.
17         -We build the lists while parsing the data now
18 ·       (WAS: Do not generate the world dependency tree, only when someone
19 ·             requests it.
20