Skip to content

Commit 5d1f415

Browse files
authored
Merge pull request #3584 from ibuclaw/merge_stable
update download and changelog for v2.103.1-beta.1 Signed-off-by: Petar Kirov <PetarKirov@users.noreply.github.com> Merged-on-behalf-of: Petar Kirov <PetarKirov@users.noreply.github.com>
2 parents 95c04e9 + 7b96ac8 commit 5d1f415

File tree

2 files changed

+75
-4
lines changed

2 files changed

+75
-4
lines changed

changelog/2.103.1_pre.dd

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION May 01, 2023, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 1 major change and 4 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 4 contributors)
11+
who made $(VER) possible.)
12+
13+
$(BUGSTITLE_TEXT_HEADER Compiler changes,
14+
15+
$(LI $(RELATIVE_LINK2 dmd.deprecate-pound-in-token-string,Deprecate invalid special token sequences inside token strings))
16+
17+
)
18+
19+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
20+
21+
$(CHANGELOG_SEP_HEADER_TEXT)
22+
23+
$(BUGSTITLE_TEXT_BODY Compiler changes,
24+
25+
$(LI $(LNAME2 dmd.deprecate-pound-in-token-string,Deprecate invalid special token sequences inside token strings)
26+
$(CHANGELOG_SOURCE_FILE dmd, changelog/dmd.deprecate-pound-in-token-string.dd)
27+
$(P
28+
A token string is specified to contain valid D tokens, but the compiler formerly allowed `#identifier` tokens in them.
29+
)
30+
31+
---
32+
enum s = q{
33+
#endif x
34+
}
35+
36+
---
37+
38+
$(P
39+
This will now issue a deprecation warning. It will become an error in dmd 2.113.
40+
)
41+
)
42+
43+
44+
)
45+
46+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
47+
48+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
49+
50+
$(LI $(BUGZILLA 23816): Typing invalid mnemonic in asm{} block segfaults)
51+
)
52+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
53+
54+
$(LI $(BUGZILLA 22739): Segmentation fault in CppMangleVisitor.headOfType)
55+
$(LI $(BUGZILLA 22765): Assertion failure in CppMangleVisitor.template_args)
56+
$(LI $(BUGZILLA 22857): Segfault for malformed static if in imported template)
57+
)
58+
)
59+
$(D_CONTRIBUTORS_HEADER 4)
60+
$(D_CONTRIBUTORS
61+
$(D_CONTRIBUTOR Dennis)
62+
$(D_CONTRIBUTOR Iain Buclaw)
63+
$(D_CONTRIBUTOR Razvan Nitu)
64+
$(D_CONTRIBUTOR Steven Schveighoffer)
65+
)
66+
$(D_CONTRIBUTORS_FOOTER)
67+
$(CHANGELOG_NAV_INJECT)
68+
69+
Macros:
70+
VER=2.103.1
71+
TITLE=Change Log: $(VER)

download.dd

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

200200
DMDV2=$(LATEST)
201201

202-
BETA=$(COMMENT $0)
203-
_=BETA=$0
204-
B_DMDV2=2.103.0
205-
B_SUFFIX=rc.1
202+
_=BETA=$(COMMENT $0)
203+
BETA=$0
204+
B_DMDV2=2.103.1
205+
B_SUFFIX=beta.1
206206

207207
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
208208
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)