unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Fix typo in comment
@ 2015-12-24  4:37 Leo Famulari
  2015-12-24  4:37 ` [PATCH 1/1] guix package: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2015-12-24  4:37 UTC (permalink / raw)
  To: guix-devel

The comment refers to a procedure named 'matching-derivations', but that
string only exists in this comment. I think the comment is supposed to
refer to 'matching-generations'.

Leo Famulari (1):
  guix package: Fix typo in comment.

 guix/scripts/package.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.6.2

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

* [PATCH 1/1] guix package: Fix typo in comment.
  2015-12-24  4:37 [PATCH 0/1] Fix typo in comment Leo Famulari
@ 2015-12-24  4:37 ` Leo Famulari
  2015-12-25 14:07   ` Mark H Weaver
  2015-12-26  4:38   ` Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-24  4:37 UTC (permalink / raw)
  To: guix-devel

* guix/scripts/package.scm: Fix typo.
---
 guix/scripts/package.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
index c62daee..d0b5abd 100644
--- a/guix/scripts/package.scm
+++ b/guix/scripts/package.scm
@@ -151,7 +151,7 @@ GENERATIONS is a list of generation numbers."
   "Delete from PROFILE all the generations matching PATTERN.  PATTERN must be
 a string denoting a set of generations: the empty list means \"all generations
 but the current one\", a number designates a generation, and other patterns
-denote ranges as interpreted by 'matching-derivations'."
+denote ranges as interpreted by 'matching-generations'."
   (let ((current (generation-number profile)))
     (cond ((not (file-exists? profile))            ; XXX: race condition
            (raise (condition (&profile-not-found-error
-- 
2.6.2

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

* Re: [PATCH 1/1] guix package: Fix typo in comment.
  2015-12-24  4:37 ` [PATCH 1/1] guix package: " Leo Famulari
@ 2015-12-25 14:07   ` Mark H Weaver
  2015-12-26  4:38   ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-12-25 14:07 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> writes:
> * guix/scripts/package.scm: Fix typo.

Okay, please push!

    Thanks,
      Mark

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

* Re: [PATCH 1/1] guix package: Fix typo in comment.
  2015-12-24  4:37 ` [PATCH 1/1] guix package: " Leo Famulari
  2015-12-25 14:07   ` Mark H Weaver
@ 2015-12-26  4:38   ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26  4:38 UTC (permalink / raw)
  To: guix-devel

On Wed, Dec 23, 2015 at 11:37:05PM -0500, Leo Famulari wrote:
> * guix/scripts/package.scm: Fix typo.
> ---
>  guix/scripts/package.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
> index c62daee..d0b5abd 100644
> --- a/guix/scripts/package.scm
> +++ b/guix/scripts/package.scm
> @@ -151,7 +151,7 @@ GENERATIONS is a list of generation numbers."
>    "Delete from PROFILE all the generations matching PATTERN.  PATTERN must be
>  a string denoting a set of generations: the empty list means \"all generations
>  but the current one\", a number designates a generation, and other patterns
> -denote ranges as interpreted by 'matching-derivations'."
> +denote ranges as interpreted by 'matching-generations'."
>    (let ((current (generation-number profile)))
>      (cond ((not (file-exists? profile))            ; XXX: race condition
>             (raise (condition (&profile-not-found-error
> -- 
> 2.6.2
> 

Pushed as 38fa30eb95.

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

end of thread, other threads:[~2015-12-26  4:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24  4:37 [PATCH 0/1] Fix typo in comment Leo Famulari
2015-12-24  4:37 ` [PATCH 1/1] guix package: " Leo Famulari
2015-12-25 14:07   ` Mark H Weaver
2015-12-26  4:38   ` Leo Famulari

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).