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
SR-13996 [Windows] Package dependency with path to parent dir resolves incorrectly
Issue Description:
When I specify a local dependency as .package(path: "../other-package") (or using a double backslash instead of a forward slash) the .. seems to get ignored.
The output of swift package describe --type json and swift package dump-package shows the path to other-package as:
C:\Users\me\path-to-my-package\other-package
and not:
C:\Users\me\path-to\other-package
The text was updated successfully, but these errors were encountered:
Environment
Swift 5.5.1 on Windows 11
Additional Detail from JIRA
md5: d19a8c53abcfbf8e98772ec2726d18dc
duplicates:
Issue Description:
When I specify a local dependency as
.package(path: "../other-package")
(or using a double backslash instead of a forward slash) the..
seems to get ignored.The output of
swift package describe --type json
andswift package dump-package
shows the path toother-package
as:C:\Users\me\path-to-my-package\other-package
and not:
C:\Users\me\path-to\other-package
The text was updated successfully, but these errors were encountered: