arXiv / arxiv-submission-ui

User interface of NG submit system.
MIT License
2 stars 6 forks source link

Incorrect 'raw' autotex log displayed. #103

Closed DavidLFielding closed 5 years ago

DavidLFielding commented 5 years ago

After I upload and compile a paper I delete the original source and upload a different paper and compile it. The correct autotex log is highlighted and displayed in the TeXLive Compiler Summary window while the "View raw log" button displays log from original/previous source compilation.

New:

[verbose]: Extracting files from archive: 2.tar [verbose]: TeX/AutoTeX.pm: admin_timeout = [verbose]: is of type 'unknown'. [verbose]: <1906.00984.tex> is of type 'LATEX2e'.

Original: (Raw view) [verbose]: TeX/AutoTeX.pm: admin_timeout = [verbose]: nostamp: will not stamp PostScript [verbose]: <00README.XXX> is of type 'override'. [verbose]: is of type 'TeX auxiliary'. [verbose]: is of type 'TeX auxiliary'. [verbose]: is of type 'unknown'. [verbose]: is of type 'PDFLATEX'.

Clearly, these are not logs from the same compilation. Submission UI must be using different mechanisms to fetch the log that is marked up and the raw log.

This issue was detected using the local instance running on my laptop.