dalibo / pandocker

🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
https://hub.docker.com/r/dalibo/pandocker/
BSD 3-Clause "New" or "Revised" License
143 stars 23 forks source link

pandoc-crossref complains about version mismatch #207

Closed colindean closed 3 years ago

colindean commented 3 years ago

Describe the bug

When using Pandocker 21.02, pandoc-crossref complains about the pandoc version mismatch:

WARNING: pandoc-crossref was compiled with pandoc 2.11.3.2 but is being run through 2.11.3. This is not supported. Strange things may (and likely will) happen silently.

Steps To Reproduce

Run pandocker with --filter pandoc-crossref and it'll come out.

Expected Behavior

No scary error messages that likely don't actually output differently and maybe the result of an imprecise/too precise version number check.

Additional context

It looks like pandoc-crossref v0.3.9.1 was compiled against pandoc v2.11.4. pandoc-crossref complaining when it's not compiled against a precise version is frustrating.

daamien commented 3 years ago

Hi @colindean

Thanks for the reports.