root/releases/pkgcore-checks/0.2/TODO @ marienz%2540gentoo.org-20061121201623-5bcc0f402b293d88

Revision marienz%2540gentoo.org-20061121201623-5bcc0f402b293d88, 1.0 kB (checked in by Marien Zwart <marienz@…>, 2 years ago)

Remove some TODO entries.

Line 
1- back out package.provided hack in visibility, fix start prototype
2- tests (dar)
3- silence profile deprecation warnings; pkgcore mod, but noting it here since
4  it's bit more relevant to pcheck
5- rework filter-env so it dumps a struct representing the parsing instead of
6  doing it inline; add python bindings, use that for source flow analysis
7- look into trying to identify unused functions in an ebuild; eclasses, and
8  bash support for f() { echo "monkeys"; };x=f;${!x}; makes this potentially
9  likely to be a major false positive source.
10- subshelled dies
11- some form of exemption syntax, for spots where the ebuild is doing something
12  normally bad, but valid in this scenario
13- some form of -jN test (complex/hard)
14- parallelize the bugger (potentially hard).  can probably thread it splitting
15  it such that check x handles checks using globals x (cache mainly), other
16  checks being bits that don't; gain may not be much since the major time
17  consumers are visibility and unported_mod_x
Note: See TracBrowser for help on using the browser.