|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION May 01, 2023, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 1 major change and 4 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 4 contributors) |
| 11 | + who made $(VER) possible.) |
| 12 | + |
| 13 | +$(BUGSTITLE_TEXT_HEADER Compiler changes, |
| 14 | + |
| 15 | +$(LI $(RELATIVE_LINK2 dmd.deprecate-pound-in-token-string,Deprecate invalid special token sequences inside token strings)) |
| 16 | + |
| 17 | +) |
| 18 | + |
| 19 | +$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY) |
| 20 | + |
| 21 | +$(CHANGELOG_SEP_HEADER_TEXT) |
| 22 | + |
| 23 | +$(BUGSTITLE_TEXT_BODY Compiler changes, |
| 24 | + |
| 25 | +$(LI $(LNAME2 dmd.deprecate-pound-in-token-string,Deprecate invalid special token sequences inside token strings) |
| 26 | +$(CHANGELOG_SOURCE_FILE dmd, changelog/dmd.deprecate-pound-in-token-string.dd) |
| 27 | +$(P |
| 28 | +A token string is specified to contain valid D tokens, but the compiler formerly allowed `#identifier` tokens in them. |
| 29 | +) |
| 30 | + |
| 31 | +--- |
| 32 | +enum s = q{ |
| 33 | +#endif x |
| 34 | +} |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +$(P |
| 39 | +This will now issue a deprecation warning. It will become an error in dmd 2.113. |
| 40 | +) |
| 41 | +) |
| 42 | + |
| 43 | + |
| 44 | +) |
| 45 | + |
| 46 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 47 | + |
| 48 | +$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes, |
| 49 | + |
| 50 | +$(LI $(BUGZILLA 23816): Typing invalid mnemonic in asm{} block segfaults) |
| 51 | +) |
| 52 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 53 | + |
| 54 | +$(LI $(BUGZILLA 22739): Segmentation fault in CppMangleVisitor.headOfType) |
| 55 | +$(LI $(BUGZILLA 22765): Assertion failure in CppMangleVisitor.template_args) |
| 56 | +$(LI $(BUGZILLA 22857): Segfault for malformed static if in imported template) |
| 57 | +) |
| 58 | +) |
| 59 | +$(D_CONTRIBUTORS_HEADER 4) |
| 60 | +$(D_CONTRIBUTORS |
| 61 | + $(D_CONTRIBUTOR Dennis) |
| 62 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 63 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 64 | + $(D_CONTRIBUTOR Steven Schveighoffer) |
| 65 | +) |
| 66 | +$(D_CONTRIBUTORS_FOOTER) |
| 67 | +$(CHANGELOG_NAV_INJECT) |
| 68 | + |
| 69 | +Macros: |
| 70 | + VER=2.103.1 |
| 71 | + TITLE=Change Log: $(VER) |
0 commit comments