If you have been using functions from MVLC's helperfuncs repo, you might be interested to know that they received an update today after nearly three-and-a-half years.
Today, I added checks for some of the optional parameters in the helper functions to create circ matrix and hold matrix matchpoints. Basically, in the cases where the functions have to look up an id in the database, they will raise an exception if that look up returns NULL. This saves you from entering a matchpoint with a NULL value in one of these fields when you make a typo.
So, if you're using these functions, you might want to git pull and update them in your database.
No comments:
Post a Comment