Skip to content

Commit 1a651cf

Browse files
committed
update download and changelog for v2.098.0-beta.2
1 parent 9eca52d commit 1a651cf

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

changelog/2.098.0_pre.dd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Sep 01, 2021, =================================================,
5+
$(VERSION Sep 15, 2021, =================================================,
66

77
$(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.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 62 contributors)
1111
who made $(VER) possible.)
@@ -293,6 +293,9 @@ $(LI $(BUGZILLA 22118): Const union causes false multiple-initialization error i
293293
$(LI $(BUGZILLA 22121): [REG 2.097][ICE] Segmentation fault in in dmd.dsymbol.ScopeDsymbol.addAccessiblePackage)
294294
$(LI $(BUGZILLA 22122): [REG 2.097][ICE] Segmentation fault in in dmd.access.hasPackageAccess)
295295
$(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)
296299
)
297300
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
298301

@@ -363,6 +366,9 @@ $(LI $(BUGZILLA 22160): importC: Error: redeclaring `module test` as `struct tes
363366
$(LI $(BUGZILLA 22180): .alignof not working for globals)
364367
$(LI $(BUGZILLA 22182): importC: Error: expression expected, not `$(RPAREN)` when casting pointer with redundant parens.)
365368
$(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)
366372
)
367373
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
368374

@@ -386,6 +392,7 @@ $(BUGSTITLE_BUGZILLA Phobos bug fixes,
386392

387393
$(LI $(BUGZILLA 19727): std.algorithm.endsWith fails to compile while startsWith succeeds)
388394
$(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)
389396
$(LI $(BUGZILLA 21916): Error message is obfuscated when using wrong format specifier at compile-time)
390397
$(LI $(BUGZILLA 22001): Equality of std.conv.toChars$(LPAREN)$(RPAREN) results for radix 10 depends on uninitialized bytes)
391398
$(LI $(BUGZILLA 22077): `std.sumtype` support for copy constructors is incomplete)

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Macros:
192192
_=BETA=$(COMMENT $0)
193193
BETA=$0
194194
B_DMDV2=2.098.0
195-
B_SUFFIX=beta.1
195+
B_SUFFIX=beta.2
196196

197197
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
198198
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)