unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-gnome, master: fix unbound variable `&gw:bad-typespec'
Date: Fri, 9 May 2014 14:28:14 -0300	[thread overview]
Message-ID: <20140509142814.1640ddaf@capac> (raw)

[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

Hello,

	guile-gnome
	  master: fix unbound variable `&gw:bad-typespec'

Patch review solicited.

Thanks,
David

[-- Attachment #2: 0003-fix-unbound-variable-gw-bad-typespec.patch --]
[-- Type: text/x-patch, Size: 939 bytes --]

From fd5d39e87986fe4fa08c4eddc2e45a98261ae98e Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Fri, 9 May 2014 14:24:42 -0300
Subject: [PATCH 3/3] fix unbound variable `&gw:bad-typespec'

* glib/gnome/gw/glib-spec.scm: Use &gw-bad-typespec, not
  &gw:bad-typespec.
---
 glib/gnome/gw/glib-spec.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glib/gnome/gw/glib-spec.scm b/glib/gnome/gw/glib-spec.scm
index 6296445..f99fd6a 100644
--- a/glib/gnome/gw/glib-spec.scm
+++ b/glib/gnome/gw/glib-spec.scm
@@ -375,7 +375,7 @@
     (set! remainder (delq 'null-ok remainder))
     (if (not (null? remainder))
         (raise (condition
-                (&gw:bad-typespec (type type) (options options)))))))
+                (&gw-bad-typespec (type type) (options options)))))))
     
 (define-method (destroy-value-cg (t <gerror-type>)
                                   (value <gw-value>)
-- 
2.0.0.rc0


                 reply	other threads:[~2014-05-09 17:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140509142814.1640ddaf@capac \
    --to=david@altosw.be \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).