Re: Why is the bibfiles cache sorted?

2018-04-25 Thread Richard Kimberly Heck
On 04/25/2018 01:10 PM, Jürgen Spitzmüller wrote: > Am Mittwoch, den 25.04.2018, 12:04 -0400 schrieb Richard Kimberly Heck: >> This was meant to be a fast way to see if the two vectors have the >> same >> elements---I found the trick on the web somewhere---but if biblatex >> export is using the

Re: Why is the bibfiles cache sorted?

2018-04-25 Thread Jürgen Spitzmüller
Am Mittwoch, den 25.04.2018, 12:04 -0400 schrieb Richard Kimberly Heck: > This was meant to be a fast way to see if the two vectors have the > same > elements---I found the trick on the web somewhere---but if biblatex > export is using the cached list, then it will need to be changed. The >

Re: Why is the bibfiles cache sorted?

2018-04-25 Thread Richard Kimberly Heck
On 04/25/2018 07:20 AM, Jürgen Spitzmüller wrote: > Riki, > > In Buffer::updateBuffer(), we sort the bibfiles cache: > >     sort(d->bibfiles_cache_.begin(), d->bibfiles_cache_.end()); > > (Why) Is this necessary? > > I am asking since Biblatex uses getBibFiles in order to output the >

Why is the bibfiles cache sorted?

2018-04-25 Thread Jürgen Spitzmüller
Riki, In Buffer::updateBuffer(), we sort the bibfiles cache: sort(d->bibfiles_cache_.begin(), d->bibfiles_cache_.end()); (Why) Is this necessary? I am asking since Biblatex uses getBibFiles in order to output the \addbibresource lines in the preamble. These should be order according to the