The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Marc Donner <marc.donner@gmail.com>
To: Douglas McIlroy <douglas.mcilroy@dartmouth.edu>
Cc: TUHS main list <tuhs@tuhs.org>
Subject: [TUHS] Re: undiagnosed pic error
Date: Wed, 14 Jun 2023 06:41:53 -0400	[thread overview]
Message-ID: <CALQ0xCCNLqBfAs5aj3uzP3_pwwhZYW0PweH5vVMfeFio1EJ5pg@mail.gmail.com> (raw)
In-Reply-To: <CAKH6PiWTbbu=jprMemEWNmcj8Z+m7SaQ9SddzCeVVGxAfvdEhQ@mail.gmail.com>

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

How sparse is the 35x35 matrix?  For comprehensibility would it be the best
way to do it?

On Tue, Jun 13, 2023 at 9:59 PM Douglas McIlroy <
douglas.mcilroy@dartmouth.edu> wrote:

> There may be a simple generic way to correct pic's habit of accepting
> any set of object modifiers on any object, but obeying only a
> compatible subset.
>
> Pic already collects a bit vector of modifier types attached to the
> current object. If that were extended with a few more bits that
> designate the object types, the size, B, of the bit vector would be
> about 35--an easy fit in one 64-bit word. Then a BxB bit matrix could
> record both modifier/modifier incompatibilities and object/modifier
> incompatibilities. The collected bit vector needs to be tested against
> the matrix once per object definition.
>
> It seems to be harder to catch duplication of modifiers, requiring
> extra code at all points where bits are set. Nevertheless, this kind
> of error also merits detection.
>
> Some questions
>
> Does anybody think the issue is not worth addressing?
>
> Is there a better scheme than that suggested above?
>
> Is the scheme adequate? It would not, for example, catch a three-way
> incompatibility that does not entail any pairwise incompatibility,
> should such an incompatibility exist.
>
> Any other thoughts?
>
> Doug
>
-- 
=====
nygeek.net
mindthegapdialogs.com/home <https://www.mindthegapdialogs.com/home>

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

  reply	other threads:[~2023-06-14 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14  1:58 Douglas McIlroy
2023-06-14 10:41 ` Marc Donner [this message]
2023-06-17 15:53   ` Douglas McIlroy
2023-06-17 15:59   ` Douglas McIlroy
2023-06-18  0:11     ` Kenneth Goodwin

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=CALQ0xCCNLqBfAs5aj3uzP3_pwwhZYW0PweH5vVMfeFio1EJ5pg@mail.gmail.com \
    --to=marc.donner@gmail.com \
    --cc=douglas.mcilroy@dartmouth.edu \
    --cc=tuhs@tuhs.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.
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 NNTP newsgroup(s).