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

Fix relative path issues on Windows #96

Closed
wants to merge 5 commits into from
Closed

Fix relative path issues on Windows #96

wants to merge 5 commits into from

Commits on Jan 10, 2017

  1. Convert \ to / when getting relative path

    This will standardize Windows paths and help prevent escaping issues in the HCL parser
    Chris Stavropoulos committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    e04746b View commit details
    Browse the repository at this point in the history
  2. Use platform specific root folders in relative path tests

    Chris Stavropoulos committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    a54fda6 View commit details
    Browse the repository at this point in the history
  3. Revert "Convert \ to / when getting relative path"

    This reverts commit e04746b.
    Chris Stavropoulos committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    4ebead5 View commit details
    Browse the repository at this point in the history
  4. Fix for platform specific path separators in find_in_parent_folders a…

    …nd path_relative_to_include interpolation functions
    Chris Stavropoulos committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    1f893e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Change HCL path cleaning to prevent double escaping backslashes

    This should fixe all relevant config path tests on Windows
    Chris Stavropoulos committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    2114b9c View commit details
    Browse the repository at this point in the history