[Webkit-unassigned] [Bug 137087] New: check-webkit-style looks up files from non-HEAD git commits incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 24 16:42:46 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137087
Summary: check-webkit-style looks up files from non-HEAD git
commits incorrectly
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: burg at cs.washington.edu
CC: ddkilzer at webkit.org, ossy at webkit.org,
dfarler at apple.com
If you have some patches on a git branch:
111 Refactor Foo.
222 Refactor Foo and Bar.
333 Aw hell, let's delete Foo.
And then run Tools/Scripts/webkit-patch -g 222 while HEAD is at 333, the style checker will die, complaining that file Foo was deleted. This leads me to believe it's looking at HEAD for some reason.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list