guix-devel
[Top][All Lists]
Advanced

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

Re: better error messages through assertions


From: Ludovic Courtès
Subject: Re: better error messages through assertions
Date: Mon, 28 Feb 2022 14:02:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Ricardo Wurmus <rekado@elephly.net> skribis:

> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>
>> I hear we now have "field sanitizers" on Guix records; without having
>> dug the details, it seems to be we could add a predicate validating the
>> input there?
>
> I don’t see how that would help here.  In my example the service values
> themselves are all right.  It’s a procedure acting on what it assumes is
> a list of service values that fails.
>
> Record field validation would not have prevented that error.

I think we could validate primarily at the user/core boundary.  If the
‘services’ field had a sanitizer ensuring it’s a list of services, then
it’d be fine.

Ludo’.



reply via email to

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