Skip to content

Commit 0d7912d

Browse files
committed
Merge branch 'master' of https://github.com/John-Colvin/dstats
2 parents 8e40d79 + 24cf04f commit 0d7912d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ of use.
88
Building
99
--------
1010

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
1213

1314
The SciD version of dstats is not currently supported in dub.
1415

15-
16-
Alternatively, here are some manual instructions:
16+
###manual
1717

1818
This library has no mandatory dependencies other than the latest versions of Phobos
1919
and DMD.
@@ -69,3 +69,10 @@ freely be incorporated into Phobos and attribution is not required for binaries.
6969
consist of code borrowed from other places and are thus required to conform to the terms of these
7070
licenses. All are under permissive (i.e. non-copyleft) open source licenses, but some may require
7171
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

Comments
 (0)