X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.vala;h=1f0ac7cc8446ff13640a5df671f3e12e634aa44d;hb=cc935efc3f7afc2b006802fc8e53ce6f2f49996c;hp=822e0736b5036f9aa362a940274fa8fc6a0b011f;hpb=5952f0a864405366d4da4951db2c01f207b82b35;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 822e073..1f0ac7c 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -374,9 +374,10 @@ namespace JSDOC sp.mungeSymboltree(); sp.printWarnings(); //print(sp.warnings.join("\n")); - - - var outf = CompressWhite(new TokenStream(ts.toArray()), this, this.keepWhite); // do not kill whitespace.. + + GLib.Process.exit(1); + // compress works on the original array - in theory the replacements have already been done by now + var outf = CompressWhite(new TokenStream(toks.tokens), this, this.keepWhite); // do not kill whitespace.. print("RESULT: \n %s\n", outf);