Skip to content

Commit 4195a4d

Browse files
authored
Merge pull request #3111 from MartinNowak/merge_stable
update download and changelog for v2.098.0
2 parents 5903fbf + 8b56fcc commit 4195a4d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.097.2
1+
2.098.0

changelog/2.098.0_pre.dd renamed to changelog/2.098.0.dd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Oct 10, 2021, =================================================,
66

77
$(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.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 62 contributors)
1111
who made $(VER) possible.)
@@ -1135,6 +1135,7 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
11351135

11361136
$(LI $(BUGZILLA 13009): [REG2.064] inout overload conflicts with non-inout when used via alias this)
11371137
$(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)
11381139
$(LI $(BUGZILLA 22035): [REG 2.097][ICE] Segmentation fault parsing invalid case statement)
11391140
$(LI $(BUGZILLA 22054): Referencing a fwd-declared field results in many error messages)
11401141
$(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
12261227
$(LI $(BUGZILLA 22262): importC: Error: incompatible types for '$(LPAREN)buf$(RPAREN) is $(LPAREN)0$(RPAREN)': 'ubyte*' and 'int')
12271228
$(LI $(BUGZILLA 22263): ImportC: function and variable re-declarations should be allowed)
12281229
$(LI $(BUGZILLA 22264): importC: Error: '=', ';' or ',' expected using K&R function syntax)
1230+
$(LI $(BUGZILLA 22265): importC: Error: cannot modify 'const' expression)
12291231
$(LI $(BUGZILLA 22274): importC: [ICE]: 4 identifiers does not match 3 declarations using K&R syntax)
12301232
$(LI $(BUGZILLA 22275): importC: Error: incompatible types for $(LPAREN)dest$(RPAREN) !is $(LPAREN)buf$(RPAREN): char* and char[1])
12311233
$(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
12401242
$(LI $(BUGZILLA 22326): ImportC: struct with flexible array member is incorrectly handled)
12411243
$(LI $(BUGZILLA 22329): DMD and LDC2 Segumentation Faults due to alias this on private field + special names)
12421244
$(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)
12431246
)
12441247
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
12451248

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Macros:
189189

190190
DMDV2=$(LATEST)
191191

192-
_=BETA=$(COMMENT $0)
193-
BETA=$0
192+
BETA=$(COMMENT $0)
193+
_=BETA=$0
194194
B_DMDV2=2.098.0
195195
B_SUFFIX=rc.1
196196

0 commit comments

Comments
 (0)