Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bxparks
Copy link
Owner

@bxparks bxparks commented Dec 8, 2022

  • 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.

@bxparks bxparks merged commit e2858c6 into master Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants