kputnam / piggly

PL/pgSQL stored procedure code coverage tool
Other
69 stars 14 forks source link

Nil check to fix the failed tests in issue #25 #26

Closed dbut023 closed 8 years ago

dbut023 commented 8 years ago

25 was caused by not checking for nil when splitting exprs. This adds in a nil check on exprs.

dbut023 commented 8 years ago

Hi Kyle,

I'm not sure what's happened with TravisCI. It seems to have got upset at the Gemfile yet my pull request doesn't touch it?

kputnam commented 8 years ago

Hey Daniel, I'm not sure what that error means either. I'll test your branch locally this weekend and merge it if I can get it to build, then work on the Travis issue separately. Thanks for the PR!

kputnam commented 8 years ago

It's merged, thanks for the fix!