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

Issue 309803003: Avoid using RegExps in path to work around issue 19090. (Closed)

Created:
6 years, 6 months ago by nweiz
Modified:
6 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Avoid using RegExps in path to work around issue 19090. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=36909

Patch Set 1 #

Total comments: 8

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -50 lines) Patch
M pkg/path/CHANGELOG.md View 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/path/lib/src/characters.dart View 1 1 chunk +19 lines, -0 lines 0 comments Download
M pkg/path/lib/src/context.dart View 1 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/path/lib/src/internal_style.dart View 1 1 chunk +12 lines, -33 lines 0 comments Download
M pkg/path/lib/src/parsed_path.dart View 1 2 chunks +12 lines, -11 lines 0 comments Download
M pkg/path/lib/src/style/posix.dart View 1 2 chunks +20 lines, -0 lines 0 comments Download
M pkg/path/lib/src/style/url.dart View 1 2 chunks +63 lines, -0 lines 0 comments Download
M pkg/path/lib/src/style/windows.dart View 1 3 chunks +66 lines, -2 lines 0 comments Download
A pkg/path/lib/src/utils.dart View 1 1 chunk +16 lines, -0 lines 0 comments Download
M pkg/path/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
6 years, 6 months ago (2014-06-02 19:08:04 UTC) #1
Bob Nystrom
https://codereview.chromium.org/309803003/diff/1/pkg/path/lib/src/context.dart File pkg/path/lib/src/context.dart (right): https://codereview.chromium.org/309803003/diff/1/pkg/path/lib/src/context.dart#newcode233 pkg/path/lib/src/context.dart:233: if (part.length > 0 && style.separators.any(part[0].contains)) { How about ...
6 years, 6 months ago (2014-06-02 22:43:05 UTC) #2
nweiz
https://codereview.chromium.org/309803003/diff/1/pkg/path/lib/src/context.dart File pkg/path/lib/src/context.dart (right): https://codereview.chromium.org/309803003/diff/1/pkg/path/lib/src/context.dart#newcode233 pkg/path/lib/src/context.dart:233: if (part.length > 0 && style.separators.any(part[0].contains)) { On 2014/06/02 ...
6 years, 6 months ago (2014-06-02 23:13:24 UTC) #3
Bob Nystrom
lgtm
6 years, 6 months ago (2014-06-02 23:34:46 UTC) #4
nweiz
6 years, 6 months ago (2014-06-02 23:57:15 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r36909 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698