X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.vala;h=b6d7e28a2563c5c0174190ba59d20002391ebe1d;hb=dad53f90789b90b0767d049a5c449b305d64941b;hp=2a67e2ac1ec917ebdbafa272f1b3afe217082b9d;hpb=6ae461fafd4355649252dd48922631697e6d7b14;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 2a67e2a..b6d7e28 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -290,8 +290,8 @@ namespace JSDOC var minfile = this.tmpDir + "/" + file.replace("/", "."); - if ( FileUtils.test(minfile, FileTest.EXISTS)) { - print("skipping source %s - does not exist", minfile); + if ( !FileUtils.test(minfile, FileTest.EXISTS)) { + print("skipping source %s - does not exist\n", minfile); continue; } string str; @@ -299,7 +299,7 @@ namespace JSDOC print("using MIN FILE %s\n", minfile); if (str.length > 0) { if (this.targetStream != null) { - this.targetStream.write(("//" + file + "\n").data); + this.targetStream.write(("// " + file + "\n").data); this.targetStream.write((str + "\n").data); } else { @@ -374,8 +374,8 @@ namespace JSDOC sp.mungeSymboltree(); sp.printWarnings(); //print(sp.warnings.join("\n")); - - + //(new TokenStream(toks.tokens)).dumpAll(""); 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..