bug#51383: noobie way of incorrectly using (guix records)

2021-10-25 Thread zimoun
Hi, On Mon, 25 Oct 2021 at 05:36, Joshua Branson wrote: > Do you know if the above guix records are in the guix manual? If not, > I'll probably add them. Nothing seems documented in the manual. That’s why I have been gone to the docstring. :-) Cheers, simon

bug#51383: noobie way of incorrectly using (guix records)

2021-10-25 Thread Joshua Branson via Bug reports for GNU Guix
zimoun writes: > Hi, > > On Mon, 25 Oct 2021 at 02:15, Joshua Branson via Bug reports for GNU Guix > wrote: > >> So I made a pretty noobie-like mistake a few minutes ago. When one >> tries to make a (record-configuration), he invariably create an >> infinite number of records. The guile

bug#51383: noobie way of incorrectly using (guix records)

2021-10-25 Thread zimoun
Hi, On Mon, 25 Oct 2021 at 02:15, Joshua Branson via Bug reports for GNU Guix wrote: > So I made a pretty noobie-like mistake a few minutes ago. When one > tries to make a (record-configuration), he invariably create an > infinite number of records. The guile compiler eventually runs out >

bug#51383: noobie way of incorrectly using (guix records)

2021-10-25 Thread Joshua Branson via Bug reports for GNU Guix
So I made a pretty noobie-like mistake a few minutes ago. When one tries to make a (record-configuration), he invariably create an infinite number of records. The guile compiler eventually runs out of memory and stops compiling. (use-modules (guix records)) (define-record-type*