openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
jclaggett's misc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
4 days
ago. based on code collected
4 days
ago.
Mar 11, 2025 — Mar 11, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added basic modeling api to constraints. Defined a Buffer model.
Caleb Claggett
More...
almost 16 years ago
Removed instance() function. Modified constraints to consistently return the original state when returning an Invalid verdict.
Caleb Claggett
More...
almost 16 years ago
Added optimization to the Group constraint. see comment in code
Caleb Claggett
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.
Caleb Claggett
More...
almost 16 years ago
Reworked match to not use instance. Instance is bad so don't use it. Added constraints
Caleb Claggett
More...
almost 16 years ago
Changed the standard verdicts to be frozensets instead of bitfields. This lines up with the clojure implementation.
Caleb Claggett
More...
almost 16 years ago
Removed all usage of the instance function. Updated unit tests.
Caleb Claggett
More...
almost 16 years ago
renamed all apply functions to test.
Caleb Claggett
More...
almost 16 years ago
Reordered the constraints by type. Added Enumerate constraint. Retermed: MemberRange->Between Range->Repeat Count->Range. Updated Unit tests accordingly.
Caleb Claggett
More...
almost 16 years ago
First cut of clojure implementation
Chouser
More...
almost 16 years ago
changes I forget what I did.
Caleb Claggett
More...
almost 16 years ago
Cleaned up unit tests
Caleb Claggett
More...
almost 16 years ago
Added ignore file.
Caleb Claggett
More...
almost 16 years ago
Fixed verdict logic in Group. Added Sequence constraint. Updated unit tests.
Caleb Claggett
More...
almost 16 years ago
Added several new unit tests. Revamped several others.
Caleb Claggett
More...
almost 16 years ago
Removed Bunch state object. Modified various constraints.
Caleb Claggett
More...
almost 16 years ago
Unit tests are in own file. Added ordering to Group, added Alternate constraint. Removed use of Bunch by constructors.
Caleb Claggett
More...
almost 16 years ago
Added Group constraint. Added unit tests. Reordered file.
Caleb Claggett
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.
Jonathan Claggett
More...
about 16 years ago
cleaned up calling code
Jonathan Claggett
More...
about 16 years ago
Improved the functional api.
Caleb Claggett
More...
about 16 years ago
added functional api
Jonathan Claggett
More...
about 16 years ago
added contraint.py and associated library of contraint objects.
Jonathan Claggett
More...
about 16 years ago
Added constraint.py sample python that creates 'Constraint' objects.
Jonathan Claggett
More...
about 16 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree