Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB9D4DF3A for ; Wed, 7 Nov 2012 06:01:35 +0000 (UTC) Received: (qmail 81884 invoked by uid 500); 7 Nov 2012 06:01:34 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 81832 invoked by uid 500); 7 Nov 2012 06:01:34 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 81821 invoked by uid 99); 7 Nov 2012 06:01:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2012 06:01:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cyrill.zadra@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2012 06:01:27 +0000 Received: by mail-vc0-f175.google.com with SMTP id p1so1230121vcq.6 for ; Tue, 06 Nov 2012 22:01:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2Htu7bCVgJqVq+BvB7MZeedGX7ncXjO/J1edExDvhaM=; b=a8jt5te7KxqvLQXzW+ZOGlipnuzKeQpO3as3clf9BCdm2wlfii4gbIN8oqlLN49gr1 PecuZqdTxz1iiRnktHhU9JREpr0bbELkVVB8EuXA4Y6ffUkAQ3zXPWDPuO56L5ASlhe6 3Zs2sBhRUINFtB57HGsgI2TkSK9YmbB767tKI4XEk4S9EjTYbVWeyCbFW86J1/AxuZ54 Myt7vXWVfIBeQQxyUiNG3qEmDsqIzLGAA4QPZ4YkLSH7/k9kPIqSB955I+07GBX0vByV RYACQ1mDZpuoljW/CdZz+djGxNBMDMAEp4xAaDfafuBjxJKfx9OLu/e1IERd5iIvVkWR q+Pw== MIME-Version: 1.0 Received: by 10.220.231.8 with SMTP id jo8mr3182653vcb.40.1352268067002; Tue, 06 Nov 2012 22:01:07 -0800 (PST) Received: by 10.220.140.208 with HTTP; Tue, 6 Nov 2012 22:01:06 -0800 (PST) In-Reply-To: References: Date: Tue, 6 Nov 2012 22:01:06 -0800 Message-ID: Subject: Re: Bug Fixing From: Cyrill Zadra To: "flex-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=14dae9cdc0fdc6582c04cde17167 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9cdc0fdc6582c04cde17167 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hey Alex Went through https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing an= d tried to fix step by step a EasyFix labeled jira item by myself. Everything necessary is written in this page.. it's very useful. There was only one thing.. I use git instead of svn so the command there could be one of the following: git status -s | grep "^ M" - modifed git status -s | grep "^M" - staged git status -s | grep "^MM" - staged & modifed After I paste the clipboard to the MustellaTestChooser UI I had to make sure every line starts with a M. cyrill On Mon, Nov 5, 2012 at 4:58 PM, Alex Harui wrote: > Recently, Leif had some time to fix a bug and we started discussing the > =93process=94. I put my thoughts on the wiki. There=92s also a link in = there to > a list of supposedly easy-to-fix bugs that Peter, Carol and I went diggin= g > for this morning. > > https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing > > Happy Bug Fixing! > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > --14dae9cdc0fdc6582c04cde17167--