19-Feb-2013 20:30, Andrej Mitrovic пишет:
On 2/18/13, Dmitry Olshansky <dmitry.o...@gmail.com> wrote:
This D script dumps all fixed bugs between 2 dates as DDOC entries.
https://gist.github.com/blackwhale/3734045

(or just starting from one date till today).

That being said I've brought it up like 5 times already.
Must be not what you are looking for?

This is very helpful, thank you! P.S. it should cache the data to disk
and read it from disk if the dates don't change from the last
invocation. Querying bugzilla can take some time.

Anyway can you make a pull for this to
https://github.com/D-Programming-Language/tools/ ?


I'm on it.

I guess caching and other fancy stuff can be amended via the usual pull request path. I actually wanted it to get date/times of DMD/Phobos/Druntime versions from tags on Github (there is some REST api there).

--
Dmitry Olshansky

Reply via email to