|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Jul 18, 2021, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 13 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 7 contributors) |
| 11 | + who made $(VER) possible.) |
| 12 | + |
| 13 | +$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY) |
| 14 | + |
| 15 | +$(CHANGELOG_SEP_HEADER_TEXT) |
| 16 | + |
| 17 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 18 | + |
| 19 | +$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes, |
| 20 | + |
| 21 | +$(LI $(BUGZILLA 22035): [REG 2.097][ICE] Segmentation fault parsing invalid case statement) |
| 22 | +$(LI $(BUGZILLA 22048): [REG2.095] `alias a = int p;` compiles) |
| 23 | +$(LI $(BUGZILLA 22084): [REG 2.097] Segmentation fault passing non-pod struct as variadic argument) |
| 24 | +) |
| 25 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 26 | + |
| 27 | +$(LI $(BUGZILLA 21951): Segfault on `noreturn.init`) |
| 28 | +$(LI $(BUGZILLA 21993): Cannot cast to noreturn) |
| 29 | +) |
| 30 | +$(BUGSTITLE_BUGZILLA Phobos regression fixes, |
| 31 | + |
| 32 | +$(LI $(BUGZILLA 22056): [Reg 2.074] std.traits.isFloatingPoint, isNumeric, isUnsigned, & isSigned should never be true for SIMD vectors) |
| 33 | +$(LI $(BUGZILLA 22057): [Reg 2.074] std.traits.isNumeric & isUnsigned should not be true for enum types with character base types) |
| 34 | +$(LI $(BUGZILLA 22058): [Reg 2.074] std.traits.isNumeric & isSigned should not be true for complex or imaginary types) |
| 35 | +$(LI $(BUGZILLA 22093): [Reg 2.097] std.typecons.RefCounted!T for struct T without an explicit toString or alias this previously could be converted to string even when uninitialized but now cannot be) |
| 36 | +) |
| 37 | +$(BUGSTITLE_BUGZILLA Druntime bug fixes, |
| 38 | + |
| 39 | +$(LI $(BUGZILLA 21996): -checkaction=context triggers InvalidMemoryOperationError in finalizer) |
| 40 | +$(LI $(BUGZILLA 22024): hashOf does not work on enum types whose base type is a SIMD vector) |
| 41 | +$(LI $(BUGZILLA 22076): hashOf$(LPAREN)S$(RPAREN) can segfault if S.toHash is forwarded via 'alias this' to a receiver which may be null) |
| 42 | +$(LI $(BUGZILLA 22081): DWARF v5 support is utterly broken - 'illegal instruction' when throwing exceptions) |
| 43 | +) |
| 44 | +) |
| 45 | +$(D_CONTRIBUTORS_HEADER 7) |
| 46 | +$(D_CONTRIBUTORS |
| 47 | + $(D_CONTRIBUTOR Florian) |
| 48 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 49 | + $(D_CONTRIBUTOR Martin Kinkelin) |
| 50 | + $(D_CONTRIBUTOR Martin Nowak) |
| 51 | + $(D_CONTRIBUTOR MoonlightSentinel) |
| 52 | + $(D_CONTRIBUTOR Nathan Sashihara) |
| 53 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 54 | +) |
| 55 | +$(D_CONTRIBUTORS_FOOTER) |
| 56 | +$(CHANGELOG_NAV_INJECT) |
| 57 | + |
| 58 | +Macros: |
| 59 | + VER=2.097.1 |
| 60 | + TITLE=Change Log: $(VER) |
0 commit comments