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 ‘master’ 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 <http://savannah.gnu.org/maintenance/UsingGit>). 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 ‘p’ et al). Happy hacking, thi
