1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New tests for nested modes More... over 11 years ago
More checks in checker tests More... over 11 years ago
Added more unit tests More... over 11 years ago
Implemented basic child-mode checking More... over 11 years ago
Small fixes in mode, new features in parser More... over 11 years ago
Updated DESIGN, note nested-modes-detection algorithm More... over 11 years ago
Support for -- enclosed operands --- is implmented and tested More... over 11 years ago
Updated DESIGN More... over 11 years ago
Updated DESIGN file; added section about nested modes - currently only listing problems with implementation More... over 11 years ago
Tests for new functionality in RedCLAP More... over 11 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... over 11 years ago
Mode now has method for setting and getting accepted operand types More... over 11 years ago
Fixed a typo in docstring of a method in parser; presence of a breaker (--) now adds context to parsing More... over 11 years ago
Added regex and function for checking valid mode-strings to shared module More... over 11 years ago
Updated example flat mode JSON represnetation More... over 11 years ago
Added TODO More... over 11 years ago
Improved .get() option in parser More... over 11 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... over 11 years ago
Updated DESIGN More... over 11 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... over 11 years ago
Started writing unit testing suite for RedCLAP version of builder of JSON UIs More... over 11 years ago
Base unit testing suite for RedCLAP is working; code is tested and can be merged into devel More... over 11 years ago
shared.lookslikeopt() nor returns Boolean value instead of Regex match object More... over 11 years ago
Redundant tests removed from test suite (some tests were merged, some no longer applied) More... over 11 years ago
Simple test for _getinput() and _getoperands() method of parser More... over 11 years ago
Quickfix for badly set type of global options list by .propagate() method in Mode More... over 11 years ago
Updated global option propagation mechanism, removals are now also propagated More... over 11 years ago
Some changes in test suite - old BaseTests moved to ModeTests; global and local options can be now removed More... over 11 years ago
RedCLAP is now able to check if passed operand range is correct More... over 11 years ago
New _getoperands() method in RedCLAP parser, updated docstring for setOperandsRange() method in mode More... over 11 years ago