0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added basic modeling api to constraints. Defined a Buffer model. More... almost 16 years ago
Removed instance() function. Modified constraints to consistently return the original state when returning an Invalid verdict. More... almost 16 years ago
Added optimization to the Group constraint. see comment in code More... almost 16 years ago
Tweaked the verdict set definitions and used the superset operator (>=) to compare the verdict against specific states. I don't know why... it just looks better that way. More... almost 16 years ago
Reworked match to not use instance. Instance is bad so don't use it. Added constraints More... almost 16 years ago
Changed the standard verdicts to be frozensets instead of bitfields. This lines up with the clojure implementation. More... almost 16 years ago
Removed all usage of the instance function. Updated unit tests. More... almost 16 years ago
renamed all apply functions to test. More... almost 16 years ago
Reordered the constraints by type. Added Enumerate constraint. Retermed: MemberRange->Between Range->Repeat Count->Range. Updated Unit tests accordingly. More... almost 16 years ago
First cut of clojure implementation More... almost 16 years ago
changes I forget what I did. More... almost 16 years ago
Cleaned up unit tests More... almost 16 years ago
Added ignore file. More... almost 16 years ago
Fixed verdict logic in Group. Added Sequence constraint. Updated unit tests. More... almost 16 years ago
Added several new unit tests. Revamped several others. More... almost 16 years ago
Removed Bunch state object. Modified various constraints. More... almost 16 years ago
Unit tests are in own file. Added ordering to Group, added Alternate constraint. Removed use of Bunch by constructors. More... almost 16 years ago
Added Group constraint. Added unit tests. Reordered file. More... almost 16 years ago
Reworked code so that state is explictly passed to and from the init and apply functions. Also added a wrap() function that takes a constraint initializes it and passes a wrapped apply function plus initial state back. More... about 16 years ago
cleaned up calling code More... about 16 years ago
Improved the functional api. More... about 16 years ago
added functional api More... about 16 years ago
added contraint.py and associated library of contraint objects. More... about 16 years ago
Added constraint.py sample python that creates 'Constraint' objects. More... about 16 years ago