@@ -5,8 +5,8 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Sep 01, 2018, =================================================,
6
6
7
7
$(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.)
10
10
11
11
$(BUGSTITLE_TEXT_HEADER Compiler changes,
12
12
@@ -745,9 +745,12 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
745
745
746
746
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
747
747
748
+ $(LI $(BUGZILLA 18068): No file names and line numbers in stack trace)
748
749
$(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)
749
751
$(LI $(BUGZILLA 19074): [REG 2.080] SIGSEGV in el_ptr $(LPAREN)s=0x15$(RPAREN) at dmd/backend/el.c:1760)
750
752
$(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)
751
754
$(LI $(BUGZILLA 19140): [REG master] AssertError@dmd/ctfeexpr.d$(LPAREN)229$(RPAREN): Assertion failure)
752
755
$(LI $(BUGZILLA 19152): 2.081.1 getOverloads regression compiler bug)
753
756
$(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)
768
771
$(LI $(BUGZILLA 19107): -de produces compilation error, -dw does not)
769
772
$(LI $(BUGZILLA 19112): Associative array opIn with static array key fails with dynamic array)
770
773
$(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)
771
777
)
772
778
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
773
779
@@ -782,6 +788,7 @@ $(BUGSTITLE_BUGZILLA Phobos bugs,
782
788
783
789
$(LI $(BUGZILLA 12507): SysTime.init.toString should not segfault)
784
790
$(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)
785
792
$(LI $(BUGZILLA 18804): std.algorithm.mutation.copy puts whole source range into target range when it should put elements)
786
793
$(LI $(BUGZILLA 18933): std.range.assumeSorted should not nest SortedRange!$(LPAREN)SortedRange!$(LPAREN)...$(RPAREN), pred$(RPAREN))
787
794
$(LI $(BUGZILLA 18995): std.array.array doesn't free elements)
@@ -808,6 +815,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
808
815
809
816
$(LI $(BUGZILLA 19046): OSX: bad value for core.stdc.time.CLOCKS_PER_SEC)
810
817
$(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)
811
819
)
812
820
$(BUGSTITLE_BUGZILLA Druntime enhancements,
813
821
@@ -842,11 +850,12 @@ $(LI $(BUGZILLA 10941): object.d not found when following Mac installation instr
842
850
$(LI $(BUGZILLA 19100): install.sh signature verification fails, no public key)
843
851
)
844
852
)
845
- $(D_CONTRIBUTORS_HEADER 48 )
853
+ $(D_CONTRIBUTORS_HEADER 50 )
846
854
$(D_CONTRIBUTORS
847
855
$(D_CONTRIBUTOR aG0aep6G)
848
856
$(D_CONTRIBUTOR Alexibu)
849
857
$(D_CONTRIBUTOR Andrei Alexandrescu)
858
+ $(D_CONTRIBUTOR Atila Neves)
850
859
$(D_CONTRIBUTOR Basile Burg)
851
860
$(D_CONTRIBUTOR Bastiaan Veelo)
852
861
$(D_CONTRIBUTOR BBasile)
@@ -876,6 +885,7 @@ $(D_CONTRIBUTORS
876
885
$(D_CONTRIBUTOR Mike Parker)
877
886
$(D_CONTRIBUTOR Nathan Sashihara)
878
887
$(D_CONTRIBUTOR Nicholas Lindsay Wilson)
888
+ $(D_CONTRIBUTOR Nicholas Wilson)
879
889
$(D_CONTRIBUTOR Nick Treleaven)
880
890
$(D_CONTRIBUTOR Per Nordlöw)
881
891
$(D_CONTRIBUTOR Petar Kirov)
0 commit comments