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

Issue 15724022: Require exact match of vm arguments. (Closed)

Created:
7 years, 6 months ago by Anders Johnsen
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org, siva
Visibility:
Public.

Description

Require exact match of vm arguments. This will make sure e.g. '--verbose-gc' won't trigger '--verbose'. BUG= R=iposva@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=23845

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Style cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M runtime/bin/main.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Anders Johnsen
This fixes an error introduced by https://code.google.com/p/dart/source/detail?r=23831.
7 years, 6 months ago (2013-06-11 08:03:32 UTC) #1
Søren Gjesse
lgtm
7 years, 6 months ago (2013-06-11 08:35:00 UTC) #2
Ivan Posva
https://codereview.chromium.org/15724022/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/15724022/diff/1/runtime/bin/main.cc#newcode265 runtime/bin/main.cc:265: if (option_length == length && strncmp(option, name, length) == ...
7 years, 6 months ago (2013-06-11 09:55:49 UTC) #3
Anders Johnsen
PTAL https://codereview.chromium.org/15724022/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/15724022/diff/1/runtime/bin/main.cc#newcode265 runtime/bin/main.cc:265: if (option_length == length && strncmp(option, name, length) ...
7 years, 6 months ago (2013-06-11 10:44:31 UTC) #4
Ivan Posva
LGTM with comment. -Ivan https://codereview.chromium.org/15724022/diff/6001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/15724022/diff/6001/runtime/bin/main.cc#newcode266 runtime/bin/main.cc:266: if (main_options[i].process(option + length)) return ...
7 years, 6 months ago (2013-06-11 11:44:29 UTC) #5
Anders Johnsen
https://codereview.chromium.org/15724022/diff/6001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/15724022/diff/6001/runtime/bin/main.cc#newcode266 runtime/bin/main.cc:266: if (main_options[i].process(option + length)) return true; On 2013/06/11 11:44:29, ...
7 years, 6 months ago (2013-06-11 11:55:41 UTC) #6
Anders Johnsen
7 years, 6 months ago (2013-06-11 11:55:50 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r23845 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698