Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 556494C46 for ; Tue, 21 Jun 2011 13:32:31 +0000 (UTC) Received: (qmail 164 invoked by uid 500); 21 Jun 2011 13:32:31 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 141 invoked by uid 500); 21 Jun 2011 13:32:31 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 133 invoked by uid 99); 21 Jun 2011 13:32:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 13:32:31 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dpierce@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 13:32:24 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5LDW3Qg029368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Jun 2011 09:32:03 -0400 Received: from mcpierce-laptop (vpn-10-55.rdu.redhat.com [10.11.10.55]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5LDW3SX009849 for ; Tue, 21 Jun 2011 09:32:03 -0400 Date: Tue, 21 Jun 2011 09:32:02 -0400 From: "Darryl L. Pierce" To: users@qpid.apache.org Subject: Ruby bindings over swig... Message-ID: <20110621133202.GF23315@mcpierce-laptop.redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UBnjLfzoMQYIXCvq" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 --UBnjLfzoMQYIXCvq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've uploaded a patch set to JIRA with my bindings on top of those generated by swig: http://issues.apache.org/jira/browse/QPID-3306 The patchset should be fairly complete and provide a more Ruby-like layer for the developer to user. Specifically these APIs do the following: * fronts APIs that use getFoo to be property methods; i.e. foo * fronts APIs that use isFoo to be query methods; i.e., foo? * allows method arguments to use symbols and converts them as needed * adds RDoc comments to methods so we can generate Ruby documentation * allows creating ri docs for command line use Please take a look at the APIs and give me your feedback. --=20 Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ --UBnjLfzoMQYIXCvq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk4AnVIACgkQtddqM0QFuLKDogCeLUV8cd70LKKqkA05cYSn95T7 HkIAnjfNv1Eju44/qQztbIvOzb3wdZoI =tezt -----END PGP SIGNATURE----- --UBnjLfzoMQYIXCvq--