Skip to content

Dependencies in Component Downloader #252

@himselfv

Description

@himselfv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingminor

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions