Skip to content

v3.14.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 09:28
· 224 commits to main since this release

Enhancements

  • #531, #532 - Extended ON ERROR GOTO syntax - @RhoSigma-QB64
    • _NEWHANDLER and _LASTHANDLER keywords allow for easy overriding and restoring of error handlers

Bug Fixes

Full Changelog: v3.14.0...v3.14.1

Developer Notice

We are probably going to deprecate the $NOPREFIX feature sooner or later in the future. Nothing is finally decided yet, but as we have more and more efforts to keep new things compatible with $NOPREFIX it's a decision we've to make. Especially CONST and the pre-compiler metacommands show bad interactions with $NOPREFIX over and over again and make implementations overcomplicated.

With this notice we wish to get your attention for the issue and recommend to adapt your coding habits to no longer rely on $NOPREFIX right now, so it becomes an easy transition when we finally drop it.