Skip to content

Commit ba2e975

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents 5bc12fa + 9b00924 commit ba2e975

File tree

2 files changed

+61
-4
lines changed

2 files changed

+61
-4
lines changed

changelog/2.080.1_pre.dd

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Jun 06, 2018, =================================================,
6+
7+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
8+
9+
$(CHANGELOG_SEP_HEADER_TEXT)
10+
11+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
12+
13+
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
14+
15+
$(LI $(BUGZILLA 17968): [REG 2.073] object initializer omitted when it should be included.)
16+
$(LI $(BUGZILLA 18115): [REG2.078-b1] case where && is not shortcut anymore in CTFE)
17+
)
18+
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
19+
20+
$(LI $(BUGZILLA 17819): static foreach segfaults on __traits$(LPAREN)allMembers$(RPAREN))
21+
$(LI $(BUGZILLA 18211): Access violation when generating JSON on static foreach)
22+
$(LI $(BUGZILLA 18819): DMD compilation crash)
23+
$(LI $(BUGZILLA 18902): -lib crashes on static libraries in the command line)
24+
)
25+
$(BUGSTITLE_BUGZILLA Phobos regressions,
26+
27+
$(LI $(BUGZILLA 18822): [REG 2.080.0] Compiling byGrapheme Fails)
28+
$(LI $(BUGZILLA 18871): DMD "illegal hardware instruction" crash)
29+
$(LI $(BUGZILLA 18884): getSymbolsByUDA fails on AliasSeq members)
30+
)
31+
$(BUGSTITLE_BUGZILLA Druntime bugs,
32+
33+
$(LI $(BUGZILLA 18904): core.internal.string has issues with radix)
34+
)
35+
)
36+
$(D_CONTRIBUTORS_HEADER 13)
37+
$(D_CONTRIBUTORS
38+
$(D_CONTRIBUTOR Andrei Alexandrescu)
39+
$(D_CONTRIBUTOR Eugen Wissner)
40+
$(D_CONTRIBUTOR Jack Stouffer)
41+
$(D_CONTRIBUTOR kinke)
42+
$(D_CONTRIBUTOR Martin Nowak)
43+
$(D_CONTRIBUTOR Mike Franklin)
44+
$(D_CONTRIBUTOR Nick Treleaven)
45+
$(D_CONTRIBUTOR Razvan Nitu)
46+
$(D_CONTRIBUTOR Sebastian Wilzbach)
47+
$(D_CONTRIBUTOR Simen Kjærås)
48+
$(D_CONTRIBUTOR Steven Schveighoffer)
49+
$(D_CONTRIBUTOR Timon Gehr)
50+
$(D_CONTRIBUTOR Walter Bright)
51+
)
52+
$(D_CONTRIBUTORS_FOOTER)
53+
$(CHANGELOG_NAV_INJECT)
54+
55+
Macros:
56+
VER=2.080.1
57+
TITLE=Change Log: $(VER)

download.dd

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

211211
DMDV2=$(LATEST)
212212

213-
BETA=$(COMMENT $0)
214-
_=BETA=$0
215-
B_DMDV2=2.080.0
216-
B_SUFFIX=rc.1
213+
_=BETA=$(COMMENT $0)
214+
BETA=$0
215+
B_DMDV2=2.080.1
216+
B_SUFFIX=beta.1
217217

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

0 commit comments

Comments
 (0)