Skip to content

Commit fb86071

Browse files
committed
update download and changelog for v2.097.0-rc.1
1 parent 46695f8 commit fb86071

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

changelog/2.097.0_pre.dd

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

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 29 major changes and 138 fixed Bugzilla issues.
8+
$(VER) comes with 29 major changes and 144 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 54 contributors)
1111
who made $(VER) possible.)
@@ -34,7 +34,7 @@ $(LI $(RELATIVE_LINK2 deprecate_unformatElement,Deprecate std.format : unformatE
3434
$(LI $(RELATIVE_LINK2 fieldnametuple_interface,`FieldnameTuple` now returns an empty tuple for interfaces))
3535
$(LI $(RELATIVE_LINK2 fields_interface,`Fields` (formerly `FieldTypeTuple`) now returns an empty tuple for interfaces))
3636
$(LI $(RELATIVE_LINK2 formatting_floats_in_CTFE,Floating point numbers can be formatted at compile time))
37-
$(LI $(RELATIVE_LINK2 formatting_floats_nogc,Floating point numbers don't allocate with the GC anymore.))
37+
$(LI $(RELATIVE_LINK2 formatting_floats_nogc,Formatting floating point numbers don't allocate with the GC anymore.))
3838
$(LI $(RELATIVE_LINK2 formatting_some_reals_as_doubles,Some reals will be downcast to double when used with `std.format`.))
3939
$(LI $(RELATIVE_LINK2 nullable-remove-alias-get-this,`std.typecons.Nullable`: Remove deprecated `alias get this`.))
4040
$(LI $(RELATIVE_LINK2 rework_format_docs,Documentation of `std.format` has been completely reworked.))
@@ -431,7 +431,7 @@ static assert(golden_ratio == "|+1.6180339887E+00 |");
431431
------
432432
)
433433

434-
$(LI $(LNAME2 formatting_floats_nogc,Floating point numbers don't allocate with the GC anymore.)
434+
$(LI $(LNAME2 formatting_floats_nogc,Formatting floating point numbers don't allocate with the GC anymore.)
435435
$(CHANGELOG_SOURCE_FILE phobos, changelog/formatting_floats_nogc.dd)
436436
$(P
437437
The implementation of formatting floating point numbers has been
@@ -711,9 +711,11 @@ $(LI $(BUGZILLA 21802): opAssign and opOpAssign treat lazy void parameters incon
711711
$(LI $(BUGZILLA 21880): [REG 2.095] scope variable assigned to non-scope parameter calling function)
712712
$(LI $(BUGZILLA 21898): Qualifier ignored in alias definition if parentheses are not present)
713713
$(LI $(BUGZILLA 21914): naked assembler functions get wrong offset to parameters)
714+
$(LI $(BUGZILLA 21936): [REG 2.080.1] Segfault when compiled with -dip1000)
714715
)
715716
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
716717

718+
$(LI $(BUGZILLA 2450): Error using operators from named template mixin)
717719
$(LI $(BUGZILLA 13815): Inconsistent goto jump behavior between compile-time and runtime)
718720
$(LI $(BUGZILLA 14114): Allow volatileLoad/Store to access null location)
719721
$(LI $(BUGZILLA 14145): opDispatch not considered when function body doesn't compile)
@@ -771,6 +773,9 @@ $(LI $(BUGZILLA 21876): Zero-length static arrays "cannot be read at compile tim
771773
$(LI $(BUGZILLA 21878): "ref" lost when indexing array in CTFE)
772774
$(LI $(BUGZILLA 21882): [ICE][dip1021] src/dmd/escape.d$(LPAREN)1850$(RPAREN): Assertion failure)
773775
$(LI $(BUGZILLA 21883): poor error message when swapping order of base class and interface)
776+
$(LI $(BUGZILLA 21918): segfault in getParameterStorageClasses on auto function with error)
777+
$(LI $(BUGZILLA 21927): ICE $(LPAREN)illegal instruction$(RPAREN) with static foreach over empty member template)
778+
$(LI $(BUGZILLA 21940): Compiler flags -check=on/off not recognized)
774779
)
775780
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
776781

@@ -856,6 +861,7 @@ $(LI $(BUGZILLA 21858): std.format: centering output)
856861
)
857862
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
858863

864+
$(LI $(BUGZILLA 21097): [REG2.083] Stack exhaustion upon large struct .destroy)
859865
$(LI $(BUGZILLA 21363): [REG2.094] Implementation of core.bitop.ror$(LPAREN)x,0$(RPAREN) is using UB)
860866
)
861867
$(BUGSTITLE_BUGZILLA Druntime bug fixes,

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Macros:
192192
_=BETA=$(COMMENT $0)
193193
BETA=$0
194194
B_DMDV2=2.097.0
195-
B_SUFFIX=beta.1
195+
B_SUFFIX=rc.1
196196

197197
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
198198
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)