Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling cross proejcts in concurrent #17

Open
humhei opened this issue Apr 13, 2019 · 0 comments
Open

Compiling cross proejcts in concurrent #17

humhei opened this issue Apr 13, 2019 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@humhei
Copy link
Owner

humhei commented Apr 13, 2019

For example
https://github.com/humhei/FCSWatch/tree/master/tests/datas
TestProject ref TestLibrary1
TestLibrary1 ref TestLibrary2

If TestLibrary2 is compiling but not completed then

  • Expect behavior
    TestLibrary1 should wait TestLibrary2 to completed

  • Actual behavior
    TestLibrary1 doesn't wait TestLibrary2 to completed

If TestLibrary2 is completed but exit code is NonZero

  • Expect behavior
    TestLibrary1 should not compiling until (TestLibrary2 's exit code is zero)

  • Actual behavior
    TestLibrary1 still take compiling

@humhei humhei added this to the 0.8.0 milestone Apr 13, 2019
@humhei humhei added the bug Something isn't working label May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant