barosl / homu

A bot that integrates with GitHub and your favorite continuous integration service
http://homu.io/
MIT License
661 stars 102 forks source link

Can't r+ all-decimal-digit commits #106

Open arielb1 opened 9 years ago

arielb1 commented 9 years ago

If the relevant 7 hex-digits of a commit are all decimal (this occurs about 1 in 25 times) the commit can't be r+-ed. See for example rust-lang/rust#29408 and rust-lang/rust#29398.

pnkfelix commented 8 years ago

Oddly, even attempting to include the longer SHA that includes non-decimal digits does not actually work-around the problem. The only option is to say "r+" with no commit at all. :(