| force evaluate_depset outside of a func call, mainly for debugging purposes |
|
More...
|
over 19 years ago
|
| fix formatting typo for NonExistantDeps xml dump |
|
More...
|
over 19 years ago
|
| fixup a typo, and fixup virtuals special casing (will be lovely when new style are all that are used) |
|
More...
|
over 19 years ago
|
| and.... now we trade off some of the carefully gained runtime via forcing lookup of all nodes to do nonexistance checks. |
|
More...
|
over 19 years ago
|
| fix stabled vcs check (off by one list access via last addition of another profile specific piece of data) |
|
More...
|
over 19 years ago
|
| use tristate filtering for depsets. |
|
More...
|
over 19 years ago
|
| fix dumb ass typo |
|
More...
|
over 19 years ago
|
| exempt non files from USE_EXPAND desc scans |
|
More...
|
over 19 years ago
|
| remove dead dnf_process_depset code |
|
More...
|
over 19 years ago
|
| file existance tests |
|
More...
|
over 19 years ago
|
| use cnf_solutions instead of disjunctive... faster on insane deps, and fairly constant mem usage |
|
More...
|
over 19 years ago
|
| move insoluable check to outside the potential scan; if it has an insoluable, no point in doing lookup on any atoms in that potential (the solution is known bad) |
|
More...
|
over 19 years ago
|
| fallback to normpath'ing the repo name if commandline specified doesn't suffice |
|
More...
|
over 19 years ago
|
| force utf8 checks on ebuilds also, and check for unneeded +x bit |
|
More...
|
over 19 years ago
|
| fix xml generation for VisibleCvs |
|
More...
|
over 19 years ago
|
| add check for ebuilds that are consumers of vcs eclasses, but are visible |
|
More...
|
over 19 years ago
|
| glep31/size checks |
|
More...
|
over 19 years ago
|
| awareness of if it's a combined tree, or standalone for target repo, and spitting a warning for when combined (namely, certain tests disabled) |
|
More...
|
over 19 years ago
|
| add saner "repo name ain't valid" msg |
|
More...
|
over 19 years ago
|
| move from reports to pkgcore_checks (name sucks, but can change it down the line), add setup (distutils) |
|
More...
|
over 19 years ago
|
| horrible name, but slightly saner then runner.py |
|
More...
|
over 19 years ago
|
| seperate reporters, xml/str, command option to dump xml |
|
More...
|
over 19 years ago
|
| metadata.xml validation/well formed checks. if using xmllint, takes around 67s, is pyxml is merged, uses libxml2, takes 5s |
|
More...
|
over 19 years ago
|
| fixup cat/cpv check enabling dependant on the limiter |
|
More...
|
over 19 years ago
|
| code shuffling/cleanup (make it saner) |
|
More...
|
over 19 years ago
|
| drop the iterkeys, just pass the obj in (gives it the ability to do __contains__ calls) |
|
More...
|
over 19 years ago
|
| maker runner able to ran multiple times, and integrate commandline.generate_restriction usage |
|
More...
|
over 19 years ago
|
| gut the hardcoded location arg, and use in initialization |
|
More...
|
over 19 years ago
|
| make the limiter overidable for repo querying, and add in inspection to determine type of tests that can be ran |
|
More...
|
over 19 years ago
|
| __init__ template fixup... |
|
More...
|
over 19 years ago
|