DescriptionFix case-insensitive absolute listing.
This goes to show that we shouldn't avoid using path functions in the
name of efficiency. We were using a raw substring to get a relative
path, and it failed for absolute roots because they didn't have an extra
"/" added to the end.
Closes #4
R=rnystrom@google.com
Committed: https://github.com/dart-lang/glob/commit/ec85232125313a6a8d86ff408e9bcce5cb7d68c2
Patch Set 1 #
Total comments: 4
Messages
Total messages: 6 (1 generated)
|