[OT] google- and github-fu: how to search for a specific PR?
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Sat Oct 1 05:37:43 PDT 2016
On 10/01/2016 03:33 PM, Andrei Alexandrescu wrote:
> I was looking for the PR that changed iota.length and it took me longer
> than it could have. I googled for
>
> iota length dlang
>
> and among the top results I found the changelog PR:
> https://github.com/dlang/phobos/pull/4220, but it was through
> indirections via mail-archive.com. Same goes about the actual result
> (https://github.com/dlang/phobos/pull/4013) which was further down the
> page.
>
> Are there any shortcuts? It would help a lot if one could search
> github.com repos for PR titles, is that possible?
>
>
> Thanks,
>
> Andrei
https://github.com/search?q=iota+length+dlang+&type=Issues&utf8=%E2%9C%93
Is that good enough? Relevant PR is the second entry there for me.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20161001/6f1861ff/attachment.sig>
More information about the Digitalmars-d
mailing list