From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: CC Mode and electric-pair "problem". Date: Mon, 18 Jun 2018 16:24:26 -0400 Message-ID: References: <20180531123747.GA24752@ACM> <20180617201351.GA4580@ACM> <20180618103654.GA9771@ACM> <8336xkt967.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1529353356 26418 195.159.176.226 (18 Jun 2018 20:22:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2018 20:22:36 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Alan Mackenzie , Eli Zaretskii , tino.calancha@gmail.com, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 18 22:22:32 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fV0fW-0006lp-Vy for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2018 22:22:31 +0200 Original-Received: from localhost ([::1]:36794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV0he-0005qd-7y for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2018 16:24:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV0hX-0005pw-O7 for emacs-devel@gnu.org; Mon, 18 Jun 2018 16:24:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fV0hW-0002Z4-VE for emacs-devel@gnu.org; Mon, 18 Jun 2018 16:24:35 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV0hQ-0002Xl-Tt; Mon, 18 Jun 2018 16:24:28 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1fV0hP-0003oB-5e; Mon, 18 Jun 2018 16:24:27 -0400 X-Spook: SP4 industrial espionage Improvised explosive device X-Ran: :kQWx2)TZWWFFxcGY+!k6USk27o-*s%_ANZl1J''-ixl)0C)]bg:xAUJ31m#b9_y:YT.w? X-Hue: yellow X-Attribution: GM In-Reply-To: (=?utf-8?Q?=22Jo=C3=A3o_T=C3=A1vora=22's?= message of "Mon, 18 Jun 2018 16:37:33 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:226473 Archived-At: > On Mon, Jun 18, 2018, 16:18 Eli Zaretskii wrote: >> Isn't there a way to mark a test as expected to fail? Jo=C3=A3o T=C3=A1vora wrote: > Yes, and I'll probably do that. Please do. Long term test failures are a problem for automated building, testing, merging, etc. Thanks in advance! > But in my experience, this has a very high probability of burying the > problem, i.e. the incentive for actually fixing the problem is reduced > dramatically.