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

Issue 12133002: add a comment to the generated lock file (Closed)

Created:
7 years, 10 months ago by keertip
Modified:
7 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

add a comment to the generated lock file Committed: https://code.google.com/p/dart/source/detail?r=17951

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M utils/pub/lock_file.dart View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
keertip
7 years, 10 months ago (2013-01-31 21:44:09 UTC) #1
Bob Nystrom
https://codereview.chromium.org/12133002/diff/1/utils/pub/lock_file.dart File utils/pub/lock_file.dart (right): https://codereview.chromium.org/12133002/diff/1/utils/pub/lock_file.dart#newcode18 utils/pub/lock_file.dart:18: static final comment = "# Generated by pub. See: ...
7 years, 10 months ago (2013-01-31 22:17:44 UTC) #2
keertip
https://codereview.chromium.org/12133002/diff/1/utils/tests/pub/lock_file_test.dart File utils/tests/pub/lock_file_test.dart (right): https://codereview.chromium.org/12133002/diff/1/utils/tests/pub/lock_file_test.dart#newcode166 utils/tests/pub/lock_file_test.dart:166: expect(loadYaml(lockfile.serialize().replaceAll(LockFile.comment, '')), equals({ If the comment is not removed, ...
7 years, 10 months ago (2013-01-31 22:23:39 UTC) #3
keertip
https://codereview.chromium.org/12133002/diff/1/utils/tests/pub/lock_file_test.dart File utils/tests/pub/lock_file_test.dart (right): https://codereview.chromium.org/12133002/diff/1/utils/tests/pub/lock_file_test.dart#newcode166 utils/tests/pub/lock_file_test.dart:166: expect(loadYaml(lockfile.serialize().replaceAll(LockFile.comment, '')), equals({ Guess that was because the comment ...
7 years, 10 months ago (2013-01-31 22:31:40 UTC) #4
Bob Nystrom
https://codereview.chromium.org/12133002/diff/1/utils/tests/pub/lock_file_test.dart File utils/tests/pub/lock_file_test.dart (right): https://codereview.chromium.org/12133002/diff/1/utils/tests/pub/lock_file_test.dart#newcode166 utils/tests/pub/lock_file_test.dart:166: expect(loadYaml(lockfile.serialize().replaceAll(LockFile.comment, '')), equals({ On 2013/01/31 22:31:40, keertip wrote: > ...
7 years, 10 months ago (2013-01-31 22:33:48 UTC) #5
keertip
https://codereview.chromium.org/12133002/diff/1/utils/pub/lock_file.dart File utils/pub/lock_file.dart (right): https://codereview.chromium.org/12133002/diff/1/utils/pub/lock_file.dart#newcode18 utils/pub/lock_file.dart:18: static final comment = "# Generated by pub. See: ...
7 years, 10 months ago (2013-01-31 22:40:40 UTC) #6
Bob Nystrom
One nit, otherwise LGTM! https://codereview.chromium.org/12133002/diff/9001/utils/pub/lock_file.dart File utils/pub/lock_file.dart (right): https://codereview.chromium.org/12133002/diff/9001/utils/pub/lock_file.dart#newcode16 utils/pub/lock_file.dart:16: Can you remove this empty ...
7 years, 10 months ago (2013-01-31 22:42:31 UTC) #7
keertip
7 years, 10 months ago (2013-01-31 22:53:05 UTC) #8
https://codereview.chromium.org/12133002/diff/9001/utils/pub/lock_file.dart
File utils/pub/lock_file.dart (right):

https://codereview.chromium.org/12133002/diff/9001/utils/pub/lock_file.dart#n...
utils/pub/lock_file.dart:16: 
On 2013/01/31 22:42:31, Bob Nystrom wrote:
> Can you remove this empty line?

Done.

Powered by Google App Engine
This is Rietveld 408576698