Subject: | dump_miffile not closing file |
Thanks and congratulations for the parser ! At last someone did it!
Still testing it (have an unidentified problem with daughters_by_name
to follow up on later)....
But in meantime, hope to have fun with it all, and have found
a problem with dump_miffile....
line 790 in MifTree.pm writes out the End miffile statement,
but it also needs a:
close MIF;
immediately afterwards to make sure the buffer is flushed and closed.