fix is subtype of (sortof)
[gitmo/MooseX-Types-Structured.git] / t /
2009-04-18 Yuval Kogman fix is subtype of (sortof)
2009-04-06 John Napiorkowski fixed incorrect alway finding an error with TC->validate
2009-04-02 John Napiorkowski added deeper error messages, minor doc grammar fixes... 0.11
2009-03-16 John Napiorkowski changed the recursion test to reflect subtype syntac... 0.09 0.10
2009-03-06 John Napiorkowski slurpy can only slurp type constraints that match the...
2009-03-06 John Napiorkowski created a more introspective slurpy function, moved...
2009-03-06 John Napiorkowski added some code to improve the error message and added...
2009-03-05 John Napiorkowski created sugar method for merging, with examples
2009-03-05 John Napiorkowski first go at supporting callbacks in the type parameter...
2008-12-13 Stevan Little polishing up the test 0.08
2008-12-10 John Napiorkowski removed debug stuff from the recursion test
2008-12-09 John Napiorkowski I really should spell Stevan's name correctly
2008-12-09 John Napiorkowski new test to outline the recursion support requirement...
2008-12-08 John Napiorkowski updated changelog in prep for new release
2008-12-05 John Napiorkowski updated changelog in preparation for release, added...
2008-12-05 John Napiorkowski finished Optional, wrote docs and tests for it
2008-12-05 John Napiorkowski actually create the optional TC, and a bunch fo changes...
2008-12-05 John Napiorkowski got working prototype, but relies on uncommited changes...
2008-11-17 John Napiorkowski more debugging, I hope this wont need another moose...
2008-11-16 John Napiorkowski closer to the sketch actually working
2008-11-15 John Napiorkowski a start at outlining Optional
2008-10-29 John Napiorkowski added soe doc fixes and a new examples section, also...
2008-10-28 John Napiorkowski do not know where all these dollar signs came from :)
2008-10-28 John Napiorkowski added some docs and fixed minor POD formatting issues
2008-10-27 John Napiorkowski news tests for API and coercions, more tests for both...
2008-10-24 John Napiorkowski stub for coercion test
2008-10-24 John Napiorkowski stub for api test, example and warnings about extending...
2008-10-07 John Napiorkowski comment out structured subtype definition pending a...
2008-10-07 John Napiorkowski really register the types, more advanced tests, includi...
2008-10-07 John Napiorkowski added missing file from the last checkin (oops)
2008-10-07 John Napiorkowski added an advanced test and a failing test for the inher...
2008-09-30 John Napiorkowski basic requirements complete, missing the optional and...
2008-09-26 John Napiorkowski rollback some stuff to reset my brain a bit
2008-09-16 John Napiorkowski made union tests skip for now, got start on fixing...
2008-09-15 John Napiorkowski got the basic function for Optional, but the regex...
2008-09-15 John Napiorkowski just restored some bits so that tests all pass, incase...
2008-09-15 John Napiorkowski because Structurable is not a word
2008-09-15 John Napiorkowski more work toward true structured types, away from the...
2008-09-14 John Napiorkowski back to a regular and registered Tuple that covers...
2008-09-14 John Napiorkowski more tying to convert my methods to real objects
2008-09-13 John Napiorkowski added some additional type unions to the tests
2008-09-09 John Napiorkowski proper support for an Optional keyword
2008-09-08 John Napiorkowski minor changes to the test cases
2008-09-08 John Napiorkowski renaming tests
2008-09-08 John Napiorkowski moved around the subroutines that generate constraints
2008-08-21 John Napiorkowski minor renaming of stuff to conform to existing standards
2008-08-21 John Napiorkowski first shot at some regex to parse the attribute isa...
2008-08-21 John Napiorkowski added a more involved test mixing up different constrai...
2008-08-21 John Napiorkowski cleaned up and clarified docs, made the load teset...
2008-08-20 John Napiorkowski more cleanup/refactor and tests for the optional named...
2008-08-20 John Napiorkowski more refactoring to the Structured Role, put together...
2008-08-20 John Napiorkowski doubt we need the concept file anymore
2008-08-20 John Napiorkowski separation of concerns is good
2008-08-19 John Napiorkowski now supporting structured types inside of structured...
2008-08-19 John Napiorkowski minor doc tweaks
2008-08-19 John Napiorkowski proper support for parameterized constraints and Maybe[]
2008-08-19 John Napiorkowski positional and named constraints
2008-08-19 John Napiorkowski renaming to make sense
2008-08-19 John Napiorkowski more tests
2008-08-18 John Napiorkowski first guess at structured types, with proof of concept...