| 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 |
|---|