Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using a local clone.

Change Log: 2.103.1

previous version: 2.103.0 – next version: 2.104.0

Download D 2.103.1
released May 01, 2023

2.103.1 comes with 1 major change and 6 fixed Bugzilla issues. A huge thanks goes to the 5 contributors who made 2.103.1 possible.

List of all bug fixes and enhancements in D 2.103.1.

Compiler changes

  1. Deprecate invalid special token sequences inside token strings

    A token string is specified to contain valid D tokens, but the compiler formerly allowed #identifier tokens in them.

    enum s = q{
    #endif x
    }
    
    

    This will now issue a deprecation warning. It will become an error in dmd 2.113.


List of all bug fixes and enhancements in D 2.103.1:

DMD Compiler regression fixes

  1. Bugzilla 20090: Header generation wrongfully outputs constructor bodies
  2. Bugzilla 23816: Typing invalid mnemonic in asm{} block segfaults

DMD Compiler bug fixes

  1. Bugzilla 22739: Segmentation fault in CppMangleVisitor.headOfType
  2. Bugzilla 22765: Assertion failure in CppMangleVisitor.template_args
  3. Bugzilla 22857: Segfault for malformed static if in imported template

Druntime regression fixes

  1. Bugzilla 23859: [REG 2.103] Throwing while in a deep callstack causes memory corruption

Contributors to this release (5)

A huge thanks goes to all the awesome people who made this release possible.

previous version: 2.103.0 – next version: 2.104.0