Skip to content

Commit fbeef5f

Browse files
committed
update download and changelog for v2.082.0-rc.1
1 parent 9aa913f commit fbeef5f

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

changelog/2.082.0_pre.dd

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Sep 01, 2018, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 28 major changes and 68 fixed Bugzilla issues.
9-
A huge thanks goes to the 48 contributors who made $(VER) possible.)
8+
$(VER) comes with 28 major changes and 76 fixed Bugzilla issues.
9+
A huge thanks goes to the 50 contributors who made $(VER) possible.)
1010

1111
$(BUGSTITLE_TEXT_HEADER Compiler changes,
1212

@@ -745,9 +745,12 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
745745

746746
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
747747

748+
$(LI $(BUGZILLA 18068): No file names and line numbers in stack trace)
748749
$(LI $(BUGZILLA 19050): Running the DMD test suite with a compiler compiled in debug mode fails due to invalid characters, -)
750+
$(LI $(BUGZILLA 19058): __traits$(LPAREN)getUnitTests$(RPAREN) stops working with separate compilation in dmd 2.081.0)
749751
$(LI $(BUGZILLA 19074): [REG 2.080] SIGSEGV in el_ptr $(LPAREN)s=0x15$(RPAREN) at dmd/backend/el.c:1760)
750752
$(LI $(BUGZILLA 19076): dmd 2.081 crashed by getVirtualFunctions for a interface extended interface)
753+
$(LI $(BUGZILLA 19134): [C++] static const y = new Derived$(LPAREN)$(RPAREN); ->pointer cast from const$(LPAREN)Derived$(RPAREN) to immutable$(LPAREN)void*$(RPAREN)** is not supported at compile time)
751754
$(LI $(BUGZILLA 19140): [REG master] AssertError@dmd/ctfeexpr.d$(LPAREN)229$(RPAREN): Assertion failure)
752755
$(LI $(BUGZILLA 19152): 2.081.1 getOverloads regression compiler bug)
753756
$(LI $(BUGZILLA 19162): [REG: 2.079.0] Public Import Overlapping Names Conflict Resolution)
@@ -768,6 +771,9 @@ $(LI $(BUGZILLA 19059): Invalid integer literal 08 and 09 allowed)
768771
$(LI $(BUGZILLA 19107): -de produces compilation error, -dw does not)
769772
$(LI $(BUGZILLA 19112): Associative array opIn with static array key fails with dynamic array)
770773
$(LI $(BUGZILLA 19176): Dmd crashes because of __traits$(LPAREN)getUnitTests$(RPAREN))
774+
$(LI $(BUGZILLA 19181): Semantic errors in opDispatch argument lead to "no property X")
775+
$(LI $(BUGZILLA 19187): __traits$(LPAREN)compiles$(RPAREN) segfaults on access to partially undefined overload set from import)
776+
$(LI $(BUGZILLA 19193): deprecated attribute on enum members in templates is ignored)
771777
)
772778
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
773779

@@ -782,6 +788,7 @@ $(BUGSTITLE_BUGZILLA Phobos bugs,
782788

783789
$(LI $(BUGZILLA 12507): SysTime.init.toString should not segfault)
784790
$(LI $(BUGZILLA 15732): std.function partial does not work with function / delegate references)
791+
$(LI $(BUGZILLA 18682): std.typecons.Nullable has opEquals but no toHash)
785792
$(LI $(BUGZILLA 18804): std.algorithm.mutation.copy puts whole source range into target range when it should put elements)
786793
$(LI $(BUGZILLA 18933): std.range.assumeSorted should not nest SortedRange!$(LPAREN)SortedRange!$(LPAREN)...$(RPAREN), pred$(RPAREN))
787794
$(LI $(BUGZILLA 18995): std.array.array doesn't free elements)
@@ -808,6 +815,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
808815

809816
$(LI $(BUGZILLA 19046): OSX: bad value for core.stdc.time.CLOCKS_PER_SEC)
810817
$(LI $(BUGZILLA 19073): core.internal.hash should not bitwise hash representations of floating point numbers)
818+
$(LI $(BUGZILLA 19177): No version $(LPAREN)Solaris$(RPAREN) in druntime/src/core/stdc/time.d)
811819
)
812820
$(BUGSTITLE_BUGZILLA Druntime enhancements,
813821

@@ -842,11 +850,12 @@ $(LI $(BUGZILLA 10941): object.d not found when following Mac installation instr
842850
$(LI $(BUGZILLA 19100): install.sh signature verification fails, no public key)
843851
)
844852
)
845-
$(D_CONTRIBUTORS_HEADER 48)
853+
$(D_CONTRIBUTORS_HEADER 50)
846854
$(D_CONTRIBUTORS
847855
$(D_CONTRIBUTOR aG0aep6G)
848856
$(D_CONTRIBUTOR Alexibu)
849857
$(D_CONTRIBUTOR Andrei Alexandrescu)
858+
$(D_CONTRIBUTOR Atila Neves)
850859
$(D_CONTRIBUTOR Basile Burg)
851860
$(D_CONTRIBUTOR Bastiaan Veelo)
852861
$(D_CONTRIBUTOR BBasile)
@@ -876,6 +885,7 @@ $(D_CONTRIBUTORS
876885
$(D_CONTRIBUTOR Mike Parker)
877886
$(D_CONTRIBUTOR Nathan Sashihara)
878887
$(D_CONTRIBUTOR Nicholas Lindsay Wilson)
888+
$(D_CONTRIBUTOR Nicholas Wilson)
879889
$(D_CONTRIBUTOR Nick Treleaven)
880890
$(D_CONTRIBUTOR Per Nordlöw)
881891
$(D_CONTRIBUTOR Petar Kirov)

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Macros:
213213
_=BETA=$(COMMENT $0)
214214
BETA=$0
215215
B_DMDV2=2.082.0
216-
B_SUFFIX=beta.2
216+
B_SUFFIX=rc.1
217217

218218
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
219219
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)