Skip to content

v0.7.2 Bug fixes

Compare
Choose a tag to compare
@janpfeifer janpfeifer released this 08 Jul 09:44
· 377 commits to main since this release
  • Fixed bug crashing command "%cd" with no argument.
  • Fixed error parsing: matching line number mix up with lines starting with 1 (instead of 0).
  • Cleaned up logs: moved more logging to klog: most is disabled by default, but can be enabled
    for debugging passing the flags --logtostderr --vmodule=... (they work with --install).
  • Fixed bug where #bytes written of parsed stderr was reported wrong, which lead to truncated errors.