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

ISSUE-163: patterns can only use forward-slash as a path separator #178

Merged
merged 1 commit into from
May 12, 2019

Conversation

mrmlnc
Copy link
Owner

@mrmlnc mrmlnc commented May 12, 2019

What is the purpose of this pull request?

Previously, we replaced separators in patterns to a single form (forward-slashes),
which broke the behavior of user patterns in some cases.

Related to: #155, #163, #173.

What changes did you make? (Give an overview)

After this commit:

  • patterns should always be written using forward-slash;
  • all paths inside this package use separators in accordance with the operating system;

Previously, we replaced separators in patterns to a single form (forward-slashes),
which broke the behavior of user patterns in some cases.

After this commit:

* patterns should always be written using forward-slash;
* all paths inside this package use separators in accordance with the operating system;
@mrmlnc mrmlnc merged commit b7289cf into master May 12, 2019
@mrmlnc mrmlnc deleted the ISSUE-163_avoid_slashes_conversion_in_patterns branch May 12, 2019 19:08
@mrmlnc mrmlnc mentioned this pull request May 18, 2019
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant