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

Don't fail loading subprojects if subprojects_dir is in a subdirectory #2943

Merged
merged 4 commits into from
Feb 18, 2018
Merged

Commits on Feb 12, 2018

  1. Show a better error message if subproject can not be configured

    Previously, Meson was showing a subproject being downloaded after later
    claiming it doesn't exist.
    This patch shows the actual error to clarify why the given subproject
    can not be used.
    ximion committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f35606f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3274f95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b57b82e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Don't mention "error" in error messages

    Starting with VS 2017 if the output of any command run by VS contains
    the word Error it will interpret that as a fatal error, even if the exit
    error code is zero.
    This messes up the unit tests on VS 2017, because we sometimes want to
    deliberately ignore error messages.
    Change "Error" to "Problem" to mitigate this issue until a more
    permanent solution is found.
    ximion committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    a64a237 View commit details
    Browse the repository at this point in the history