Use consistent file/path separator character in pubspec.lock #1221
Labels
closed-duplicate
Closed in favor of an existing report
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
<img src="https://avatars.githubusercontent.com/u/7966938?v=3" align="left" width="96" height="96"hspace="10"> Issue by sonoranDesert
Originally opened as dart-lang/sdk#21960
The Windows Dart Editor uses "" characters to describe paths, whereas the Mac Editor uses unix-style "/" separators.
This creates useless noise in source control on teams that use both Windows AND Mac.
It would be awesome if you guys could make it so that the paths in pubspec.lock were NOT platform-dependent.
The text was updated successfully, but these errors were encountered: