Skip to content

Commit 8baf511

Browse files
committed
update download and changelog for v2.081.0
1 parent 1f8c04e commit 8baf511

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.080.1
1+
2.081.0

changelog/2.081.0_pre.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ $(LI $(BUGZILLA 18068): No file names and line numbers in stack trace)
696696
$(LI $(BUGZILLA 18821): DMD segfault when doing unsafe operation outside of any function)
697697
$(LI $(BUGZILLA 18905): [Reg 2.079] C++ classes can no longer be used with -betterC)
698698
$(LI $(BUGZILLA 18936): Internal error: dmd/backend/cgxmm.c 684)
699+
$(LI $(BUGZILLA 19024): [REG 2.081-beta] AssertError@dmd/dsymbolsem.d$(LPAREN)4317$(RPAREN): Assertion failure)
699700
)
700701
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
701702

@@ -707,6 +708,7 @@ $(LI $(BUGZILLA 12807): UFCS checks "alias this" attributes even when not called
707708
$(LI $(BUGZILLA 13435): Strange error if struct is a class member and opAssign applied)
708709
$(LI $(BUGZILLA 13741): std.traits.moduleName & packageName do not work with functions that have parameters)
709710
$(LI $(BUGZILLA 14178): C++ linux name mangling does not handle standard abbreviations for const types)
711+
$(LI $(BUGZILLA 14739): Immutable alias to template triggers dmd assert)
710712
$(LI $(BUGZILLA 15068): wrong error message on attempting to use type as template)
711713
$(LI $(BUGZILLA 15388): extern$(LPAREN)C++$(RPAREN) - typeof$(LPAREN)null$(RPAREN) should mangle as nullptr_t)
712714
$(LI $(BUGZILLA 15475): Ddoc code sample with unbalanced paren comes out as macro)

download.dd

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

211211
DMDV2=$(LATEST)
212212

213-
_=BETA=$(COMMENT $0)
214-
BETA=$0
213+
BETA=$(COMMENT $0)
214+
_=BETA=$0
215215
B_DMDV2=2.081.0
216216
B_SUFFIX=rc.1
217217

0 commit comments

Comments
 (0)