From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Tests and copyright Date: Mon, 19 Aug 2013 23:06:00 +0200 Message-ID: <87fvu5o0g7.fsf@engster.org> References: <87fvudqsld.fsf@engster.org> <877gfoq7ou.fsf@engster.org> <87r4dvorya.fsf@engster.org> <520D7829.1050407@siege-engine.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376946383 14569 80.91.229.3 (19 Aug 2013 21:06:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Aug 2013 21:06:23 +0000 (UTC) Cc: Stefan Monnier , Emacs-Devel devel To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 19 23:06:26 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 1VBWef-0004D5-R2 for ged-emacs-devel@m.gmane.org; Mon, 19 Aug 2013 23:06:25 +0200 Original-Received: from localhost ([::1]:44901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBWef-0001ro-4f for ged-emacs-devel@m.gmane.org; Mon, 19 Aug 2013 17:06:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBWeW-0001qT-Cg for emacs-devel@gnu.org; Mon, 19 Aug 2013 17:06:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBWeQ-0005oM-DT for emacs-devel@gnu.org; Mon, 19 Aug 2013 17:06:16 -0400 Original-Received: from randomsample.de ([83.169.19.17]:60991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBWeQ-0005lx-1z for emacs-devel@gnu.org; Mon, 19 Aug 2013 17:06:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=sobFGFsv/Y/mw0mRj7bMoLwwI/1Xw70FdqGIaHy7rpg=; b=fooW7T9OFJSNWdN4zPxIGv2t3cECq+83J86uIzCkSiXSYiqbBweKAnkJ2xiXbNCU/2m4cWPGI8PH95I4H5/NVkQMW96FhYy+2XTlWGRR5p1oOw8UAAy/MKg1skHzJy7Z; Original-Received: from dslc-082-083-061-249.pools.arcor-ip.net ([82.83.61.249] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VBWeH-0008LC-ST; Mon, 19 Aug 2013 23:06:02 +0200 In-Reply-To: <520D7829.1050407@siege-engine.com> (Eric M. Ludlam's message of "Thu, 15 Aug 2013 20:54:01 -0400") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: "Eric M. Ludlam" , Stefan Monnier , Emacs-Devel devel X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.19.17 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:162896 Archived-At: Eric M. Ludlam writes: > On 08/15/2013 12:48 PM, Stefan Monnier wrote: >>> I guess/hope that Eric has written almost all of it anyway. >> >> That sounds very likely. Maybe he even remembers, > > As far as I remember, most of the tests were written by me, or in some > happy situations, but an author who needed to sign papers to get their > changes into EIEIO in the first place. > > I also put comments in the code or change log if someone contributed a > test, such as from a bug report, of which I do see 1 example, and that > example is not part of a harness, it's just a raw unit test. You probably mean that part in eieio-test-methodinvoke from a certain "darkman"? I'll remove that part. Then there's this bit ;;; Jan's methodinvoke order w/ multiple inheritance and :after methods. where I guess this is Jan Moringen, so it should be OK? Also, could you please give copyright to those files to the FSF in CEDET upstream? -David