Bug 98195

Summary: Remove the last bits of MSYS support from webkitperl.
Product: WebKit Reporter: Raphael Kubo da Costa (:rakuco) <rakuco>
Component: Tools / TestsAssignee: 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 Flags
Patch none

Description Raphael Kubo da Costa (:rakuco) 2012-10-02 13:39:18 PDT
Remove the last bits of MSYS support from webkitperl.
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-10-02 13:40:37 PDT
Created attachment 166742 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-10-02 13:45:48 PDT
Comment on attachment 166742 [details]
Patch

LGTM.  Thanks.  We should also consider killing any support in Source/ in later patches. :)
Comment 3 Raphael Kubo da Costa (:rakuco) 2012-10-02 13:57:00 PDT
(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 4 WebKit Review Bot 2012-10-02 14:09:01 PDT
Comment on attachment 166742 [details]
Patch

Clearing flags on attachment: 166742

Committed r130210: <http://trac.webkit.org/changeset/130210>
Comment 5 WebKit Review Bot 2012-10-02 14:09:04 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Dirk Pranke 2012-10-02 14:21:02 PDT
(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.
Comment 7 Raphael Kubo da Costa (:rakuco) 2012-10-02 14:29:50 PDT
(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
Comment 8 Dirk Pranke 2012-10-02 15:45:30 PDT
(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.