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

lib/path: Fix @go.canonicalize_path bugs, add @go.add_parent_dir_if_relative_path #206

Merged
merged 3 commits into from
Sep 4, 2017

Commits on Sep 4, 2017

  1. lib/path: Canonicalize empty string as empty path

    Also adds a test case to ensure that trailing '/.' strings are resolved.
    mbland committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    623aa76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2fb67 View commit details
    Browse the repository at this point in the history
  3. lib/path: Add @go.add_parent_dir_if_relative_path

    The need for this became apparent while creating the upcoming
    `@go.copy_files_safely`.
    mbland committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    b43aeb3 View commit details
    Browse the repository at this point in the history