From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: cl-defstruct-based package.el, now with ert tests and no external tar! Date: Fri, 21 Jun 2013 11:49:27 +0400 Message-ID: <87k3lnvr7c.fsf@yandex.ru> References: <87y5cx0wh7.fsf@yandex.ru> <87ppy7e5ke.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371800985 22117 80.91.229.3 (21 Jun 2013 07:49:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Jun 2013 07:49:45 +0000 (UTC) Cc: Daniel Hackney , Emacs development discussions To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 21 09:49:45 2013 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 1Upw6K-0001oH-M1 for ged-emacs-devel@m.gmane.org; Fri, 21 Jun 2013 09:49:44 +0200 Original-Received: from localhost ([::1]:40836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upw6K-00028M-8I for ged-emacs-devel@m.gmane.org; Fri, 21 Jun 2013 03:49:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upw6C-000287-B6 for emacs-devel@gnu.org; Fri, 21 Jun 2013 03:49:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Upw67-0001zD-Lr for emacs-devel@gnu.org; Fri, 21 Jun 2013 03:49:36 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:37698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upw67-0001yy-G3 for emacs-devel@gnu.org; Fri, 21 Jun 2013 03:49:31 -0400 Original-Received: by mail-la0-f47.google.com with SMTP id fe20so6774416lab.20 for ; Fri, 21 Jun 2013 00:49:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-antivirus:x-antivirus-status; bh=s/HScw0GIPwzeKmaCDj61ynsuTKZwt87XW4ZPUznUkU=; b=YgS3vb4G5GzkSQwA5YnTeSotG8oet4LNaM3WbyvLTVTvW6+r6bdVJUOKiUr60u5qaF iDuQPgLndHfiG7C7ze/RtYpYDdaYcm1P4Y8njc4KiHTvu6GlDWUqHfeohJ2/dE+Uj0Ni fCLM7gqkomQ2dBrvTwoz9FqEN4E/TUSTVizFIGPRP5zeG4L/MIKT1CU3SCeamOlUEpSx ttvmwYwwO+6RSoewVlqoVIJ5qYqu14nu9M4UX7KWCXqZ/045m9+1L4yhWphOZiRj3i3S F2FMPV7x1ZiY33jl2lguPDcmn660VoreNrZ2YGxestj0aCwTqq3pk/shNt3vf6VGbk0/ 0V2Q== X-Received: by 10.152.4.137 with SMTP id k9mr5381519lak.11.1371800969840; Fri, 21 Jun 2013 00:49:29 -0700 (PDT) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPSA id i9sm1360998lai.4.2013.06.21.00.49.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Jun 2013 00:49:28 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Fri, 21 Jun 2013 00:20:58 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-Antivirus: avast! (VPS 130620-5, 21.06.2013), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f 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:160810 Archived-At: Stefan Monnier writes: >> I installed a patch which includes a part of your patch. > > The last patch I installed includes further parts of your patch, tho > heavily reworked. > I think overall, this integrates most, if not all of your changes. AFAICT, you've omitted the whole "automated testing" part of the changes, which was one of the main things I liked personally. Any particular reason?