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

Ensure proper paths are shown in config loading exceptions #11056

Merged

Commits on Sep 6, 2019

  1. Fixes hashicorp#11022: Show proper path & letter drive on exceptions …

    …for windows
    
    Prior to this commit, vagrant was not grabbing all of the tokens on
    Windows for showing the full drive because the ruby api for it behaves
    differenly on windows compared to other platforms. This commit changes
    that by ensuring the letter drive is attached to the path when showing
    an exception.
    briancain committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    ccf99d8 View commit details
    Browse the repository at this point in the history
  2. Fixes hashicorp#11022: Ensure correct line is used for windows except…

    …ions
    
    Prior to this commit, if there was a config error inside a provider
    block, Vagrant wouldn't grab the right backtrace token on windows since
    the api is different for ruby on Windows compared to all other
    platforms. This commit ensures that the proper line number is chosen so
    the error message is correct.
    briancain committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    09a37e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    a22acba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace67cc View commit details
    Browse the repository at this point in the history