https://bugzilla.wikimedia.org/show_bug.cgi?id=26499
--- Comment #6 from Brion Vibber <[email protected]> 2011-06-02 21:54:24 UTC --- (In reply to comment #5) > > Dump files are generated directly to their compressed form, so these exact > > things aren't really possible to put in. > You can just keep the count when writing it (eg, libbzip2 has counters just > for > giving the applications that convenience). Well yes, but you won't have that final count until you've finished writing the entire file, so you can't really include it in the header of the file. You can put it in another file, or maybe you can append it as some kind of metadata at the *end* of the compressed file, or a second file directory entry or something depending on the format. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
