From: Zhu Zihao <all_but_last@163.com>
To: 37283@debbugs.gnu.org
Subject: bug#37283: 27.0.50; Struct defined by cl-defstruct with :noinline failed to set slot using setf
Date: Mon, 02 Sep 2019 21:09:31 +0800 [thread overview]
Message-ID: <874l1udeus.wl-all_but_last@163.com> (raw)
Start Emacs with "emacs -Q" and run following code
(require 'cl-lib)
(cl-defstruct (stt (:noinline t))
slt-a slt-b)
(let ((inst (make-stt :slt-a 1 :slt-b 2)))
(setf (stt-slt-a inst) 2))
Will get error "Symbol’s function definition is void: \(setf\ stt-slt-a\)"
It seems that the accessors of struct defined with :noinline can't be expand
with "setf" directly.
This issue probably introduced at commit 144b2243b7cee4adbc3217d871c575921f95af54.
next reply other threads:[~2019-09-02 13:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-02 13:09 Zhu Zihao [this message]
2019-09-08 22:43 ` bug#37283: 27.0.50; Struct defined by cl-defstruct with :noinline failed to set slot using setf Stefan Monnier
2019-09-09 13:26 ` Zhu Zihao
2019-09-09 21:34 ` Stefan Monnier
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=874l1udeus.wl-all_but_last@163.com \
--to=all_but_last@163.com \
--cc=37283@debbugs.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).