Replies: 1 comment
-
It gets... tricky. Windows will accept Same as LF vs CRLF in files... Windows is fine with LF-only except for specific things such as Visual Studio control files, which won't work unless the lines end with CRLF. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a suggestion, I think V's os module can make an unique path separator, like
/
, for both Windows and Linux.For example,
D:/v/v/a.v
.This may simplify some path operation, like
glob
, make them return same result for different platform.On V's os functions' level, only accept
/
path separator.Beta Was this translation helpful? Give feedback.
All reactions