Bugfix in recent changes.

* The generators originally had two phases, *parse* and *emit*. The *parse*
  phase allowed the generator to walk the AST for every document noting things
  it would need when emitting output. So the *parse* phase looked over every
  input document before the *emit* phase ran. During the refactor this changed
  and for each file the *emit* phase was running immediately after the *parse*
  phase, when it should have been run only after all inputs had been through the
  *parse* phase.
* Fixed a type in the ``LiterateMarkdownGenerator``: an extra '`/`' was being
  inserted into the url for link targets.
This commit is contained in:
Jonathan Bernard
2011-09-09 14:56:50 -05:00
parent d31d17d1e2
commit 75103b4bb5
4 changed files with 18 additions and 17 deletions

View File

@ -1,6 +1,6 @@
#Fri, 09 Sep 2011 14:26:03 -0500
#Fri, 09 Sep 2011 14:55:32 -0500
name=jlp
version=0.3
build.number=1
build.number=7
lib.local=true
release.dir=release