Joseph Wright

Results 666 comments of Joseph Wright

'True': you can fiddle with the max print line setting, but fundamentally we are limited as the log files wrap.

@blefloch WE do our best, yes, but picking up which lines can be unwrapped is ... tricky. I'd have to check the exact order, but I think the issue with...

@stone-zeng I'll take a look. Also, interested in your GitHub Actions set up: does it work as fast as Travis-CI? Do you cache the TeX installation?

I think the best we can do here is `maxprintline = 9999`. Should we make the breaking change and force this on all users?

I can certainly add the info: the name is OK, but remember that the absolute path is pretty meaningless (everything is copied to the build area, so it doesn't directly...

Checking the code, we do have a line that prints `Typesetting `: is that what you want(ed)?

The trick we typically use for font issues is to have some throw away content to load them, then `\newpage` before `\START`, so those lines are simply dropped. I will...

Ah yes, we do have some normalisation for version strings in date lines I wonder if I should make the normalisation here a function rather than try to guess everyone's...

@FrankMittelbach Sure, that's what I was thinking too. Also makes the change would be easier for me: I just replace a string literal by a variable.

@wspr, @davidcarlisle As you wrote the upload code, would one of you take this? (Or I guess our Lua experts @zauguin or @cereda).