Skip to content

Commit 83db64f

Browse files
committed
update download and changelog for v2.102.0
1 parent 0cf66a4 commit 83db64f

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.101.2
1+
2.102.0

changelog/2.102.0_pre.dd renamed to changelog/2.102.0.dd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Feb 01, 2023, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 15 major changes and 71 fixed Bugzilla issues.
8+
$(VER) comes with 15 major changes and 75 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 39 contributors)
10+
$(LINK2 #contributors, 40 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -472,6 +472,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
472472

473473
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
474474

475+
$(LI $(BUGZILLA 19268): BetterC turns off .dup for CTFE)
475476
$(LI $(BUGZILLA 20520): Runtime segfault when taking typeid of a class instanciated within an enum)
476477
$(LI $(BUGZILLA 21301): Wrong values being passed in long parameter list)
477478
$(LI $(BUGZILLA 23307): [REG][CODEGEN][SIMD] wrong codegen with inlined local functions + SIMD)
@@ -493,6 +494,7 @@ $(LI $(BUGZILLA 19623): HERE string identifier cannot start with Unicode letter)
493494
$(LI $(BUGZILLA 19649): Misleading error message for duplicate constraints)
494495
$(LI $(BUGZILLA 21062): Confusing error when using a keyword as an identifier for a declaration)
495496
$(LI $(BUGZILLA 21506): misalignment of _argptr for variadic functions)
497+
$(LI $(BUGZILLA 21613): DMD crash: copy ctor + templated rvalue ctor)
496498
$(LI $(BUGZILLA 22759): ImportC: cannot modify const expression from dereferencing const pointer declared within function.)
497499
$(LI $(BUGZILLA 23122): enum member UDAs semantics are not checked properly)
498500
$(LI $(BUGZILLA 23218): ICE: src/dmd/backend/cgxmm.d:1373: Assertion `0' failed.)
@@ -518,6 +520,7 @@ $(LI $(BUGZILLA 23620): 'alias this' is not respected in static array length pos
518520
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
519521

520522
$(LI $(BUGZILLA 9848): Better diagnostic when type declaration was not expected)
523+
$(LI $(BUGZILLA 15368): Improve error message for "auto" keyword inside "foreach")
521524
$(LI $(BUGZILLA 21338): Confusing error message for template overload resolution failure)
522525
$(LI $(BUGZILLA 22306): scope array variable should be stack allocated)
523526
$(LI $(BUGZILLA 23410): ImportC: binary constants not allowed)
@@ -535,6 +538,7 @@ $(LI $(BUGZILLA 23488): std.format.sformat mishandles char ranges)
535538
$(LI $(BUGZILLA 23507): Socket.blocking property incorrect on new Socket on Windows)
536539
$(LI $(BUGZILLA 23540): std.uni loadProperty aliases for C are incorrect)
537540
$(LI $(BUGZILLA 23561): std.typecons.Unique!struct does not destroy struct instance)
541+
$(LI $(BUGZILLA 23640): Nullable range iteration doesn't work with immutable values)
538542
)
539543
$(BUGSTITLE_BUGZILLA Phobos enhancements,
540544

@@ -575,7 +579,7 @@ $(BUGSTITLE_BUGZILLA Installer bug fixes,
575579
$(LI $(BUGZILLA 23623): On 64 bit Windows the path should point to 64 bit dmd.)
576580
)
577581
)
578-
$(D_CONTRIBUTORS_HEADER 39)
582+
$(D_CONTRIBUTORS_HEADER 40)
579583
$(D_CONTRIBUTORS
580584
$(D_CONTRIBUTOR Adam D. Ruppe)
581585
$(D_CONTRIBUTOR aG0aep6G)
@@ -600,6 +604,7 @@ $(D_CONTRIBUTORS
600604
$(D_CONTRIBUTOR Luís Ferreira)
601605
$(D_CONTRIBUTOR Marcelo Silva Nascimento Mancini)
602606
$(D_CONTRIBUTOR Mathias Lang)
607+
$(D_CONTRIBUTOR Mathis Beer)
603608
$(D_CONTRIBUTOR Max Haughton)
604609
$(D_CONTRIBUTOR mhh)
605610
$(D_CONTRIBUTOR Mike Parker)

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

0 commit comments

Comments
 (0)