Thread overview
[Issue 166] Proposed new Bugzilla keywords: undefined, warning
May 27, 2021
Dlang Bot
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=166

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=166

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |websites
            Product|puremagic.com               |D

--
May 27, 2021
https://issues.dlang.org/show_bug.cgi?id=166

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang-bot pull request #271 "Fixes so far" was merged into master:

- e4775e9412f288818d94efe5f7a9f3baf4f8e3a3 by Vladimir Panteleev:
  Cache GitHub API requests

  Cache hits do not count against the API rate-limit, so it is always
  beneficial to do so.

  The caching code is reused from
  https://github.com/CyberShadow/DAutoTest/blob/master/github.d and
  https://github.com/CyberShadow/ae/blob/next/net/github/rest.d, though
  it omits the redirect handling code (which is also added in the
  following commit).

  Fixes #166.

https://github.com/dlang/dlang-bot/pull/271

--