unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: dsmich@roadrunner.com
To: "'sebastian.miele@gmail.com'" <sebastian.miele@gmail.com>
Cc: "'41981@debbugs.gnu.org'" <41981@debbugs.gnu.org>
Subject: bug#41981: Reference Manual on Vtables: Missing Information on Permission "h"
Date: Sun, 21 Jun 2020 16:29:20 +0000	[thread overview]
Message-ID: <e1278f5af69d8dafacd1fc054ff5d0847ad3d65a@webmail> (raw)
In-Reply-To: <87h7v4o7bl.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 770 bytes --]

Is is documented in the docstring:

scheme@(guile-user)> ,d make-struct-layout
- Scheme Procedure: make-struct-layout fields
 Return a new structure layout object.

 FIELDS must be a string made up of pairs of characters strung
 together. The first character of each pair describes a field type,
 the second a field protection. Allowed types are 'p' for
 GC-protected Scheme data, 'u' for unprotected binary data. Allowed
 protections are 'w' for normal fields or 'h' for hidden fields.

 Hidden fields are writable, but they will not consume an
 initializer arg passed to `make-struct'. They are useful to add
 slots to a struct in a way that preserves backward-compatibility
 with existing calls to `make-struct', especially for derived
 vtables.



[-- Attachment #2: Type: text/html, Size: 1184 bytes --]

  reply	other threads:[~2020-06-21 16:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21 13:51 bug#41981: Reference Manual on Vtables: Missing Information on Permission "h" Sebastian Miele
2020-06-21 16:29 ` dsmich [this message]
2020-06-22 13:42   ` Sebastian Miele

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/guile/

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

  git send-email \
    --in-reply-to=e1278f5af69d8dafacd1fc054ff5d0847ad3d65a@webmail \
    --to=dsmich@roadrunner.com \
    --cc=41981@debbugs.gnu.org \
    --cc=sebastian.miele@gmail.com \
    /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.
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).