plk/biber

Update testfiles/test.* for biber 2.20 (dev)

Closed this issue · 4 comments

Thanks for putting the test files into the biber repo itself. Could you please update them for the next version?

INFO - This is Biber 2.20 (beta)
INFO - Logfile is 'test.blg'
INFO - Converted BibLaTeX control file 'test.bcf' to 'test.bcf.html'
INFO - Reading 'test.bcf'
ERROR - Error: Found biblatex control file version 3.10, expected version 3.11.
This means that your biber (2.20) and biblatex (3.19) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.
INFO - ERRORS: 1

Thank you!

plk commented

Should be updated now.

Thank you!

However, now my test fails:

$ /usr/local/bin/biber --validate-control test.bcf
biber version: 2.20 (beta)
INFO - This is Biber 2.20 (beta)
INFO - Logfile is 'test.blg'
ERROR - 'test.bcf' failed to validate against schema '/tmp/par-726f6f74/cache-fde52631dd46e1631f1d7932abc7e75e37ef1821/inc/lib/Biber/bcf.rng'
INFO - ERRORS: 1
Use of uninitialized value in string eq at /tmp/par-726f6f74/cache-fde52631dd46e1631f1d7932abc7e75e37ef1821/inc/lib/Biber/DataLists.pm line 81.
Use of uninitialized value in join or string at /tmp/par-726f6f74/cache-fde52631dd46e1631f1d7932abc7e75e37ef1821/inc/lib/Biber/DataList.pm line 1180.
Can't locate object method "get_namehashtemplatename" via package "Biber::Entry::Names" at /tmp/par-726f6f74/cache-fde52631dd46e1631f1d7932abc7e75e37ef1821/inc/lib/Biber/Internals.pm line 115.

Is that something I need to worry about?

plk commented

Sorry, should work now.

(Perfect, works now! Thanks)