Skip to content
Peter Hosey edited this page Aug 28, 2013 · 3 revisions

The road to 1.0

  • Test cases for all known bugs.
  • Zarro boogs.
  • Test cases for calendar dates, week dates, and ordinal dates, both parsing and unparsing (in every variation, including substring parsing), in every combination of property settings. (Much of this could be adapted from the old pre-OCTest test monsters.)
  • Modernize code:
    • Move ivars to the module, where they belong.
    • Replace fake properties with real properties.
    • Replace fake Boolean type (BOOL) with real Boolean type (bool).
    • Require ARC.
  • 1.0rc1.
Clone this wiki locally