Skip to content

Order matters in ./distribute.sh -m options #50

@rcludwick

Description

@rcludwick

Order matters.

If a list of dependencies can be generated as a dictionary like this:

   { 'a' : [ 'b', 'c', 'd' ] , 'e' : [ 'b' ] }   ( a depends upon b, c, and d.  e depends upon b )

Then the following code can generate an ordered build list correctly based upon the dependency dictionary:

https://gist.github.com/3663979

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions