2
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
force evaluate_depset outside of a func call, mainly for debugging purposes
ferringb
as Brian Harring
More... over 19 years ago
fix formatting typo for NonExistantDeps xml dump
ferringb
as Brian Harring
More... over 19 years ago
fixup a typo, and fixup virtuals special casing (will be lovely when new style are all that are used)
ferringb
as Brian Harring
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.
ferringb
as Brian Harring
More... over 19 years ago
fix stabled vcs check (off by one list access via last addition of another profile specific piece of data)
ferringb
as Brian Harring
More... over 19 years ago
use tristate filtering for depsets.
ferringb
as Brian Harring
More... over 19 years ago
fix dumb ass typo
ferringb
as Brian Harring
More... over 19 years ago
exempt non files from USE_EXPAND desc scans
ferringb
as Brian Harring
More... over 19 years ago
remove dead dnf_process_depset code
ferringb
as Brian Harring
More... over 19 years ago
file existance tests
ferringb
as Brian Harring
More... over 19 years ago
use cnf_solutions instead of disjunctive... faster on insane deps, and fairly constant mem usage
ferringb
as Brian Harring
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)
ferringb
as Brian Harring
More... over 19 years ago
fallback to normpath'ing the repo name if commandline specified doesn't suffice
ferringb
as Brian Harring
More... over 19 years ago
force utf8 checks on ebuilds also, and check for unneeded +x bit
ferringb
as Brian Harring
More... over 19 years ago
fix xml generation for VisibleCvs
ferringb
as Brian Harring
More... over 19 years ago
add check for ebuilds that are consumers of vcs eclasses, but are visible
ferringb
as Brian Harring
More... over 19 years ago
glep31/size checks
ferringb
as Brian Harring
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)
ferringb
as Brian Harring
More... over 19 years ago
add saner "repo name ain't valid" msg
ferringb
as Brian Harring
More... over 19 years ago
move from reports to pkgcore_checks (name sucks, but can change it down the line), add setup (distutils)
ferringb
as Brian Harring
More... over 19 years ago
horrible name, but slightly saner then runner.py
ferringb
as Brian Harring
More... over 19 years ago
seperate reporters, xml/str, command option to dump xml
ferringb
as Brian Harring
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
ferringb
as Brian Harring
More... over 19 years ago
fixup cat/cpv check enabling dependant on the limiter
ferringb
as Brian Harring
More... over 19 years ago
code shuffling/cleanup (make it saner)
ferringb
as Brian Harring
More... over 19 years ago
drop the iterkeys, just pass the obj in (gives it the ability to do __contains__ calls)
ferringb
as Brian Harring
More... over 19 years ago
maker runner able to ran multiple times, and integrate commandline.generate_restriction usage
ferringb
as Brian Harring
More... over 19 years ago
gut the hardcoded location arg, and use in initialization
ferringb
as Brian Harring
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
ferringb
as Brian Harring
More... over 19 years ago
__init__ template fixup...
ferringb
as Brian Harring
More... over 19 years ago