Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Issue 1773293002: Fix case-insensitive absolute listing. (Closed)

Created:
4 years, 9 months ago by nweiz
Modified:
4 years, 9 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/glob@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix 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
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -4 lines) Patch
M CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M lib/src/list_tree.dart View 4 chunks +4 lines, -4 lines 2 comments Download
M test/glob_test.dart View 1 chunk +1 line, -0 lines 2 comments Download
M test/list_test.dart View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
nweiz
4 years, 9 months ago (2016-03-08 21:33:37 UTC) #1
Bob Nystrom
Can you explain why this is specific to case-insensitive listing if the issue is around ...
4 years, 9 months ago (2016-03-08 21:40:32 UTC) #2
nweiz
> Can you explain why this is specific to case-insensitive listing if the issue is ...
4 years, 9 months ago (2016-03-08 22:01:16 UTC) #3
Bob Nystrom
lgtm
4 years, 9 months ago (2016-03-08 22:11:23 UTC) #4
nweiz
4 years, 9 months ago (2016-03-08 23:05:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ec85232125313a6a8d86ff408e9bcce5cb7d68c2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698