@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Oct 10, 2021, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 17 major changes and 157 fixed Bugzilla issues.
8
+ $(VER) comes with 17 major changes and 160 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
10
$(LINK2 #contributors, 62 contributors)
11
11
who made $(VER) possible.)
@@ -1135,6 +1135,7 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
1135
1135
1136
1136
$(LI $(BUGZILLA 13009): [REG2.064] inout overload conflicts with non-inout when used via alias this)
1137
1137
$(LI $(BUGZILLA 21238): -deps considers only the first instantiation site of a template for dependencies)
1138
+ $(LI $(BUGZILLA 21850): [REG2.093] Template inference of pure not working)
1138
1139
$(LI $(BUGZILLA 22035): [REG 2.097][ICE] Segmentation fault parsing invalid case statement)
1139
1140
$(LI $(BUGZILLA 22054): Referencing a fwd-declared field results in many error messages)
1140
1141
$(LI $(BUGZILLA 22075): [Reg 2.068] "AA key type S should have 'size_t toHash$(LPAREN)$(RPAREN) const nothrow @safe' if opEquals defined" is not triggered if any field of S has its own 'alias this')
@@ -1226,6 +1227,7 @@ $(LI $(BUGZILLA 22253): ImportC expressions inadvertently supporting D propertie
1226
1227
$(LI $(BUGZILLA 22262): importC: Error: incompatible types for '$(LPAREN)buf$(RPAREN) is $(LPAREN)0$(RPAREN)': 'ubyte*' and 'int')
1227
1228
$(LI $(BUGZILLA 22263): ImportC: function and variable re-declarations should be allowed)
1228
1229
$(LI $(BUGZILLA 22264): importC: Error: '=', ';' or ',' expected using K&R function syntax)
1230
+ $(LI $(BUGZILLA 22265): importC: Error: cannot modify 'const' expression)
1229
1231
$(LI $(BUGZILLA 22274): importC: [ICE]: 4 identifiers does not match 3 declarations using K&R syntax)
1230
1232
$(LI $(BUGZILLA 22275): importC: Error: incompatible types for $(LPAREN)dest$(RPAREN) !is $(LPAREN)buf$(RPAREN): char* and char[1])
1231
1233
$(LI $(BUGZILLA 22286): importC: $(LPAREN)identifier$(RPAREN)$(LPAREN)other_identifier$(RPAREN) incorrectly parsed as a cast-expression)
@@ -1240,6 +1242,7 @@ $(LI $(BUGZILLA 22322): ImportC: struct with floating point members causes probl
1240
1242
$(LI $(BUGZILLA 22326): ImportC: struct with flexible array member is incorrectly handled)
1241
1243
$(LI $(BUGZILLA 22329): DMD and LDC2 Segumentation Faults due to alias this on private field + special names)
1242
1244
$(LI $(BUGZILLA 22333): ImportC: fails to parse enumerators with = and gnu attributes)
1245
+ $(LI $(BUGZILLA 22373): Glue layer rejects cast from noreturn to other type)
1243
1246
)
1244
1247
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
1245
1248
0 commit comments