dsimcha / dstats

A statistics library for D.
11 stars 13 forks source link

Brought up to date. #4

Closed John-Colvin closed 9 years ago

John-Colvin commented 10 years ago

I have brought dstats up to date such that it is compatible with modern D compilers and passes it's unittests*. I have also added support for dub and will be adding it to code.dlang.org

For now I'm going to maintain my changes as a fork, but it would better if the main repository was up to date, hence this pull request.

If/when this is merged I will redirect the code.dlang.org repository to here instead of my fork.

P.s. If you have the chance to run the unittests (dub test or dmd source/dstats/*.d -unittest -main in the new layout), could you comment on the printout? I don't know how close those results are supposed to be to the estimates.

John-Colvin commented 10 years ago

Just a note to say that this shouldn't be pulled as it is, there are a few things that would need to be changed.

dsimcha commented 10 years ago

Thank you for taking care of this! I've admittedly been negligent in maintaining this code, as I haven't used it heavily since I finished grad school. Let me know when this pull request is ready to go.

John-Colvin commented 9 years ago

superseded by https://github.com/dsimcha/dstats/issues/5