Skip to content

7.2.0

Compare
Choose a tag to compare
@eldipa eldipa released this 03 Sep 15:02
· 963 commits to master since this release

Changes from previous version:
Enhancements:

  • Find prompt-based examples of Ruby even if they are prefixed by #
    This may detect new examples but it should be unlikely and with
    low impact. (The Ruby module is still experimental)
  • Enable +fail-fast inside in an example #42 As side effect, the
    examples will be skipped (marked as SKIP). See c17f433
  • Enable -skip inside in an example to executing even if the execution
    is failing fast #43 See c17f433
  • Improved the documentation.
    Fixes:
  • Don't let gdb to ask for confirmation.