chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Fix #1633 by detecting nonexistent field names


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Fix #1633 by detecting nonexistent field names (typos) in constructor argument list in define-record-type
Date: Sun, 6 Oct 2019 21:02:14 +0200
User-agent: Mutt/1.10.1 (2018-07-13)

Hi all,

Here's a relatively straightforward patch for #1633; we simply walk the
constructor's arguments and check that there's a matching field
definition for it.  If not, bail out with syntax-error.

Cheers,
Peter

Attachment: 0001-Check-constructor-args-against-field-defs-in-define-.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]