codewars / factor

Container image for Factor
MIT License
1 stars 1 forks source link

Remove vocabs that rely on already removed vocabs #15

Open Kacarott opened 9 months ago

Kacarott commented 9 months ago

During the build process, a handful of vocabularies from extra are removed due to being useless anyway, and to save space. However a number of other vocabs which rely on these vocabs (and are therefore also useless in the context of codewars) still remain, taking up space and potentially causing issues when a solver attempts to use a word from a vocabulary which appears to be there, but breaks due to a dependency not existing. These should also be removed.

nomennescio commented 9 months ago

Good idea