1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 14:10:38 +02:00
Files
guix/etc
Ricardo Wurmus a7db59b3fd committer: Avoid // in xpath.
When using // we assume that the package definition's S-expression is a
nesting of proper lists.  This is not guaranteed to be true, because a package
definition may contain alists.  By using an explicit path to the field of
interest we avoid recursion through all child nodes, thus avoiding child nodes
that are more likely to contain improper lists.

* etc/committer.scm.in (change-commit-message): Replace // with a path for the
PACKAGE symbol.

Change-Id: Idefaec9f5c3538484432e15a5865a68fc16e7369
2024-08-26 11:39:38 +02:00
..
2024-08-26 11:39:38 +02:00
2024-08-23 21:51:29 +02:00
2024-07-04 09:57:11 +02:00