Original report by me.
Originally reported on Google Code with ID 252
Some components may require other components to function. For instance:
- dictionary import requires wordfreq_ck (it may be outdated but it shouldn't be missing)
- kanjidic import (in present form) requires unihan and radicals.txt
Perhaps there's a need to implement component dependencies:
[child]
Requires=parent1,parent2
Then every time we download child for any reason, both parents shall be downloaded.
This needs to be thought through, a decision is made what strategy to employ with dependencies
(see comments) and then it implemented.
Reported by himselfv on 2014-06-05 15:50:34
Original report by me.
Originally reported on Google Code with ID 252
Reported by
himselfvon 2014-06-05 15:50:34