Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/argcheck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-11fix argcheck function to encapsulate its local variablesjbarbero
2016-04-27suppress ANSI color codes if stdout or stderr is not a terminaljbarbero
2016-01-28improve usage messageRonan Collobert
2016-01-28show argument types when an error occursRonan Collobert
2015-03-08exclude nil nodes in named arguments (much less code generated as a result)Ronan Collobert
2015-03-07variable with default can be nil (and returns the default) + test case addedRonan Collobert
2015-03-02fixed method named argument call, and updated test suite accordinglyRonan Collobert
2015-02-28fix handling of multiple default values in method mode and added correspondin...Ronan Collobert
2015-02-27fix a sneaky bug and added corresponding test caseRonan Collobert
2014-11-19make sure istype() is always present as an upvalue in the generated functionRonan Collobert
2014-11-11remove n variable in graph nodesRonan Collobert
2014-11-10added support for named method calls self:func{args} (i.e. func(self, {args}))Ronan Collobert
2014-11-10more robust/predictible tree generationRonan Collobert
2014-11-09fix support for opt=true (nil are now properly handled)Ronan Collobert
2014-11-08fix bug when assigning head rules in a new pathRonan Collobert
2014-11-08integrated support for docRonan Collobert
2014-11-08cosmetic changes to generated dot graphRonan Collobert
2014-11-08removed one useless specific caseRonan Collobert
2014-11-08check for ambiguities (added force flag too for insane users)Ronan Collobert
2014-11-07added support for user-specific checksRonan Collobert
2014-11-07fix default when value is booleanRonan Collobert
2014-11-07added support for quietRonan Collobert
2014-11-07added support for overload (ex-chain)Ronan Collobert
2014-11-07removed the old C graph attemptRonan Collobert
2014-11-07support for named argumentsRonan Collobert
2014-11-07graph-based: first working version (ordered arguments only)Ronan Collobert
2014-11-07improve graph-based argcheck algorithmRonan Collobert