Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Build order is wrong with non trivial dependencies #26

@kenegozi

Description

@kenegozi

with the following script:

target a:
  print "a"

target b,(a,):
  print "b"

target c,(a,):
  print "c"

target d,(a,b,c):
  print "d"

building target 'd' results with target 'b' being called before target 'a'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions