Skip to content

Commit 9a31fe2

Browse files
authored
Merge pull request #3651 from ibuclaw/merge_stable
update download and changelog for v2.104.1
2 parents edd231c + 4c8d94f commit 9a31fe2

File tree

4 files changed

+61
-46
lines changed

4 files changed

+61
-46
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.104.0
1+
2.104.1

changelog/2.104.1.dd

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Jul 01, 2023, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 11 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 10 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 23965): [REG2.101.0] Appending deprecated structs in deprecated function causes deprecation message)
22+
$(LI $(BUGZILLA 23978): [REG 2.103.0] ICE: dip1021 memory corruption)
23+
$(LI $(BUGZILLA 23979): ICE on failed alias this attempt on pointer expression)
24+
$(LI $(BUGZILLA 24013): [REG 2.103.0] address of a __traits$(LPAREN)getOverloads$(RPAREN) item is not converted to a delegate anymore)
25+
)
26+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
27+
28+
$(LI $(BUGZILLA 21025): Segfault for function contract -preview=dip1021)
29+
$(LI $(BUGZILLA 22729): ICE: Invalid array access for invalid interface definition)
30+
$(LI $(BUGZILLA 23768): ImportC: ICE on nested C initializer)
31+
$(LI $(BUGZILLA 23982): segfault when printing scope inference failure)
32+
$(LI $(BUGZILLA 23986): ICE: dip1021 asserts on `typeof$(LPAREN)null$(RPAREN)` parameter)
33+
)
34+
$(BUGSTITLE_BUGZILLA Phobos regression fixes,
35+
36+
$(LI $(BUGZILLA 23976): std.range.slide fails in dmd-2.104.0)
37+
$(LI $(BUGZILLA 23993): std.algorithm.maxElement no longer works with array of BigInt)
38+
)
39+
)
40+
$(D_CONTRIBUTORS_HEADER 10)
41+
$(D_CONTRIBUTORS
42+
$(D_CONTRIBUTOR Dennis)
43+
$(D_CONTRIBUTOR Dennis Korpel)
44+
$(D_CONTRIBUTOR FeepingCreature)
45+
$(D_CONTRIBUTOR Iain Buclaw)
46+
$(D_CONTRIBUTOR Martin Kinkelin)
47+
$(D_CONTRIBUTOR Mathis Beer)
48+
$(D_CONTRIBUTOR Razvan Nitu)
49+
$(D_CONTRIBUTOR Richard (Rikki) Andrew Cattermole)
50+
$(D_CONTRIBUTOR Teodor Dutu)
51+
$(D_CONTRIBUTOR Walter Bright)
52+
)
53+
$(D_CONTRIBUTORS_FOOTER)
54+
$(CHANGELOG_NAV_INJECT)
55+
56+
Macros:
57+
VER=2.104.1
58+
TITLE=Change Log: $(VER)

changelog/2.104.1_pre.dd

Lines changed: 0 additions & 43 deletions
This file was deleted.

download.dd

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

200200
DMDV2=$(LATEST)
201201

202-
_=BETA=$(COMMENT $0)
203-
BETA=$0
202+
BETA=$(COMMENT $0)
203+
_=BETA=$0
204204
B_DMDV2=2.104.1
205205
B_SUFFIX=beta.1
206206

0 commit comments

Comments
 (0)