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 check_go_path when it has spaces in it #5261

Merged
merged 5 commits into from
Jul 23, 2018
Merged

fix check_go_path when it has spaces in it #5261

merged 5 commits into from
Jul 23, 2018

Commits on Jul 19, 2018

  1. fix check_go_path when it has spaces in it

    fixes #5260
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    439b0e3 View commit details
    Browse the repository at this point in the history
  2. avoid realpath in check_go_path

    It doesn't exist on all operating systems.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    5ac752f View commit details
    Browse the repository at this point in the history
  3. fix shebang in check_go_path

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    2483288 View commit details
    Browse the repository at this point in the history
  4. fix path sep on windows in check_go_path

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    f90fffb View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. handle backslash paths in check_go_path

    License: MIT
    Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
    djdv committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    7a3566b View commit details
    Browse the repository at this point in the history