Skip to content

Commit 6125e8e

Browse files
committed
update download and changelog for v2.100.0
1 parent ca2e310 commit 6125e8e

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.099.1
1+
2.100.0

changelog/2.100.0_pre.dd renamed to changelog/2.100.0.dd

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

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION May 07, 2022, =================================================,
5+
$(VERSION May 10, 2022, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 23 major changes and 171 fixed Bugzilla issues.
8+
$(VER) comes with 22 major changes and 179 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 41 contributors)
1111
who made $(VER) possible.)
@@ -17,7 +17,6 @@ $(LI $(RELATIVE_LINK2 d1_style_operators,The deprecation period for D1-style ope
1717
$(LI $(RELATIVE_LINK2 dep_scope_type,`scope` as a type constraint on class, struct, and enum declarations is deprecated.))
1818
$(LI $(RELATIVE_LINK2 deprecation_asm_stc,The deprecation period of unannotated `asm` blocks has been ended.))
1919
$(LI $(RELATIVE_LINK2 deprecation_delete,The deprecation period of the `delete` keyword has been ended.))
20-
$(LI $(RELATIVE_LINK2 dip1000_deprecation_warnings,Print warning messages unless -revert=dip1000 is used))
2120
$(LI $(RELATIVE_LINK2 dtoh-improvements,Improvements for the C++ header generation))
2221
$(LI $(RELATIVE_LINK2 error_scope_interface,The deprecation period for `scope` as a type constraint on interface declarations has ended.))
2322
$(LI $(RELATIVE_LINK2 inout-return,The `inout` attribute no longer implies the `return` attribute))
@@ -240,16 +239,6 @@ if feasible, or $(REF __delete, core,memory) as a last resort.
240239
)
241240
)
242241

243-
$(LI $(LNAME2 dip1000_deprecation_warnings,Print warning messages unless -revert=dip1000 is used)
244-
$(CHANGELOG_SOURCE_FILE dmd, changelog/dip1000_deprecation_warnings.dd)
245-
$(P
246-
As an incentive to transition to -preview=dip1000 by default, now the
247-
compiler prints what would have been error messages if the flag had
248-
been on as deprecation messages. This new behaviour can be disabled
249-
with -revert=dip1000.
250-
)
251-
)
252-
253242
$(LI $(LNAME2 dtoh-improvements,Improvements for the C++ header generation)
254243
$(CHANGELOG_SOURCE_FILE dmd, changelog/dtoh-improvements.dd)
255244
$(P
@@ -631,6 +620,10 @@ $(LI $(BUGZILLA 22999): no switch fallthrough error with multi-valued case)
631620
$(LI $(BUGZILLA 23019): Missing filename when -of points to an existing directory)
632621
$(LI $(BUGZILLA 23036): Rvalue constructor with default parameter crashes compiler in the presence of a copy constructor)
633622
$(LI $(BUGZILLA 23046): [REG][CODEGEN] __simd$(LPAREN)XMM.LODLPS$(RPAREN) bad codegen)
623+
$(LI $(BUGZILLA 23087): getLinkage trait regression for overloads with v2.100.0-rc.1)
624+
$(LI $(BUGZILLA 23089): Linkage-related ICE regression in v2.100.0-rc.1)
625+
$(LI $(BUGZILLA 23097): [REG 2.100] ArrayIndexError@src/dmd/mtype.d$(LPAREN)4767$(RPAREN): index [18446744073709551615] is out of bounds for array of length 0)
626+
$(LI $(BUGZILLA 23098): array literal to scope inout parameter not allowed in safe code)
634627
)
635628
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
636629

@@ -739,6 +732,10 @@ $(LI $(BUGZILLA 23045): importC: casted function type is missing extern$(LPAREN)
739732
$(LI $(BUGZILLA 23047): [ICE][SIMD] Do not SROA vector types)
740733
$(LI $(BUGZILLA 23056): importC: dmd asserts for missing return statement in CTFE function)
741734
$(LI $(BUGZILLA 23057): importC: dmd segfault on invalid syntax)
735+
$(LI $(BUGZILLA 23066): importC: cannot initialize char array with string literal of different length)
736+
$(LI $(BUGZILLA 23075): global const string definitions should go in readonly segment)
737+
$(LI $(BUGZILLA 23077): codegen cannot generage XMM load/store for optimized operation that uses byte/short/...)
738+
$(LI $(BUGZILLA 23083): .tupleof on static array rvalue evaluates expression multiple times)
742739
)
743740
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
744741

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

0 commit comments

Comments
 (0)