Replies: 2 comments 6 replies
-
从实用角度考虑path.absolute应该返回一个最简的path的,但实际上并不会:
但在把相对路径转成绝对路径的时候表现又不一样了
这个行为是一个bug吗 |
Beta Was this translation helpful? Give feedback.
5 replies
-
疑似因为path.absolute没最简化,导致path.relative也出问题
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
例如,现有一个path
C:\Users\xq114\src\abc\..\..\proj
,xmake中有什么办法可以把它转化为最简形式C:\Users\xq114\proj
吗?Beta Was this translation helpful? Give feedback.
All reactions