quirks

Vars | |
quirk_blacklist | A list of quirks that can not be used with each other. |
---|---|
quirks | Associative list of "name" = /path/ of quirks |
sorted_quirks | Same as the above but sorted by the quirk cmp |
Procs | |
filter_invalid_quirks | Takes a list of quirk names and returns a new list of quirks that would be valid. If no changes need to be made, will return the same list. Expects all quirk names to be unique, but makes no other expectations. |
get_quirks | Returns the list of possible quirks |
Var Details
quirk_blacklist

A list of quirks that can not be used with each other.
quirks

Associative list of "name" = /path/ of quirks
sorted_quirks

Same as the above but sorted by the quirk cmp
Proc Details
filter_invalid_quirks
Takes a list of quirk names and returns a new list of quirks that would be valid. If no changes need to be made, will return the same list. Expects all quirk names to be unique, but makes no other expectations.
get_quirks
Returns the list of possible quirks