File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- 2.079.1
1
+ 2.080.0
Original file line number Diff line number Diff line change @@ -698,6 +698,7 @@ $(LI $(BUGZILLA 18767): __xtoHash memberwise hashing shouldn't just sum the memb
698
698
$(BUGSTITLE_BUGZILLA Phobos regressions,
699
699
700
700
$(LI $(BUGZILLA 17961): std.uni does not compile with -unittest -dip1000)
701
+ $(LI $(BUGZILLA 18800): [REG2.080.0-beta.1] Array.length setter segfaults for payloads with indirections)
701
702
)
702
703
$(BUGSTITLE_BUGZILLA Phobos bugs,
703
704
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ Macros:
210
210
211
211
DMDV2=$(LATEST)
212
212
213
- _= BETA=$(COMMENT $0)
214
- BETA=$0
213
+ BETA=$(COMMENT $0)
214
+ _= BETA=$0
215
215
B_DMDV2=2.080.0
216
216
B_SUFFIX=rc.1
217
217
You can’t perform that action at this time.
0 commit comments