From: Jan Moringen <jan.moringen@uni-bielefeld.de>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: Potential copyright problem in EIEIO improvement
Date: Thu, 31 Dec 2009 04:25:38 +0100 [thread overview]
Message-ID: <5533_1262229939_ZZg0N6K4nOGuV.00_1262229938.3761.46.camel@localhost.localdomain> (raw)
In-Reply-To: <E1NQA6O-0004tb-Aq@fencepost.gnu.org>
On Wed, 2009-12-30 at 20:45 -0500, Richard Stallman wrote:
> > (defun eieio-c3-candidate (class remaining-inputs)
> > "Returns CLASS if it can go in the result now, otherwise nil"
> > ;; Ensure CLASS is not in any position but the first in any of
> the
> > ;; element lists of REMAINING-INPUTS.
> > (and (not (some (lambda (l) (member class (rest l)))
> > remaining-inputs))
> > class))
> >
> > and later:
> >
> > (let ((next (some (lambda (c) (eieio-c3-candidate c
> remaining-inputs))
> > (mapcar #'first
> > (remove-if #'null remaining-inputs)))))
>
> If that's the whole extent of the code in question,
> about 7 lines, I don't think there's an issue to be concerned about.
Thank you for your opinion on this. Regarding the "if" part, there are
two parts: the canonical Dylan linearization, upon which the paper
(mentioned in my original message) is improving and the actual
improvement. The code above corresponds to the improvement. My patch
also has parts derived from the unchanged parts of the canonical
implementation.
I thought the part derived from the canonical implementation should not
be a problem since the canonical implementation is available under GPL
in Open Dylan.
Thanks again,
Jan
next prev parent reply other threads:[~2009-12-31 3:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-30 2:49 Potential copyright problem in EIEIO improvement Jan Moringen
2009-12-30 5:42 ` Eli Zaretskii
2009-12-31 3:16 ` Jan Moringen
2009-12-31 1:45 ` Richard Stallman
2009-12-31 3:25 ` Jan Moringen [this message]
2010-01-01 2:55 ` Richard Stallman
2010-01-01 18:52 ` Jan Moringen
2010-01-02 15:45 ` Richard Stallman
2010-01-03 18:52 ` Jan Moringen
2010-01-04 4:09 ` Richard Stallman
2010-01-04 5:37 ` Jan Moringen
2010-01-04 16:23 ` Richard Stallman
2010-01-05 4:23 ` Jan Moringen
2010-01-05 20:45 ` Richard Stallman
2010-01-06 8:11 ` David Kastrup
2010-01-30 21:32 ` Richard Stallman
2010-02-01 3:02 ` Jan Moringen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5533_1262229939_ZZg0N6K4nOGuV.00_1262229938.3761.46.camel@localhost.localdomain \
--to=jan.moringen@uni-bielefeld.de \
--cc=emacs-devel@gnu.org \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).