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

Build order is wrong with non trivial dependencies #26

Open
kenegozi opened this issue Aug 20, 2014 · 0 comments
Open

Build order is wrong with non trivial dependencies #26

kenegozi opened this issue Aug 20, 2014 · 0 comments

Comments

@kenegozi
Copy link
Contributor

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'.

kenegozi added a commit to kenegozi/Phantom that referenced this issue Aug 20, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant