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

Issue 11419236: Fix relativeToPub() to work in the SDK too. (Closed)

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

Description

Fix relativeToPub() to work in the SDK too. Committed: https://code.google.com/p/dart/source/detail?r=15545

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M utils/pub/io.dart View 1 chunk +7 lines, -6 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Bob Nystrom
8 years ago (2012-11-29 22:07:49 UTC) #1
nweiz
lgtm https://codereview.chromium.org/11419236/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://codereview.chromium.org/11419236/diff/1/utils/pub/io.dart#newcode379 utils/pub/io.dart:379: while ((utilDir.filename != 'utils') && (utilDir.filename != 'util')) ...
8 years ago (2012-11-29 22:12:08 UTC) #2
Bob Nystrom
8 years ago (2012-12-04 21:38:24 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/11419236/diff/1/utils/pub/io.dart
File utils/pub/io.dart (right):

https://codereview.chromium.org/11419236/diff/1/utils/pub/io.dart#newcode379
utils/pub/io.dart:379: while ((utilDir.filename != 'utils') && (utilDir.filename
!= 'util')) {
On 2012/11/29 22:12:08, nweiz wrote:
> Unnecessary parentheses. Have faith in operator precedence!

Done. It is not my faith I question, but those of my so-called peers!

Powered by Google App Engine
This is Rietveld 408576698