You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,10 @@ freely be incorporated into Phobos and attribution is not required for binaries.
69
69
consist of code borrowed from other places and are thus required to conform to the terms of these
70
70
licenses. All are under permissive (i.e. non-copyleft) open source licenses, but some may require
71
71
binary attribution.
72
+
73
+
Known Problems
74
+
--------------
75
+
76
+
https://issues.dlang.org/show_bug.cgi?id=9449 causes a segfault in ```dstats.tests.friedmanTest``` on the line ```Mean[len] colMeans;```. This is a backend bug and does not affect ldc or gdc.
77
+
78
+
https://issues.dlang.org/show_bug.cgi?id=13151 (fixed in git HEAD) causes a compile error due to a template ambiguity.
0 commit comments