Skip to content

Commit 6c07752

Browse files
authored
Merge pull request #2532 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents 870dd0c + 9c1aa3d commit 6c07752

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

changelog/2.084.0_pre.dd

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Jan 01, 2019, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 21 major changes and 93 fixed Bugzilla issues.
9-
A huge thanks goes to the 51 contributors who made $(VER) possible.)
8+
$(VER) comes with 21 major changes and 95 fixed Bugzilla issues.
9+
A huge thanks goes to the 52 contributors who made $(VER) possible.)
1010

1111
$(BUGSTITLE_TEXT_HEADER Compiler changes,
1212

@@ -324,7 +324,7 @@ dependency "vibe-d" version="~>X.Y.Z"
324324

325325
$(P
326326
It is also possible to add multiple packages at once and explicitly add a
327-
simple $(LINK2 version specification,http://code.dlang.org/package-format?lang=json#version-specs)
327+
simple $(LINK2 https://code.dlang.org/package-format?lang=json#version-specs,version specification)
328328
for some of them.
329329
)
330330

@@ -491,6 +491,7 @@ $(LI $(BUGZILLA 19409): static if $(LPAREN)__traits$(LPAREN)compiles, __traits$(
491491
$(LI $(BUGZILLA 19447): [REG2.066] fixed size slice assignment in ctfe loses connection with array)
492492
$(LI $(BUGZILLA 19473): DMD Segfault on circular struct reference)
493493
$(LI $(BUGZILLA 19491): ICE $(LPAREN)segfault$(RPAREN) when initializing scope variable with shared type)
494+
$(LI $(BUGZILLA 19510): [2.084 REG] random and spurious error about a missing NOLOGO.d file)
494495
)
495496
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
496497

@@ -534,6 +535,7 @@ $(LI $(BUGZILLA 19439): Make __traits$(LPAREN)getAliasThis$(RPAREN) return empty
534535
)
535536
$(BUGSTITLE_BUGZILLA Phobos regressions,
536537

538+
$(LI $(BUGZILLA 13300): pure function 'std.array.Appender!$(LPAREN)T[]$(RPAREN).Appender.ensureAddable' cannot call impure function 'test.T.__fieldPostBlit')
537539
$(LI $(BUGZILLA 18824): [REG 2.080] Tuple's opBinaryRight takes precedence over appending a tuple to an array of tuples)
538540
$(LI $(BUGZILLA 19133): core.exception.rangeerror@std/file.d$(LPAREN)3812$(RPAREN):)
539541
)
@@ -605,7 +607,7 @@ $(BUGSTITLE_BUGZILLA Installer bugs,
605607
$(LI $(BUGZILLA 19434): "Invalid signature" when using install.sh with no ~/.gnupg)
606608
)
607609
)
608-
$(D_CONTRIBUTORS_HEADER 51)
610+
$(D_CONTRIBUTORS_HEADER 52)
609611
$(D_CONTRIBUTORS
610612
$(D_CONTRIBUTOR Andrei Alexandrescu)
611613
$(D_CONTRIBUTOR Andu033)
@@ -655,6 +657,7 @@ $(D_CONTRIBUTORS
655657
$(D_CONTRIBUTOR Simen Kjærås)
656658
$(D_CONTRIBUTOR Stanislav Blinov)
657659
$(D_CONTRIBUTOR Steven Schveighoffer)
660+
$(D_CONTRIBUTOR Thomas Mader)
658661
$(D_CONTRIBUTOR Vladimir Panteleev)
659662
$(D_CONTRIBUTOR Walter Bright)
660663
$(D_CONTRIBUTOR wolframw)

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Macros:
213213
_=BETA=$(COMMENT $0)
214214
BETA=$0
215215
B_DMDV2=2.084.0
216-
B_SUFFIX=beta.2
216+
B_SUFFIX=rc.1
217217

218218
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
219219
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)