Skip to content

Commit 1d81805

Browse files
authored
Merge pull request #3064 from MartinNowak/merge_stable
merge stable Signed-off-by: Mathias LANG <pro.mathias.lang@gmail.com> Merged-on-behalf-of: Mathias LANG <pro.mathias.lang@gmail.com>
2 parents f2b6b1e + 93e5186 commit 1d81805

File tree

2 files changed

+64
-4
lines changed

2 files changed

+64
-4
lines changed

changelog/2.097.1_pre.dd

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Jul 18, 2021, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 13 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 7 contributors)
11+
who made $(VER) possible.)
12+
13+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
14+
15+
$(CHANGELOG_SEP_HEADER_TEXT)
16+
17+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
18+
19+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20+
21+
$(LI $(BUGZILLA 22035): [REG 2.097][ICE] Segmentation fault parsing invalid case statement)
22+
$(LI $(BUGZILLA 22048): [REG2.095] `alias a = int p;` compiles)
23+
$(LI $(BUGZILLA 22084): [REG 2.097] Segmentation fault passing non-pod struct as variadic argument)
24+
)
25+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
26+
27+
$(LI $(BUGZILLA 21951): Segfault on `noreturn.init`)
28+
$(LI $(BUGZILLA 21993): Cannot cast to noreturn)
29+
)
30+
$(BUGSTITLE_BUGZILLA Phobos regression fixes,
31+
32+
$(LI $(BUGZILLA 22056): [Reg 2.074] std.traits.isFloatingPoint, isNumeric, isUnsigned, & isSigned should never be true for SIMD vectors)
33+
$(LI $(BUGZILLA 22057): [Reg 2.074] std.traits.isNumeric & isUnsigned should not be true for enum types with character base types)
34+
$(LI $(BUGZILLA 22058): [Reg 2.074] std.traits.isNumeric & isSigned should not be true for complex or imaginary types)
35+
$(LI $(BUGZILLA 22093): [Reg 2.097] std.typecons.RefCounted!T for struct T without an explicit toString or alias this previously could be converted to string even when uninitialized but now cannot be)
36+
)
37+
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
38+
39+
$(LI $(BUGZILLA 21996): -checkaction=context triggers InvalidMemoryOperationError in finalizer)
40+
$(LI $(BUGZILLA 22024): hashOf does not work on enum types whose base type is a SIMD vector)
41+
$(LI $(BUGZILLA 22076): hashOf$(LPAREN)S$(RPAREN) can segfault if S.toHash is forwarded via 'alias this' to a receiver which may be null)
42+
$(LI $(BUGZILLA 22081): DWARF v5 support is utterly broken - 'illegal instruction' when throwing exceptions)
43+
)
44+
)
45+
$(D_CONTRIBUTORS_HEADER 7)
46+
$(D_CONTRIBUTORS
47+
$(D_CONTRIBUTOR Florian)
48+
$(D_CONTRIBUTOR Iain Buclaw)
49+
$(D_CONTRIBUTOR Martin Kinkelin)
50+
$(D_CONTRIBUTOR Martin Nowak)
51+
$(D_CONTRIBUTOR MoonlightSentinel)
52+
$(D_CONTRIBUTOR Nathan Sashihara)
53+
$(D_CONTRIBUTOR Razvan Nitu)
54+
)
55+
$(D_CONTRIBUTORS_FOOTER)
56+
$(CHANGELOG_NAV_INJECT)
57+
58+
Macros:
59+
VER=2.097.1
60+
TITLE=Change Log: $(VER)

download.dd

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

190190
DMDV2=$(LATEST)
191191

192-
BETA=$(COMMENT $0)
193-
_=BETA=$0
194-
B_DMDV2=2.097.0
195-
B_SUFFIX=rc.1
192+
_=BETA=$(COMMENT $0)
193+
BETA=$0
194+
B_DMDV2=2.097.1
195+
B_SUFFIX=beta.1
196196

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

0 commit comments

Comments
 (0)