-
Notifications
You must be signed in to change notification settings - Fork 23
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
#321: refactoring to improve path conversion logic #393
#321: refactoring to improve path conversion logic #393
Conversation
Seems I did something wrong. My code/test behaves differently on Linux and therefore fails:
Seems that |
Ok the Linux/Mac error is a nice one: |
With the missing change you pushed, output looks good now for
|
I have updated, tested, and debugged my code with more care and detail.
This is fixed on my end now.
I added a change to "fix" this but commented it out since it is most probably correct as is and "fixing" it to git-bash syntax might even break maven. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now works as I would expect it to 👍
Pull Request Test Coverage Report for Build 9551353700Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9566600800Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9566610153Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9566925479Details
💛 - Coveralls |
Fixes #321
EnvironmentCommandlet
and moved it toWindowsPathSyntax
WindowsPathSyntax
according to OS and--bash
flagWindowsPathSyntax
tocollectVariables
method ofEnvironmentVariables
that was extended with a variant taking this parameter.getValue
method that has been extended in the same way.getDefaultValueAsString
method ofVariableDefinition
that has been extended accordingly.VariableDefinitionPath
andVariableDefinitionSystemPath
now honor this new parameter to do the actual path conversion.