SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

LuaLatex errors are not shown at compile time #1096

Open ghost opened 7 years ago

ghost commented 7 years ago

Using LuaLatex with the "traditional" builder, and it works pretty fine I think. One thing I couldn't get working is the display of errors. If I input incorrect LUA code the console shows nothing instead of the error that caused the issue. I'm a little clueless on where to work to fix this, is it even an issue since lualatex seems to be marginally supported?

Thanks, and please ignore the request if it's too much off-topic

ig0774 commented 7 years ago

There's no particular reason LuaLaTeX shouldn't work, although I haven't tested it much since I don't really use it. I assume you get the standard build messages or are those missing?

ghost commented 7 years ago

In fact it works just fine, but the console does not parse lualatex error messages. I get the standard output stuff, but if an error occurs, I get no indication. If I enable the full log I can see the error between all the stuff.

ig0774 commented 7 years ago

Can you post a sample log file? I can see if we can extend the parser to accomodate it...

ghost commented 7 years ago

Here it is, you can search for "ERROR": pastebin