It works - you need to check out the develop branch
Posted Dec 5, 2012 19:42 UTC (Wed) by
david.a.wheeler (guest, #72896)
In reply to:
doesn't work :( by HelloWorld
Parent article:
GNU Guile 2.0.7 released
It works, you just need to check out the *develop* branch in the git repo, not the *master* branch.
The master branch represents the currently-released version. Our workflow is described in http://sourceforge.net/p/readable/wiki/Workflow/ and is based on Vincent Driessen's "successful git branching model" workflow.
I get:
$ ./sweeten <<< '(defun foo (bar baz) ...)'
defun foo (bar baz)
bar baz
...
Which I believe is what you wanted.
(
Log in to post comments)