Skip to content

Commit b8d0568

Browse files
committed
update download and changelog for v2.099.0
1 parent 3744e41 commit b8d0568

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.098.1
1+
2.099.0

changelog/2.099.0_pre.dd renamed to changelog/2.099.0.dd

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Mar 01, 2022, =================================================,
5+
$(VERSION Mar 06, 2022, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 20 major changes and 216 fixed Bugzilla issues.
8+
$(VER) comes with 20 major changes and 221 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 99 contributors)
10+
$(LINK2 #contributors, 100 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -604,6 +604,7 @@ $(LI $(BUGZILLA 22780): [REG 2.090] variable reference to scope class must be sc
604604
$(LI $(BUGZILLA 22804): [REG 2.099] compiling multiple files without linking produces broken object files)
605605
$(LI $(BUGZILLA 22816): [REG 2.099] Parser reads files with other extensions)
606606
$(LI $(BUGZILLA 22817): [REG 2.099] Missing file gives misleading error message)
607+
$(LI $(BUGZILLA 22826): [REG 2.098] #line accepts importC linemarker flags)
607608
)
608609
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
609610

@@ -625,6 +626,7 @@ $(LI $(BUGZILLA 20691): Converting scope static array to scope dynamic array sho
625626
$(LI $(BUGZILLA 20777): User defined type as enum base type fails to compile.)
626627
$(LI $(BUGZILLA 20904): dip1000 implicit conversion delegates error)
627628
$(LI $(BUGZILLA 21431): Incorrect maximum and actual number of cases in a switch case range is reported)
629+
$(LI $(BUGZILLA 21844): makedeps option adds spurious/incorrect dependency)
628630
$(LI $(BUGZILLA 21969): importC: Error: bit fields are not supported)
629631
$(LI $(BUGZILLA 22124): Corrupted closure when compiling with -preview=dip1000)
630632
$(LI $(BUGZILLA 22127): compiler assertion failure parser on UDA and function literal)
@@ -683,6 +685,7 @@ $(LI $(BUGZILLA 22686): ICE: dmd segfaults on invalid member reference in static
683685
$(LI $(BUGZILLA 22698): ImportC: nested struct tag stored in wrong scope)
684686
$(LI $(BUGZILLA 22699): importC: assignment cannot be used as a condition)
685687
$(LI $(BUGZILLA 22703): importC: C++11 unscoped enums with underlying type rejects some C types.)
688+
$(LI $(BUGZILLA 22708): switch statement with an undefined symbol results in many errors)
686689
$(LI $(BUGZILLA 22709): [dip1000] slice of static array can be escaped in @safe using ref arguments)
687690
$(LI $(BUGZILLA 22710): CTFE on bitfields does not account for field width)
688691
$(LI $(BUGZILLA 22713): ImportC: op= not correctly implemented for bit fields)
@@ -764,6 +767,7 @@ $(LI $(BUGZILLA 22673): .array of a range with length preallocates without check
764767
$(LI $(BUGZILLA 22683): core.math.rndtonl can't be linked)
765768
$(LI $(BUGZILLA 22695): std.traits.isBuiltinType is false for typeof$(LPAREN)null$(RPAREN))
766769
$(LI $(BUGZILLA 22704): Linker error when running the public unittests)
770+
$(LI $(BUGZILLA 22838): std.bitmanip.BitArray.count$(LPAREN)$(RPAREN) reads beyond data when data size is integer size_t multiple)
767771
)
768772
$(BUGSTITLE_BUGZILLA Phobos enhancements,
769773

@@ -794,6 +798,7 @@ $(LI $(BUGZILLA 22721): importC: some gnu builtins are rejected)
794798
$(LI $(BUGZILLA 22735): __builtins.di does not implement __builtin_bswap64 correctly)
795799
$(LI $(BUGZILLA 22741): importC: Error: bswap isn’t a template)
796800
$(LI $(BUGZILLA 22744): ImportC: builtins defined in __builtins.di cause undefined symbol linker errors.)
801+
$(LI $(BUGZILLA 22777): stat struct in core.sys.windows.stat assumes CRuntime_DigitalMars)
797802
$(LI $(BUGZILLA 22779): druntime: Calling __delete with null pointer-to-struct segfaults)
798803
)
799804
$(BUGSTITLE_BUGZILLA Druntime enhancements,
@@ -831,7 +836,7 @@ $(LI $(BUGZILLA 18362): Build dmd with LTO and PGO)
831836
$(LI $(BUGZILLA 22078): install.sh: Recognize ARM64 as architecture)
832837
)
833838
)
834-
$(D_CONTRIBUTORS_HEADER 99)
839+
$(D_CONTRIBUTORS_HEADER 100)
835840
$(D_CONTRIBUTORS
836841
$(D_CONTRIBUTOR 12345swordy)
837842
$(D_CONTRIBUTOR Adam D. Ruppe)
@@ -871,6 +876,7 @@ $(D_CONTRIBUTORS
871876
$(D_CONTRIBUTOR Harry T. Vennik)
872877
$(D_CONTRIBUTOR Hasan Kashi)
873878
$(D_CONTRIBUTOR Hiroki Noda)
879+
$(D_CONTRIBUTOR human)
874880
$(D_CONTRIBUTOR Iain Buclaw)
875881
$(D_CONTRIBUTOR Ilya Yaroshenko)
876882
$(D_CONTRIBUTOR Imperatorn)

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

0 commit comments

Comments
 (0)