You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this while testing pull #418. A make -j10 with PDF output enabled will often fail due to parallel a2x processes using the same names for intermediate files.
Proposed solution: uniquely named temporary directories.
Ran into this while testing pull #418. A
make -j10with PDF output enabled will often fail due to parallel a2x processes using the same names for intermediate files.Proposed solution: uniquely named temporary directories.