Skip to content

Commit d24ecf0

Browse files
committed
update download and changelog for v2.103.0
1 parent 88547a1 commit d24ecf0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.102.2
1+
2.103.0

changelog/2.103.0_pre.dd renamed to changelog/2.103.0.dd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Apr 01, 2023, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 9 major changes and 77 fixed Bugzilla issues.
8+
$(VER) comes with 9 major changes and 83 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 43 contributors)
1111
who made $(VER) possible.)
@@ -197,6 +197,7 @@ $(LI $(BUGZILLA 22039): ICE on infinite recursion in default parameter)
197197
$(LI $(BUGZILLA 23688): FTBFS: error: cannot convert 'Expression' to 'Expression*')
198198
$(LI $(BUGZILLA 23710): [REG master] Reachable code inside an 'if $(LPAREN)false$(RPAREN)' block no longer gets codegen)
199199
$(LI $(BUGZILLA 23758): [REG 2.103] Segfault accessing NewExp::argprefix from C++)
200+
$(LI $(BUGZILLA 23799): Link error with -betterC)
200201
)
201202
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
202203

@@ -205,6 +206,7 @@ $(LI $(BUGZILLA 11051): Unmatched case in a final switch should throw in both re
205206
$(LI $(BUGZILLA 16098): align$(LPAREN)N$(RPAREN) not respected for stack variables if N > platform stack alignment)
206207
$(LI $(BUGZILLA 16213): CTFE internal error with static array $ as template argument)
207208
$(LI $(BUGZILLA 20781): Can call @live function without checking dip1021 rules)
209+
$(LI $(BUGZILLA 20908): -preview=nosharedaccess requires zero-initializion for aggregates)
208210
$(LI $(BUGZILLA 21288): Wrong context pointer for alias this function)
209211
$(LI $(BUGZILLA 21492): betterC: TypeInfo is generated for code guarded by if$(LPAREN)__ctfe$(RPAREN))
210212
$(LI $(BUGZILLA 21821): Optimizer assumes immutables do not change, but they can in @system code)
@@ -237,7 +239,11 @@ $(LI $(BUGZILLA 23752): ImportC: can't take address of dereferenced void pointer
237239
$(LI $(BUGZILLA 23760): Error: unknown)
238240
$(LI $(BUGZILLA 23763): ICE on operations involving zero-initialized structs)
239241
$(LI $(BUGZILLA 23767): ImportC: ternary with null constant has wrong pointer type)
242+
$(LI $(BUGZILLA 23778): Code generator fails to handle __c_complex_real properly for Windows)
240243
$(LI $(BUGZILLA 23781): [ICE] Segmentation Fault when taking the address of a ref return at CTFE)
244+
$(LI $(BUGZILLA 23783): -preview=nosharedaccess does not detect comparison of shared data)
245+
$(LI $(BUGZILLA 23790): Cannot use cas on member variable with -preview=nosharedaccess)
246+
$(LI $(BUGZILLA 23792): lexer warns about preprocessor inside token strings)
241247
)
242248
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
243249

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.103.0
205205
B_SUFFIX=rc.1
206206

0 commit comments

Comments
 (0)