1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Jun 22, 2025 — Jun 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New tests for nested modes More... about 12 years ago
More checks in checker tests More... about 12 years ago
Added more unit tests More... about 12 years ago
Implemented basic child-mode checking More... about 12 years ago
Small fixes in mode, new features in parser More... about 12 years ago
Updated DESIGN, note nested-modes-detection algorithm More... about 12 years ago
Support for -- enclosed operands --- is implmented and tested More... about 12 years ago
Updated DESIGN More... about 12 years ago
Updated DESIGN file; added section about nested modes - currently only listing problems with implementation More... about 12 years ago
Tests for new functionality in RedCLAP More... about 12 years ago
Checker can check mutual compatibility between operands types list length and independently set range, can also check validate operand ranges based only type list length More... about 12 years ago
Mode now has method for setting and getting accepted operand types More... about 12 years ago
Fixed a typo in docstring of a method in parser; presence of a breaker (--) now adds context to parsing More... about 12 years ago
Added regex and function for checking valid mode-strings to shared module More... about 12 years ago
Updated example flat mode JSON represnetation More... about 12 years ago
Added TODO More... about 12 years ago
Improved .get() option in parser More... about 12 years ago
Changes post-parsing option getter behaviour: argumentless plural options always return number of their occurences, options taking single argument always return it directly More... about 12 years ago
Updated DESIGN More... about 12 years ago
Parser now supports plural options: - those without arguments have number of their occurences counted, - those with arguments have their arguments placed on a list of which each element is a list of arguments passed to individual occurence of the option, More... about 12 years ago
Started writing unit testing suite for RedCLAP version of builder of JSON UIs More... about 12 years ago
Base unit testing suite for RedCLAP is working; code is tested and can be merged into devel More... about 12 years ago
shared.lookslikeopt() nor returns Boolean value instead of Regex match object More... about 12 years ago
Redundant tests removed from test suite (some tests were merged, some no longer applied) More... about 12 years ago
Simple test for _getinput() and _getoperands() method of parser More... about 12 years ago
Quickfix for badly set type of global options list by .propagate() method in Mode More... about 12 years ago
Updated global option propagation mechanism, removals are now also propagated More... about 12 years ago
Some changes in test suite - old BaseTests moved to ModeTests; global and local options can be now removed More... about 12 years ago
RedCLAP is now able to check if passed operand range is correct More... about 12 years ago
New _getoperands() method in RedCLAP parser, updated docstring for setOperandsRange() method in mode More... about 12 years ago