unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] Add missing space between funcall and string argument
@ 2014-04-07  9:19 Cyprien Nicolas
  2014-04-07  9:21 ` [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation Cyprien Nicolas
  2014-04-07  9:49 ` [PATCH 1/2] Add missing space between funcall and string argument Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Cyprien Nicolas @ 2014-04-07  9:19 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 46 bytes --]

A simple typo I saw :)

-- 
Cyprien/Fulax

[-- Attachment #1.2: 0001-Add-missing-space-between-funcall-and-string-argumen.patch --]
[-- Type: text/x-diff, Size: 944 bytes --]

From 8fe2196068fb340e47a3bc1be3a2caae6c646735 Mon Sep 17 00:00:00 2001
From: Cyprien Nicolas <cyprien@nicolas.tf>
Date: Mon, 7 Apr 2014 11:09:58 +0200
Subject: [PATCH 1/2] Add missing space between funcall and string argument

* gnu/packages/scheme.scm (hop): Add missing space.
---
 gnu/packages/scheme.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 3d9e3b5..3f3a565 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -222,7 +222,7 @@ between Scheme and C# programs.")
           (let ((out (assoc-ref outputs "out")))
             (zero?
              (system* "./configure"
-                      (string-append"--prefix=" out)))))
+                      (string-append "--prefix=" out)))))
         (alist-cons-after
          'strip 'patch-rpath
          (lambda* (#:key outputs #:allow-other-keys)
-- 
1.8.3.1


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

* [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation
  2014-04-07  9:19 [PATCH 1/2] Add missing space between funcall and string argument Cyprien Nicolas
@ 2014-04-07  9:21 ` Cyprien Nicolas
  2014-04-07  9:50   ` Ludovic Courtès
  2014-04-07  9:49 ` [PATCH 1/2] Add missing space between funcall and string argument Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Cyprien Nicolas @ 2014-04-07  9:21 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 277 bytes --]

A simple fix in the description.  The actual description on the bigloo
web page also contains this mistake.  I don't really know if it is
better to keep a copycat of the official package description, or fix
it to reflect the actual packages features.

-- 
Cyprien/Fulax

[-- Attachment #1.2: 0002-scheme-bigloo-Fix-package-description-to-reflect-act.patch --]
[-- Type: text/x-diff, Size: 1136 bytes --]

From fd69648ecf8f4112b0a5b1b352833ae07fb2bb83 Mon Sep 17 00:00:00 2001
From: Cyprien Nicolas <cyprien@nicolas.tf>
Date: Mon, 7 Apr 2014 11:10:35 +0200
Subject: [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual
 situation

* gnu/packages/scheme.scm (bigloo): Description: Remove the part about the C#
  connection which has been removed since release 3.8a.
---
 gnu/packages/scheme.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 3f3a565..df4bf7f 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -197,8 +197,7 @@ features usually presented by traditional programming languages
 but not offered by Scheme and functional programming.  Bigloo
 compiles Scheme modules.  It delivers small and fast stand alone
 binary executables.  Bigloo enables full connections between
-Scheme and C programs, between Scheme and Java programs, and
-between Scheme and C# programs.")
+Scheme and C programs and between Scheme and Java programs.")
     (license gpl2+)))
 
 (define-public hop
-- 
1.8.3.1


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [PATCH 1/2] Add missing space between funcall and string argument
  2014-04-07  9:19 [PATCH 1/2] Add missing space between funcall and string argument Cyprien Nicolas
  2014-04-07  9:21 ` [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation Cyprien Nicolas
@ 2014-04-07  9:49 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-04-07  9:49 UTC (permalink / raw)
  To: Cyprien Nicolas; +Cc: guix-devel

Cyprien Nicolas <cyprien@nicolas.tf> skribis:

> From 8fe2196068fb340e47a3bc1be3a2caae6c646735 Mon Sep 17 00:00:00 2001
> From: Cyprien Nicolas <cyprien@nicolas.tf>
> Date: Mon, 7 Apr 2014 11:09:58 +0200
> Subject: [PATCH 1/2] Add missing space between funcall and string argument
>
> * gnu/packages/scheme.scm (hop): Add missing space.

Applied, thanks!

Ludo’.

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

* Re: [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation
  2014-04-07  9:21 ` [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation Cyprien Nicolas
@ 2014-04-07  9:50   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-04-07  9:50 UTC (permalink / raw)
  To: Cyprien Nicolas; +Cc: guix-devel

Cyprien Nicolas <cyprien@nicolas.tf> skribis:

> A simple fix in the description.  The actual description on the bigloo
> web page also contains this mistake.  I don't really know if it is
> better to keep a copycat of the official package description, or fix
> it to reflect the actual packages features.

It’s better to have an accurate description.

> From fd69648ecf8f4112b0a5b1b352833ae07fb2bb83 Mon Sep 17 00:00:00 2001
> From: Cyprien Nicolas <cyprien@nicolas.tf>
> Date: Mon, 7 Apr 2014 11:10:35 +0200
> Subject: [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual
>  situation
>
> * gnu/packages/scheme.scm (bigloo): Description: Remove the part about the C#
>   connection which has been removed since release 3.8a.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2014-04-07  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-07  9:19 [PATCH 1/2] Add missing space between funcall and string argument Cyprien Nicolas
2014-04-07  9:21 ` [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation Cyprien Nicolas
2014-04-07  9:50   ` Ludovic Courtès
2014-04-07  9:49 ` [PATCH 1/2] Add missing space between funcall and string argument Ludovic Courtès

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