[Issue 166] Proposed new Bugzilla keywords: undefined, warning
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 27 12:58:16 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=166
--- Comment #3 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list