chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Fix #1581 by allowing unqualified record n


From: kooda
Subject: Re: [Chicken-hackers] [PATCH] Fix #1581 by allowing unqualified record names
Date: Sat, 20 Apr 2019 18:55:46 +0200
User-agent: OtterMail

address@hidden wrote:
> Can anybody give details about the coops problem?

From what I can remember, the main problem is not in coops itself, but
in record-variants, that uses low-level ##sys# procedures to define
records and doesn’t use the right tags (which don’t work with
define-record-printer and in turn prevent print-object methods from
working as intended).

I think with the module prefix, any egg using the low-level structure
procedures have to be updated.

If I remember correctly, at SaarCHICKEN we pretty much settled on the
solution of using the record name variable containing the correct tag,
which is the most correct and elegant solution, and should fix every
one of these problems, not just `record-instance?`



reply via email to

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