cornelius / yes_ship_it

The ultimate release script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better signalling of assertion check results

cornelius opened this issue · comments

At the moment check returns a string which is printed to the user when successfull and nil when the check failed (but no error happened). This could be made more expressive by returning an AssertionStatus object which encapsulates the results in the way the calling code needs it.