Skip to content

Commit 3640684

Browse files
committed
update download and changelog for v2.091.1
1 parent a7771e5 commit 3640684

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.091.0
1+
2.091.1

changelog/2.091.1_pre.dd renamed to changelog/2.091.1.dd

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

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 7 fixed Bugzilla issues.
8+
$(VER) comes with 9 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 10 contributors)
1111
who made $(VER) possible.)
@@ -19,6 +19,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
1919
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
2020

2121
$(LI $(BUGZILLA 20130): ICE when casting from string to other array type due to __ArrayCast not being written)
22+
$(LI $(BUGZILLA 20730): [REG 2.091] __traits$(LPAREN)compiles$(RPAREN) fails if any ungagged errors occurred in compilation)
2223
)
2324
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
2425

@@ -32,6 +33,10 @@ $(BUGSTITLE_BUGZILLA Druntime regressions,
3233

3334
$(LI $(BUGZILLA 20649): Trait isZeroInit gives false in certain scenarios)
3435
)
36+
$(BUGSTITLE_BUGZILLA Druntime bugs,
37+
38+
$(LI $(BUGZILLA 20731): checkaction=context fails for structs with 'alias <slice> this')
39+
)
3540
)
3641
$(D_CONTRIBUTORS_HEADER 10)
3742
$(D_CONTRIBUTORS

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Macros:
218218

219219
DMDV2=$(LATEST)
220220

221-
_=BETA=$(COMMENT $0)
222-
BETA=$0
221+
BETA=$(COMMENT $0)
222+
_=BETA=$0
223223
B_DMDV2=2.091.1
224224
B_SUFFIX=beta.1
225225

0 commit comments

Comments
 (0)