You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Windows can handle paths with either forward slashes or back slashes. However, POSIX systems (Mac, Unix) don't know what a backslash is in a path. Since the ultimate goal of .srcfiles.yaml is to work on all platforms, we need to be certain that all paths specified that we create only use forward slashes.
Description:
Windows can handle paths with either forward slashes or back slashes. However, POSIX systems (Mac, Unix) don't know what a backslash is in a path. Since the ultimate goal of .srcfiles.yaml is to work on all platforms, we need to be certain that all paths specified that we create only use forward slashes.
Issue Type: