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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ of use.
8
8
Building
9
9
--------
10
10
11
-
You can use dub. Simply add dstats as a dependency in your projects dub.json
11
+
###dub
12
+
Simply add dstats as a dependency in your projects dub.json
12
13
13
14
The SciD version of dstats is not currently supported in dub.
14
15
15
-
16
-
Alternatively, here are some manual instructions:
16
+
###manual
17
17
18
18
This library has no mandatory dependencies other than the latest versions of Phobos
19
19
and DMD.
@@ -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