2
2
3
3
$(CHANGELOG_NAV_INJECT)
4
4
5
- $(VERSION Sep 01 , 2021, =================================================,
5
+ $(VERSION Sep 15 , 2021, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 8 major changes and 128 fixed Bugzilla issues.
8
+ $(VER) comes with 8 major changes and 135 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
10
$(LINK2 #contributors, 62 contributors)
11
11
who made $(VER) possible.)
@@ -293,6 +293,9 @@ $(LI $(BUGZILLA 22118): Const union causes false multiple-initialization error i
293
293
$(LI $(BUGZILLA 22121): [REG 2.097][ICE] Segmentation fault in in dmd.dsymbol.ScopeDsymbol.addAccessiblePackage)
294
294
$(LI $(BUGZILLA 22122): [REG 2.097][ICE] Segmentation fault in in dmd.access.hasPackageAccess)
295
295
$(LI $(BUGZILLA 22196): importC: Error: found `const` when expecting `$(RPAREN)`in __attribute__)
296
+ $(LI $(BUGZILLA 22214): Regression 2.097.0: __traits$(LPAREN)compiles$(RPAREN) doesn't notice invalid getMember that yields type)
297
+ $(LI $(BUGZILLA 22224): [REG 2.097.0] compiler segfaults with -profile)
298
+ $(LI $(BUGZILLA 22228): [CTFE] taking address of immutable in frame function causes ICE on Unix platforms)
296
299
)
297
300
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
298
301
@@ -363,6 +366,9 @@ $(LI $(BUGZILLA 22160): importC: Error: redeclaring `module test` as `struct tes
363
366
$(LI $(BUGZILLA 22180): .alignof not working for globals)
364
367
$(LI $(BUGZILLA 22182): importC: Error: expression expected, not `$(RPAREN)` when casting pointer with redundant parens.)
365
368
$(LI $(BUGZILLA 22209): NRVO variable detection ignoring `alias this` conversion => segfaults)
369
+ $(LI $(BUGZILLA 22252): ImportC: Array, Function parameter types should be converted to pointers)
370
+ $(LI $(BUGZILLA 22262): importC: Error: incompatible types for '$(LPAREN)buf$(RPAREN) is $(LPAREN)0$(RPAREN)': 'ubyte*' and 'int')
371
+ $(LI $(BUGZILLA 22274): importC: [ICE]: 4 identifiers does not match 3 declarations using K&R syntax)
366
372
)
367
373
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
368
374
@@ -386,6 +392,7 @@ $(BUGSTITLE_BUGZILLA Phobos bug fixes,
386
392
387
393
$(LI $(BUGZILLA 19727): std.algorithm.endsWith fails to compile while startsWith succeeds)
388
394
$(LI $(BUGZILLA 20393): formattedRead accepts input, that should be rejected)
395
+ $(LI $(BUGZILLA 20937): std.range.array of a lengthless range with indirection is not @safe)
389
396
$(LI $(BUGZILLA 21916): Error message is obfuscated when using wrong format specifier at compile-time)
390
397
$(LI $(BUGZILLA 22001): Equality of std.conv.toChars$(LPAREN)$(RPAREN) results for radix 10 depends on uninitialized bytes)
391
398
$(LI $(BUGZILLA 22077): `std.sumtype` support for copy constructors is incomplete)
0 commit comments