From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Guile-PG back in the groove Date: Sun, 20 Jun 2010 22:07:26 +0200 Message-ID: <87pqzlzcw1.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277064637 11620 80.91.229.12 (20 Jun 2010 20:10:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Jun 2010 20:10:37 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jun 20 22:10:33 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OQQqe-0000YR-4H for guile-user@m.gmane.org; Sun, 20 Jun 2010 22:10:32 +0200 Original-Received: from localhost ([127.0.0.1]:40835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQQqa-0004uB-99 for guile-user@m.gmane.org; Sun, 20 Jun 2010 16:10:28 -0400 Original-Received: from [140.186.70.92] (port=46268 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQQqS-0004pC-E2 for guile-user@gnu.org; Sun, 20 Jun 2010 16:10:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQQpy-0001vx-CR for guile-user@gnu.org; Sun, 20 Jun 2010 16:09:51 -0400 Original-Received: from smtp207.alice.it ([82.57.200.103]:58640) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQQpy-0001vk-3s for guile-user@gnu.org; Sun, 20 Jun 2010 16:09:50 -0400 Original-Received: from ambire.localdomain (95.236.70.138) by smtp207.alice.it (8.5.124.08) id 4C1A26CF003668AD for guile-user@gnu.org; Sun, 20 Jun 2010 22:09:48 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OQQnf-0005bI-8Z for guile-user@gnu.org; Sun, 20 Jun 2010 22:07:27 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7911 Archived-At: Greetings earthlings, Guile-PG repo is again online, but this time, no longer at gnuvola.org. Instead, you can find the savannah link through the new homepage: http://www.nongnu.org/guile-pg/ This is "non-GNU" for now until testing shows that it can work with (the upcoming) Guile 2.x. At that time, i will request its status be changed to "official GNU software" and seek co-maintainers. People can help speed up this process by trying to build/use Guile-PG with Guile 2.x, reporting bugs, proposing patches, and so forth. Note that patches that break interop w/ Guile 1.4.x will not be considered. A note about cloning: The git repo has no =E2=80=98master=E2=80=99 branch, = even though its HEAD points to refs/heads/master. Presently i know of no way to change that (as the project admin) barring asking a savannah admin to DTRT (see my Q, end of ). Practically, this means that "git clone" will fetch successfully, but fail on checkout. The workaround is to: cd guile-pg git checkout -b p origin/p manually afterwards (see file HACKING for details on =E2=80=98p=E2=80=99 et= al). Happy hacking, thi