I have patched imported source of Bibutils 6.2 so that I could enable NBIB support in pandoc-citeproc. Only the bibutils.c patch is essential but the rest helped during debugging.
I have one important question, though. While I've added reporting the unknown error code in bibl_reporterr(), I don't think that that function should ever see an unknown error code.
Do you remember what value for the unknown error code made its way into bibl_reporterr()? I'm worried that something internal leaked its way out to the general user.
Thanks again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have not actually seen an unknown error being reported from that statement. I have just seen the line and it ocurred to me it should probably print the unknown error number.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have patched imported source of Bibutils 6.2 so that I could enable NBIB support in pandoc-citeproc. Only the
bibutils.c
patch is essential but the rest helped during debugging.Thanks for catching these.
I have one important question, though. While I've added reporting the unknown error code in bibl_reporterr(), I don't think that that function should ever see an unknown error code.
Do you remember what value for the unknown error code made its way into bibl_reporterr()? I'm worried that something internal leaked its way out to the general user.
Thanks again.
I have not actually seen an unknown error being reported from that statement. I have just seen the line and it ocurred to me it should probably print the unknown error number.