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

Make sure the test runner gets rebuilt whenever ponyc gets rebuilt #4362

Merged
merged 1 commit into from
Jul 7, 2023

Commits on Jul 6, 2023

  1. Make sure the test runner gets rebuilt whenever ponyc gets rebuilt

    Prior to this commit, a call to `make build` would not rebuild the
    test `runner` whenever `ponyc` would get rebuilt. This could
    cause some confusion, especially if `libponyrt` changed, as one
    would expect `make build` to ensure the `runner` is built using the
    latest version of the runtime and compiler.
    
    This commit ensures that the runner will get rebuilt whenever
    `ponyc` gets rebuilt by adding `ponyc` as an explicit dependency
    to the `runner` build command.
    dipinhora committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1ec037b View commit details
    Browse the repository at this point in the history