File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- 2.080.1
1
+ 2.081.0
Original file line number Diff line number Diff line change @@ -696,6 +696,7 @@ $(LI $(BUGZILLA 18068): No file names and line numbers in stack trace)
696
696
$(LI $(BUGZILLA 18821): DMD segfault when doing unsafe operation outside of any function)
697
697
$(LI $(BUGZILLA 18905): [Reg 2.079] C++ classes can no longer be used with -betterC)
698
698
$(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)
699
700
)
700
701
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
701
702
@@ -707,6 +708,7 @@ $(LI $(BUGZILLA 12807): UFCS checks "alias this" attributes even when not called
707
708
$(LI $(BUGZILLA 13435): Strange error if struct is a class member and opAssign applied)
708
709
$(LI $(BUGZILLA 13741): std.traits.moduleName & packageName do not work with functions that have parameters)
709
710
$(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)
710
712
$(LI $(BUGZILLA 15068): wrong error message on attempting to use type as template)
711
713
$(LI $(BUGZILLA 15388): extern$(LPAREN)C++$(RPAREN) - typeof$(LPAREN)null$(RPAREN) should mangle as nullptr_t)
712
714
$(LI $(BUGZILLA 15475): Ddoc code sample with unbalanced paren comes out as macro)
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.081.0
216
216
B_SUFFIX=rc.1
217
217
You can’t perform that action at this time.
0 commit comments