Skip to content

Commit 440e5b5

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents aba693b + c29d498 commit 440e5b5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.082.1
1+
2.083.0

changelog/2.083.0_pre.dd renamed to changelog/2.083.0.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Nov 01, 2018, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 11 major changes and 46 fixed Bugzilla issues.
8+
$(VER) comes with 11 major changes and 47 fixed Bugzilla issues.
99
A huge thanks goes to the 51 contributors who made $(VER) possible.)
1010

1111
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -282,6 +282,7 @@ $(BUGSTITLE_BUGZILLA DMD Compiler bugs,
282282
$(LI $(BUGZILLA 11538): [ICE] stack overflow with recursive NullableRef fails)
283283
$(LI $(BUGZILLA 14246): RAII - proper destruction of partially constructed objects/structs)
284284
$(LI $(BUGZILLA 15374): [internal] Nothing should import ddmd.mars)
285+
$(LI $(BUGZILLA 18457): betterC - struct destructor is always called at function return)
285286
$(LI $(BUGZILLA 18771): Identical overload sets in different modules have different identities)
286287
$(LI $(BUGZILLA 18955): extern$(LPAREN)C++$(RPAREN) default struct mangling is overridden when interacting with a `cppmangle = class` template)
287288
$(LI $(BUGZILLA 19098): Improve error for non-assignable struct)

download.dd

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

211211
DMDV2=$(LATEST)
212212

213-
_=BETA=$(COMMENT $0)
214-
BETA=$0
213+
BETA=$(COMMENT $0)
214+
_=BETA=$0
215215
B_DMDV2=2.083.0
216216
B_SUFFIX=rc.1
217217

0 commit comments

Comments
 (0)