IACR / latex

Latex classes for IACR publications. We will start with the new journal proposal.
9 stars 2 forks source link

test29 is unstable #171

Closed kmccurley closed 1 year ago

kmccurley commented 1 year ago

test29 depends too much on the distribution that is being used, because it counts the number of files that are read, which can vary between distributions (updated packages my include new files). I think the test would be better if we tested for packages to have been loaded in order, without testing the number of included files.

kmccurley commented 1 year ago

Commit 529096c fixes this. It now checks that when a file is opened it gets closed, but does not depend on the exact count of files (which could vary depending on the structure of a package in the distribution).