Skip to content

Commit 3f189f9

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents b4c3ae3 + 6e36597 commit 3f189f9

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.092.0
1+
2.092.1

changelog/2.092.1_pre.dd renamed to changelog/2.092.1.dd

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Jun 10, 2020, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 16 fixed Bugzilla issues.
8+
$(VER) comes with 19 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 8 contributors)
10+
$(LINK2 #contributors, 9 contributors)
1111
who made $(VER) possible.)
1212

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -22,18 +22,21 @@ $(LI $(BUGZILLA 20626): ICE when using typeof of unittest symbol without -unitte
2222
$(LI $(BUGZILLA 20830): Segfault for multiple duplicate interfaces)
2323
$(LI $(BUGZILLA 20885): pointer rejected for the variable declared in a `if` condition)
2424
$(LI $(BUGZILLA 20890): parameter corruption when other parameter is a static array of length 1)
25+
$(LI $(BUGZILLA 20893): [REG 2.087] 32-bit arithmetic goes wrong)
2526
)
2627
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
2728

2829
$(LI $(BUGZILLA 12520): Comparing two TypeTuples with == does not compile for no arguments)
2930
$(LI $(BUGZILLA 19344): Enum member UDAs & getUDAs throwing an error)
3031
$(LI $(BUGZILLA 19728): AliasSeq in UDA errors)
31-
$(LI $(BUGZILLA 20093): Error: cannot form tuple of tuples)
32+
$(LI $(BUGZILLA 20093): __traits$(LPAREN)getAttributes$(RPAREN) Error: cannot form tuple of tuples)
33+
$(LI $(BUGZILLA 20710): ICE when statically accessing struct member containing empty array)
3234
$(LI $(BUGZILLA 20758): __traits$(LPAREN)getAttributes$(RPAREN) as template argument results in broken template instances)
3335
$(LI $(BUGZILLA 20835): Enum member attributes being evaluated in wrong scope.)
3436
$(LI $(BUGZILLA 20875): [REG2.087.1] Enum template specialization ignored)
3537
$(LI $(BUGZILLA 20884): Using getMember with a type as first argument can lose type qualifiers.)
3638
$(LI $(BUGZILLA 20894): ICE: passing a member template mixin identifier as alias argument)
39+
$(LI $(BUGZILLA 20919): DMD crash when '__traits' prints error involving a Parameter)
3740
)
3841
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
3942

@@ -48,7 +51,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
4851
$(LI $(BUGZILLA 20832): Fix ioctl request for TCSETS2)
4952
)
5053
)
51-
$(D_CONTRIBUTORS_HEADER 8)
54+
$(D_CONTRIBUTORS_HEADER 9)
5255
$(D_CONTRIBUTORS
5356
$(D_CONTRIBUTOR Boris Carvajal)
5457
$(D_CONTRIBUTOR Christian Koestlin)
@@ -58,6 +61,7 @@ $(D_CONTRIBUTORS
5861
$(D_CONTRIBUTOR Nathan Sashihara)
5962
$(D_CONTRIBUTOR Nicholas Wilson)
6063
$(D_CONTRIBUTOR Nils Lankila)
64+
$(D_CONTRIBUTOR Walter Bright)
6165
)
6266
$(D_CONTRIBUTORS_FOOTER)
6367
$(CHANGELOG_NAV_INJECT)

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.092.1
224224
B_SUFFIX=beta.1
225225

0 commit comments

Comments
 (0)