Bug 98195 - Remove the last bits of MSYS support from webkitperl.
Summary: Remove the last bits of MSYS support from webkitperl.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Raphael Kubo da Costa (:rakuco)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 13:39 PDT by Raphael Kubo da Costa (:rakuco)
Modified: 2012-10-02 15:45 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.11 KB, patch)
2012-10-02 13:40 PDT, Raphael Kubo da Costa (:rakuco)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.