<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/tests/engines, branch v0.9.5</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=v0.9.5</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=v0.9.5'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2020-08-01T15:00:12+00:00</updated>
<entry>
<title>Write '#:use-module', '#:export', etc. instead of ':use-module', etc.</title>
<updated>2020-08-01T15:00:12+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2020-08-01T10:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=ddb2e47d8ed4d6d6508d342c0718492f99db64d4'/>
<id>urn:sha1:ddb2e47d8ed4d6d6508d342c0718492f99db64d4</id>
<content type='text'>
Changes made by running:

  for i in $(git ls-tree -r HEAD --name-only) ; do sed -i $i -e's/:use-module/#:use-module/g ; s/:autoload/#:autoload/g ; s/:export/#:export/g' ; done
</content>
</entry>
<entry>
<title>info: Rename `node-next+prev+top' to `node-next+prev+up'.</title>
<updated>2012-05-13T23:02:48+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-13T21:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=588770e376ff8f6f070ee1b4b75b3f81ab632ad6'/>
<id>urn:sha1:588770e376ff8f6f070ee1b4b75b3f81ab632ad6</id>
<content type='text'>
* src/guile/skribilo/engine/info.scm (node-next+prev+top): Rename to...
  (node-next+prev+up): ... this.  Update callers.

* tests/engines/info.test (node-next+prev+up): Update accordingly.
</content>
</entry>
<entry>
<title>info: Fix prev/next pointers.</title>
<updated>2012-05-13T23:02:48+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-13T22:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=648a70e8929c1cf63a6093c4a78fe459c03b7273'/>
<id>urn:sha1:648a70e8929c1cf63a6093c4a78fe459c03b7273</id>
<content type='text'>
* src/guile/skribilo/ast.scm (ast-fold): Explicitly document as
  depth-first.

* src/guile/skribilo/engine/info.scm (info-node): Support PREV and
  NEXT as false.
  (node-next+prev+top): Rewrite using `match' and `node-children'.

* tests/Makefile.am (TESTS): Add `engines/info.test'.
* tests/engines/info.test: New file.
</content>
</entry>
</feed>
