pts icon indicating copy to clipboard operation
pts copied to clipboard

line pragmas interact badly with error messages

Open Toxaris opened this issue 9 years ago • 0 comments

  • When a source file has line pragmas, the code snippets in error messages are taken from the wrong file.
  • If a line pragma changes the current line number so that an error message should report a line number greater than the number of lines in the current file, the line number reported in the error message is truncated to the number of lines in the current file.

Toxaris avatar Mar 09 '15 11:03 Toxaris