|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Sep 01, 2023, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 1 major change and 9 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 10 contributors) |
| 11 | + who made $(VER) possible.) |
| 12 | + |
| 13 | +$(BUGSTITLE_TEXT_HEADER Compiler changes, |
| 14 | + |
| 15 | +$(LI $(RELATIVE_LINK2 dmd.enum-function,A function with enum storage class is now deprecated, not an error)) |
| 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.enum-function,A function with enum storage class is now deprecated, not an error) |
| 26 | +$(CHANGELOG_SOURCE_FILE dmd, changelog/dmd.enum-function.dd) |
| 27 | +$(P |
| 28 | +The error was introduced in 2.105.0. |
| 29 | +) |
| 30 | +) |
| 31 | + |
| 32 | + |
| 33 | +) |
| 34 | + |
| 35 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 36 | + |
| 37 | +$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes, |
| 38 | + |
| 39 | +$(LI $(BUGZILLA 24066): __traits$(LPAREN)isAbstractClass$(RPAREN) causes a segfault when passed an opaque class) |
| 40 | +$(LI $(BUGZILLA 24078): [REG] crash related to concatenation) |
| 41 | +) |
| 42 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 43 | + |
| 44 | +$(LI $(BUGZILLA 24065): __traits$(LPAREN)getTargetInfo$(RPAREN) causes a segfault when passed a non value) |
| 45 | +$(LI $(BUGZILLA 24070): Opaque struct with nested definition when taking pointer segfaults) |
| 46 | +$(LI $(BUGZILLA 24088): A nested function that returns a tuple that is written with short syntax function does not want to compile.) |
| 47 | +) |
| 48 | +$(BUGSTITLE_BUGZILLA Phobos regression fixes, |
| 49 | + |
| 50 | +$(LI $(BUGZILLA 24064): Cannot chain$(LPAREN)$(RPAREN) array and immutable Nullable) |
| 51 | +) |
| 52 | +$(BUGSTITLE_BUGZILLA Phobos bug fixes, |
| 53 | + |
| 54 | +$(LI $(BUGZILLA 24083): Int128.opCmp's behavior with negative numbers is inconsistent with Int128.opEquals) |
| 55 | +) |
| 56 | +$(BUGSTITLE_BUGZILLA Druntime bug fixes, |
| 57 | + |
| 58 | +$(LI $(BUGZILLA 24079): core.sys.windows.winnt.IMAGE_FIRST_SECTION returns bad pointer) |
| 59 | +$(LI $(BUGZILLA 24106): core.stdc.math provides an implementation of modfl for uClibc that only works when real and double are the same size) |
| 60 | +) |
| 61 | +) |
| 62 | +$(D_CONTRIBUTORS_HEADER 10) |
| 63 | +$(D_CONTRIBUTORS |
| 64 | + $(D_CONTRIBUTOR Dennis) |
| 65 | + $(D_CONTRIBUTOR Dennis Korpel) |
| 66 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 67 | + $(D_CONTRIBUTOR Martin Kinkelin) |
| 68 | + $(D_CONTRIBUTOR Mathis Beer) |
| 69 | + $(D_CONTRIBUTOR mhh) |
| 70 | + $(D_CONTRIBUTOR Nathan Sashihara) |
| 71 | + $(D_CONTRIBUTOR Nick Treleaven) |
| 72 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 73 | + $(D_CONTRIBUTOR Teodor Dutu) |
| 74 | +) |
| 75 | +$(D_CONTRIBUTORS_FOOTER) |
| 76 | +$(CHANGELOG_NAV_INJECT) |
| 77 | + |
| 78 | +Macros: |
| 79 | + VER=2.105.1 |
| 80 | + TITLE=Change Log: $(VER) |
0 commit comments