Summary: | Remove the last bits of MSYS support from webkitperl. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Raphael Kubo da Costa (:rakuco) <rakuco> | ||||
Component: | Tools / Tests | Assignee: | Raphael Kubo da Costa (:rakuco) <rakuco> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | dpranke, eric, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Raphael Kubo da Costa (:rakuco)
2012-10-02 13:39:18 PDT
Created attachment 166742 [details]
Patch
Comment on attachment 166742 [details]
Patch
LGTM. Thanks. We should also consider killing any support in Source/ in later patches. :)
(In reply to comment #2) > (From update of attachment 166742 [details]) > LGTM. Thanks. We should also consider killing any support in Source/ in later patches. :) Hmm, MinGW support in Source/ consists mainly in compiler ifdefs; killing that would probably make at least Dirk unhappy. Comment on attachment 166742 [details] Patch Clearing flags on attachment: 166742 Committed r130210: <http://trac.webkit.org/changeset/130210> All reviewed patches have been landed. Closing bug. (In reply to comment #3) > (In reply to comment #2) > > (From update of attachment 166742 [details] [details]) > > LGTM. Thanks. We should also consider killing any support in Source/ in later patches. :) > > Hmm, MinGW support in Source/ consists mainly in compiler ifdefs; killing that would probably make at least Dirk unhappy. Dirk == me? I only do win32 builds. (In reply to comment #6) > Dirk == me? Yep. > I only do win32 builds. Oh, I thought you meant you also built with mingw in https://bugs.webkit.org/show_bug.cgi?id=98183#c6 (In reply to comment #7) > (In reply to comment #6) > > Dirk == me? > Yep. > > > I only do win32 builds. > Oh, I thought you meant you also built with mingw in https://bugs.webkit.org/show_bug.cgi?id=98183#c6 No, I meant that I often run the tests from under a mingw/msysgit bash environment. However, I think I've mostly used the stock win32 python in this case. |