From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: Re: Pretest note Date: Mon, 12 Mar 2012 12:30:53 -0400 Message-ID: References: <87lin6zf2x.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1331569895 17885 80.91.229.3 (12 Mar 2012 16:31:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2012 16:31:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 12 17:31:32 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S789h-0000BJ-O8 for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2012 17:31:29 +0100 Original-Received: from localhost ([::1]:51057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S789h-0006lJ-4Q for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2012 12:31:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S789d-0006k0-OQ for emacs-devel@gnu.org; Mon, 12 Mar 2012 12:31:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S789c-0001RR-2p for emacs-devel@gnu.org; Mon, 12 Mar 2012 12:31:25 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:45374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S789B-0001O5-9h; Mon, 12 Mar 2012 12:30:57 -0400 Original-Received: by eaal1 with SMTP id l1so1298680eaa.0 for ; Mon, 12 Mar 2012 09:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hJ/twoRLyhCBI1MuVhvar0j0+Eo397T18zG1Iyl7/U8=; b=YtYRTuhtvxBPht9+QVwZxYh7ntsW2mNMLh9Mi6kGa3/ZzaVpmCaqLyMsXxxluOs4ky ErIoP8/uFztVuW45L7qHnv1AAjqnFW/N3gK+bjiuhHeiBVz+q0inpwJYBJRZ0KeaBfl8 C2IUlKrk/3C291yHoPj+O9cAWXJSstuHnUMBcXhZLznIde+M24n+SfYcxbDPkY9tY7dN k8OiWHmg0lY3sRqTKBAhLqrcpiSjt4VFFIPEl/eGrICoI5yYmVw+75oY8jP1o88IiqtH ZIBIAanQ+Eo+Xe8kXYqXzmKhMvKHJGfUmK1Fssn8dzN745GNzTlBp1bX7xzmBgTIjULc Mc9w== Original-Received: by 10.50.181.162 with SMTP id dx2mr19895908igc.42.1331569853168; Mon, 12 Mar 2012 09:30:53 -0700 (PDT) Original-Received: by 10.231.133.199 with HTTP; Mon, 12 Mar 2012 09:30:53 -0700 (PDT) In-Reply-To: <87lin6zf2x.fsf@gnu.org> X-Google-Sender-Auth: YbIISuX--TVAeNPWRCvZ3JFG7xY X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148976 Archived-At: On Sun, Mar 11, 2012 at 11:13 PM, Chong Yidong wrote: > We're now heading into the final stages of the pretest. =A0In about a wee= k > (exact date will be given later), prior to the next pretest, we plan > switch to a "regressions only" policy for commits, i.e. fixes only for > bugs that occur in trunk but not in 23.4. > > So if you know of a non-regression bug which you think really needs to > be fixed before 24.1, please point it out now. > > If you see a regression against 23.4 (which also probably means it needs > to be fixed before 24.1), please go ahead and issue it a severity of > Important or higher in the bug tracker. =A0(Actually, there are some > Important bugs which won't make it for 24.1, but the list is short > enough that we should be able to sort it out.) Where do cc-mode performance regressions fall under this policy? /john