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
Download D 2.103.1 Beta
to be released May 01, 2023
2.103.1 comes with 1 major change and 4 fixed Bugzilla issues.
A huge thanks goes to the
4 contributors
who made 2.103.1 possible.
Compiler changes
List of all bug fixes and enhancements in D 2.103.1.
Compiler changes
- 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
- Bugzilla 23816: Typing invalid mnemonic in asm{} block segfaults
DMD Compiler bug fixes
- Bugzilla 22739: Segmentation fault in CppMangleVisitor.headOfType
- Bugzilla 22765: Assertion failure in CppMangleVisitor.template_args
- Bugzilla 22857: Segfault for malformed static if in imported template
Contributors to this release (4)
A huge thanks goes to all the awesome people who made this release possible.
- Dennis
- Iain Buclaw
- Razvan Nitu
- Steven Schveighoffer
previous version: 2.103.0
Copyright © 1999-2023 by the D Language Foundation | Page generated by
Ddoc on Sun Apr 16 05:06:11 2023