licheng / gccfilter

gccfilter is a perl filter to colorize and simplify (or expand) gcc diagnostic messages. gccfilter is particularly aimed at g++ (i.e. dealinging with C++) messages which can contain lot of template-related errors or warnings difficult to sort out.
21 stars 6 forks source link

Fixed hanging #9

Closed dichlofos closed 8 years ago

dichlofos commented 8 years ago

Fixed long stderr hanging. Also: rolled back buffering, some refactoring done.

zed0 commented 8 years ago

The link to your specific github page should possibly be changed to a list of contributor's pages or something? Other than that I'm eager to see this fix in. :smile:

dichlofos commented 8 years ago

Thank you, @zed0 for notice, I've fixed readme. I only doubt if I need to create new PR instead of this one.

licheng commented 8 years ago

@dichlofos I squashed all these commits into one and merged the pull request. Thank you :)