Skip to content

Log library file names on parse error

Stefan Biereigel requested to merge filename_stderr into master

When tmrg encounters a syntax error in a file provided as --lib, then the name of the file it occured it in is not logged to stderr. This complicates debugging. This MR makes the behavior the same as for "regular" files passed to tmrg, which first log the file name before the rest of the stack trace.

Merge request reports