rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
449 stars 40 forks source link

Fix typo in error message. #2

Closed frewsxcv closed 6 years ago

PaulGrandperrin commented 6 years ago

Yeah my first PR ! Thank you @frewsxcv :-D I think I saw that bors is available on rust-fuzz so I'll try that @bors r+

PaulGrandperrin commented 6 years ago

Nothing's happening, am I missing something?

frewsxcv commented 6 years ago

@PaulGrandperrin i think you need to omit the @ sign

bors r=PaulGrandperrin

frewsxcv commented 6 years ago

bors r=PaulGrandperrin

frewsxcv commented 6 years ago

ah i had to enable it in the web interface: https://bors.tech

PaulGrandperrin commented 6 years ago

Awesome, it looks like it's working! It takes forever to pass the tests, I went a little crazy with the integration tests ;-)

bors[bot] commented 6 years ago

Canceled

PaulGrandperrin commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Timed out

PaulGrandperrin commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Timed out

PaulGrandperrin commented 6 years ago

OSX VMs on Travis seems to be broken right now. I disabled them and also fixed .travis.yml to not try to build the "staging.tmp" branch. I then rebased this PR against master, and it should work, hopefully.

PaulGrandperrin commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded

PaulGrandperrin commented 6 years ago

Wow, that was laborious XD