Skip to content

Commit 362da85

Browse files
committed
update download and changelog for v2.078.0-rc.1
1 parent ee1e95f commit 362da85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog/2.078.0_pre.dd

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Platform support is provided by the D runtime. `ModuleInfo` is declared in objec
272272
)
273273

274274
$(P
275-
Starting with this release, if `ModuleInfo` is not delared in the D runtime, the compiler will simply not generate `ModuleInfo` instances.
275+
Starting with this release, if `ModuleInfo` is not declared in the D runtime, the compiler will simply not generate `ModuleInfo` instances.
276276
)
277277

278278
$(P
@@ -530,6 +530,8 @@ $(LI $(BUGZILLA 17559): [REG2.073.0] Wrong line number in stack trace)
530530
$(LI $(BUGZILLA 17915): [REG 2.073] core.exception.AssertError@ddmd/optimize.d$(LPAREN)614$(RPAREN): Assertion failure)
531531
$(LI $(BUGZILLA 17955): compiler segfault in DsymbolSemanticVisitor::visit$(LPAREN)UnittestDeclaration*$(RPAREN))
532532
$(LI $(BUGZILLA 18020): [Reg 2.078] no property opCmp for anon class)
533+
$(LI $(BUGZILLA 18093): [Reg 2.071] MSCOFF: dmd crashes when overriding a C++ method in a mixin template)
534+
$(LI $(BUGZILLA 18141): [REG2.078a] dmd -v no longer prints predefs)
533535
)
534536
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
535537

@@ -567,8 +569,10 @@ $(LI $(BUGZILLA 17944): MSCOFF: debug info not compatible with LLVMs LLD)
567569
$(LI $(BUGZILLA 17947): C++ std::pair::swap mangled incorrectly)
568570
$(LI $(BUGZILLA 17976): core.exception.AssertError@ddmd/dsymbolsem.d$(LPAREN)1624$(RPAREN))
569571
$(LI $(BUGZILLA 17997): autotester's d_do_test has strange failures with Win32)
572+
$(LI $(BUGZILLA 18013): DMD test suite assertion failure in test_cdvecfill.d)
570573
$(LI $(BUGZILLA 18014): DMD test suite fails to link on Linux distros where PIC/PIE is enforced)
571574
$(LI $(BUGZILLA 18045): Temporary created during comparison not destroyed)
575+
$(LI $(BUGZILLA 18099): betterC check throw statements error!)
572576
)
573577
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
574578

@@ -582,6 +586,7 @@ $(BUGSTITLE_BUGZILLA Phobos regressions,
582586

583587
$(LI $(BUGZILLA 17962): dirEntries now truncates Unicode file names)
584588
$(LI $(BUGZILLA 17986): Erratic failure with std/experimental/allocator/common.d$(LPAREN)445$(RPAREN): unittest failure)
589+
$(LI $(BUGZILLA 18084): [REG2.072] tempCString buffer size is unittest-versioned)
585590
)
586591
$(BUGSTITLE_BUGZILLA Phobos bugs,
587592

@@ -603,7 +608,9 @@ $(LI $(BUGZILLA 17730): [scope][dip1000] std.algorithm.move escapes scope variab
603608
$(LI $(BUGZILLA 17901): FreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks/region.d$(LPAREN)652$(RPAREN))
604609
$(LI $(BUGZILLA 17995): template NoDuplicates$(LPAREN)TList...$(RPAREN) bug.)
605610
$(LI $(BUGZILLA 18044): std.conv.to for implicitly convertible associative arrays)
611+
$(LI $(BUGZILLA 18047): std.format value.length modulo seperator step width leads to wrong length)
606612
$(LI $(BUGZILLA 18092): Can't combine take and takeExactly)
613+
$(LI $(BUGZILLA 18135): [REG2.078] can't join RegexMatch anymore)
607614
)
608615
$(BUGSTITLE_BUGZILLA Phobos enhancements,
609616

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Macros:
207207
_=BETA=$(COMMENT $0)
208208
BETA=$0
209209
B_DMDV2=2.078.0
210-
B_SUFFIX=beta.1
210+
B_SUFFIX=rc.1
211211

212212
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
213213
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)