Steve Klabnik
Steve Klabnik
https://github.com/rust-lang-nursery/thanks/pull/65 reverts some parts of #57 , which is unfortunate, but necessary. https://github.com/rust-lang-nursery/thanks/issues/63 exposes other issues with trying to be generic over projects. I am tempted to make config files...
This is a good thing to set up, as I don't always run it once a day myself, which leads to outdated results and a pain for me to manually...
Not yet, no. I still have to do this. Trying to tackle it this week.
Sorry about that! This is interesting; `git log 1.17.0..beta` or `git log stable..beta` does not seem to contain this commit. Hmmmmmmmm
/cc @brson wrt the missing 1.16.0 tag > `git log 1.15.0..1.17.0 | fgrep Ralf` does show something. ☹️ So, historically what we base this off of is `stable` vs `beta`,...
I need to re-read the code. It does what we always did by hand originally.
> Idea is to loop through pages grabbing commits until you either run out of pages or hit the SHA of the latest commit in the latest release for a...
> Thoughts? Can you elaborate a bit more at the high level of how this works? That is, I'm not sure what adding the dates would get you, exactly.
> We need a way to say "what was the last commit saved for the latest non master release" Ah, I see. Right. Hm. Honestly, with stuff like https://github.com/rust-lang-nursery/thanks/pull/97, I'm...
@carols10cents sorry, I should have written more, sigh. The way that thanks currently works is basically by mirroring a git db as a postgres db. i was thinking maybe instead,...