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

Issue 11959011: Fix Path.relativeTo in special case where base is a substring of this. (Closed)

Created:
7 years, 11 months ago by Bill Hesse
Modified:
7 years, 11 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix Path.relativeTo in special case where base is a substring of this. BUG= Committed: https://code.google.com/p/dart/source/detail?r=17145

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed another bug - added tests for it. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -62 lines) Patch
M sdk/lib/_internal/dartdoc/lib/dartdoc.dart View 1 chunk +1 line, -14 lines 0 comments Download
M sdk/lib/io/path_impl.dart View 1 1 chunk +52 lines, -48 lines 0 comments Download
M tests/standalone/io/path_test.dart View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Bill Hesse
This keeps the optimization of a.relativeTo(base) in the case that base is prefix of a, ...
7 years, 11 months ago (2013-01-16 15:30:25 UTC) #1
Mads Ager (google)
7 years, 11 months ago (2013-01-16 15:36:22 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698