[webkit-reviews] review requested: [Bug 39184] Add support for parsing a SVN property : [Attachment 56212] Patch with unit tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 16 22:21:04 PDT 2010


Daniel Bates <dbates at webkit.org> has asked  for review:
Bug 39184: Add support for parsing a SVN property
https://bugs.webkit.org/show_bug.cgi?id=39184

Attachment 56212: Patch with unit tests
https://bugs.webkit.org/attachment.cgi?id=56212&action=review

------- Additional Comments from Daniel Bates <dbates at webkit.org>
Spoke with Chris tonight, and we decided to change the line "if
($propertyChangeDelta == -1 * $expectedChangeDelta)" to  "if
($expectedChangeDelta && $propertyChangeDelta != $expectedChangeDelta)" to make
it clearer to a reader that we should only die if the property change type
(e.g. "Added") differs from the property value type (e.g. "+"), for "Added" and
"Deleted" change types only.


More information about the webkit-reviews mailing list