all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] scratch/record 25aa500 5/5: Backward compatibility with pre-existing struct instances.
Date: Tue, 28 Mar 2017 16:47:20 -0400	[thread overview]
Message-ID: <jwvtw6dxh8h.fsf-monnier+emacsdiffs@gnu.org> (raw)
In-Reply-To: <20170328192617.32EF32017F@vcs0.savannah.gnu.org> (Lars Brinkhoff's message of "Tue, 28 Mar 2017 15:26:17 -0400 (EDT)")

> --- a/lisp/emacs-lisp/cl-preloaded.el
> +++ b/lisp/emacs-lisp/cl-preloaded.el
> @@ -79,6 +79,8 @@
>          (let ((tag (intern (format "cl-struct-%s" name)))
>                (type-and-named (get name 'cl-struct-type))
>                (descs (get name 'cl-struct-slots)))
> +          (if (null (car type-and-named))
> +              (setq type-and-named (cons 'record (cdr type-and-named))))
>            (cl-struct-define name nil (get name 'cl-struct-include)
>                              (unless (and (eq (car type-and-named) 'vector)
>                                           (null (cadr type-and-named))

Hmm... if we're in this code, it means we're in the case of an old-old
struct (once compiled before we introduced cl-struct-define), so it's
definitely not using `record`s.


        Stefan



       reply	other threads:[~2017-03-28 20:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170328192614.13038.29393@vcs0.savannah.gnu.org>
     [not found] ` <20170328192617.32EF32017F@vcs0.savannah.gnu.org>
2017-03-28 20:47   ` Stefan Monnier [this message]
2017-03-29  6:52     ` [Emacs-diffs] scratch/record 25aa500 5/5: Backward compatibility with pre-existing struct instances Lars Brinkhoff
2017-03-29 12:26       ` Stefan Monnier
2017-03-29 17:18         ` Lars Brinkhoff

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvtw6dxh8h.fsf-monnier+emacsdiffs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.