-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Currently the "special tokens" are the following:
ALL_SOLVABLE – any regular module
ALL_NEEDY – any needy module
ALL_VANILLA – any vanilla regular module
ALL_MODS – any mod regular module
ALL_VANILLA_NEEDY – any vanilla needy module
ALL_MODS_NEEDY – any mod needy module
However, I (personally) feel like some are missing and some should be renamed more like this:
ALL – any module
ALL_SOLVABLE – any regular module
ALL_NEEDY – any needy module
ALL_VANILLA – any vanilla module
ALL_MODS – any mod module
ALL_VANILLA_SOLVABLE – any vanilla regular module
ALL_MODS_SOLVABLE – any mod regular module
ALL_VANILLA_NEEDY – any vanilla needy module
ALL_MODS_NEEDY – any mod needy module
To me, this one both makes more sense and is more flexible, with more options.
Of course I don't actually know if this is actually possible to implement but if it is it'd be really helpful. Thanks.