Bug 59980
| Summary: | code that uses scm/git.py keels over with a 32-bit git binary on a 64-bit OS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dirk Pranke <dpranke> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | abarth, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Dirk Pranke
I think a regression was introduced in r59908 during the refactoring of the checkout/scm.py code. On line 85, there is a reference to a log() function that is no longer imported.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Sounds likely.