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

Commits on May 12, 2019

  1. feat: patterns can only use forward-slash as a path separator

    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 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    b3a56d8 View commit details
    Browse the repository at this point in the history