Skip to content

Commit

Permalink
update download and changelog for v2.078.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Dec 29, 2017
1 parent ee1e95f commit 362da85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog/2.078.0_pre.dd
Expand Up @@ -272,7 +272,7 @@ Platform support is provided by the D runtime. `ModuleInfo` is declared in objec
)

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

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion download.dd
Expand Up @@ -207,7 +207,7 @@ Macros:
_=BETA=$(COMMENT $0)
BETA=$0
B_DMDV2=2.078.0
B_SUFFIX=beta.1
B_SUFFIX=rc.1

DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)
Expand Down

0 comments on commit 362da85

Please sign in to comment.