commit | c7ee0181e7ad2aa331c4580f9777ba8597aebcda | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Tue Mar 08 15:05:52 2016 -0800 |
committer | Natalie Weizenbaum <nweiz@google.com> | Tue Mar 08 15:05:52 2016 -0800 |
tree | 5c9b08667a823e94be5ee6ebc3fd72e992bfea68 | |
parent | d0bb3c07d307fd4143f2c688c65f59fa5131eedf [diff] |
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 dart-lang/glob#4 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1773293002 .