Skip to content

1.7.0 - change format of assertion failure message for better compatibility with vim and other Unix tools

Compare
Choose a tag to compare
@bxparks bxparks released this 08 Dec 20:08
· 11 commits to master since this release
e2858c6
  • 1.7.0 (2022-12-08)
    • Potentially Breaking Change format of assertion failure message from:
      • "Assertion failed: (expected=3) == (counter=4), file AUnitTest.ino,
        line 134.", to
      • "AUnitTest.ino:134: Assertion failed: (expected=3) == (counter=4)."
      • This format is compatible with various Linux/MacOS/Unix command line
        tools, in particular, the vim editor.
      • When used with EpoxyDuino, this message format allows the vim editor
        to jump directly to the file and line where the assertion failure
        occurred.