Skip to content

You can process many more log types now!

Compare
Choose a tag to compare
@Poikilos Poikilos released this 12 Mar 23:56

Changes since last release:

[git] - 2020-03-12

Added

  • Handle Minetest Lua tracebacks (such as from debug.txt or stderr)
    (requires fix below)

Fixed

  • Handle PARSE_MARKER_FILE value not at the start of a line.

[git] - 2020-03-11

Added

  • Allow simpler syntax while avoiding false positives by only allowing
    the param opener when it is followed by a digit.
    • Detect grep output syntax.
    • Detect nose test output syntax without hard-coded split(":").

[git] - 2019-12-27

Changed

  • Fix pycodestyle support.
  • Improve changelog formatting and grammar.

[git] - 2019-01-11

Changed

  • Make parsing modes into modular, expandable datasets.
  • Use clang-format for coding style.

[git] - 2018-01-11

Added

  • Support nosetests output.

[git] - 2018-08-15

Changed

  • Warn if input file is missing or has only blank lines.
  • Allow a param to specify output (continue to use err.txt as default).