- It is now an error for a failing hook script to fail to also generate some
  feedback.
- Updated NEWS file to mention stricter hook script controls.
This commit is contained in:
Paul Beckingham 2015-02-14 18:15:47 -05:00
parent acce2d5a68
commit 5a060802e7
3 changed files with 29 additions and 3 deletions

View file

@ -56,6 +56,7 @@ private:
void assertValidJSON (const std::vector <std::string>&) const;
void assertNTasks (const std::vector <std::string>&, int) const;
void assertSameTask (const std::vector <std::string>&, const Task&) const;
void assertFeedback (const std::vector <std::string>&) const;
int callHookScript (const std::string&, const std::vector <std::string>&, std::vector <std::string>&);
private: