Replace $ record matching with match-record

  • Done
  • quality assurance status badge
Details
2 participants
  • MANCINI Raffael
  • Ludovic Courtès
Owner
unassigned
Submitted by
MANCINI Raffael
Severity
normal

Debbugs page

MANCINI Raffael wrote 2 years ago
(name . bug-guix@gnu.org)(address . bug-guix@gnu.org)
1a92fb12b45c42b1ab6f0442bb1730f4@mnhn.lu
Dear list,


https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-Services.htmlstill references the $ construct which apparently should be replaced by match-record which is not sensitive to record slot order.


best regards,


--

Raffael Mancini

IT administrator and developer

Service d'information digital sur le patrimoine naturel (SIDPNAT)

Musée National d'Histoire Naturelle Luxembourg

Attachment: file
Ludovic Courtès wrote 2 years ago
(name . MANCINI Raffael)(address . Raffael.MANCINI@mnhn.lu)(address . 59907-done@debbugs.gnu.org)
87o7ry59ya.fsf@gnu.org
Hi,

MANCINI Raffael <Raffael.MANCINI@mnhn.lu> skribis:

Toggle quote (2 lines)
> https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-Services.htmlstill references the $ construct which apparently should be replaced by match-record which is not sensitive to record slot order.

Good idea. Done in 3f6c5c6f781bdf4cf5f15272642d0f3aba01aa50 (without
even using ‘match-record’ in this case.)

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59907@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59907
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help