unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] utils: Fix 'modify-phases' docstring.
@ 2016-06-20 21:37 "Taylan Ulrich Bayırlı/Kammer"
  2016-06-21 20:42 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: "Taylan Ulrich Bayırlı/Kammer" @ 2016-06-20 21:37 UTC (permalink / raw)
  To: guix-devel

This is a trivial patch to guix/build/utils.scm.  I'm still not clear
on what must go to core-updates and what not, so guide me please.


===File
/home/taylan/src/guix/0001-utils-Fix-modify-phases-docstring.patch===
From 7723d713fe058fec4d09150c78063eff47333858 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
 <taylanbayirli@gmail.com>
Date: Mon, 20 Jun 2016 23:29:12 +0200
Subject: [PATCH] utils: Fix 'modify-phases' docstring.

* guix/build/utils.scm (modify-phases): Fix the documentation string.
---
 guix/build/utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/build/utils.scm b/guix/build/utils.scm
index 2988193..6e706b3 100644
--- a/guix/build/utils.scm
+++ b/guix/build/utils.scm
@@ -518,8 +518,8 @@ following forms:
   (add-before <old-phase-name> <new-phase-name> <new-phase>)
   (add-after <old-phase-name> <new-phase-name> <new-phase>)
 
-Where every <*-phase-name> is an automatically quoted symbol, and <new-phase>
-an expression evaluating to a procedure."
+Where every <*-phase-name> is an expression evaluating to a symbol, and
+<new-phase> an expression evaluating to a procedure."
   (let* ((phases* phases)
          (phases* (%modify-phases phases* mod-spec))
          ...)
-- 
2.8.4

============================================================

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] utils: Fix 'modify-phases' docstring.
  2016-06-20 21:37 [PATCH] utils: Fix 'modify-phases' docstring "Taylan Ulrich Bayırlı/Kammer"
@ 2016-06-21 20:42 ` Ludovic Courtès
  2016-06-21 21:02   ` Taylan Ulrich Bayırlı/Kammer
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2016-06-21 20:42 UTC (permalink / raw)
  To: taylanbayirli; +Cc: guix-devel

taylanbayirli@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") skribis:

> /home/taylan/src/guix/0001-utils-Fix-modify-phases-docstring.patch===
> From 7723d713fe058fec4d09150c78063eff47333858 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
>  <taylanbayirli@gmail.com>
> Date: Mon, 20 Jun 2016 23:29:12 +0200
> Subject: [PATCH] utils: Fix 'modify-phases' docstring.
>
> * guix/build/utils.scm (modify-phases): Fix the documentation string.

LGTM!  Please push it to ‘core-updates-next’ (yeah…).

Thank you,
Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] utils: Fix 'modify-phases' docstring.
  2016-06-21 20:42 ` Ludovic Courtès
@ 2016-06-21 21:02   ` Taylan Ulrich Bayırlı/Kammer
  0 siblings, 0 replies; 3+ messages in thread
From: Taylan Ulrich Bayırlı/Kammer @ 2016-06-21 21:02 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> taylanbayirli@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") skribis:
>
>> /home/taylan/src/guix/0001-utils-Fix-modify-phases-docstring.patch===
>> From 7723d713fe058fec4d09150c78063eff47333858 Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
>>  <taylanbayirli@gmail.com>
>> Date: Mon, 20 Jun 2016 23:29:12 +0200
>> Subject: [PATCH] utils: Fix 'modify-phases' docstring.
>>
>> * guix/build/utils.scm (modify-phases): Fix the documentation string.
>
> LGTM!  Please push it to ‘core-updates-next’ (yeah…).
>
> Thank you,
> Ludo’.

Aha, that's a new one. :-)  Done.

Taylan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-21 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-20 21:37 [PATCH] utils: Fix 'modify-phases' docstring "Taylan Ulrich Bayırlı/Kammer"
2016-06-21 20:42 ` Ludovic Courtès
2016-06-21 21:02   ` Taylan Ulrich Bayırlı/Kammer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).