1. Jan 18, 2017
  2. Jan 04, 2017
  3. Nov 27, 2016
    • chick's avatar
      small syntactic changes for annotations · a1470c20
      chick authored
      a1470c20
    • Chick Markley's avatar
      Fix poke expect neg ints (#66) · 54c821ce
      Chick Markley authored
      * Implicit Int to BigInt fails sometimes when expect is passed an Int
      Trying to create simple example has proven intractable
      For expect, and poke methods that take BigInts I have created overloaded versions
      that take Ints and explicitly convert to BigInt
      
      * Implicit Int to BigInt fails sometimes when expect is passed an Int
      remove implicit conversions from int to bigint, that forced negative int into positive value representation
      
      * Per Donggyu, preserve (but rename) his Int => BigInt and Long => BigInt, and make them not implicit
      54c821ce
  4. Nov 23, 2016
  5. Nov 19, 2016
  6. Nov 18, 2016
    • Chick Markley's avatar
      Fixed problem with lack of reporting of failed tests (#62) · de374668
      Chick Markley authored
      * Fixed problem with lack of reporting of failed tests
      Add comments on Driver.execute methods
      Made Driver.apply use underlying execute methods and provide a couple more useful
      options it can set: verbose and testerSeed.  It should be default way of invoking tests
      unless need for more backend toolchain option control pushes user towards execute methods
      Add step number to expect messages
      Fixed number of successful expects not be counted in interpreter based tester
      Failed expects print even if verbose is off
      Fixed type shadowing on PeekPokeTester peekAt
      
      * Fix typo in comment
      de374668
    • grebe's avatar
      Fix some typos. (#61) · 5ab6fb6d
      grebe authored
      One resulted in one of the Driver's execute methods always returning
      true (PASS).
      
      One was just a typo on a printed message.
      5ab6fb6d
  7. Nov 09, 2016
  8. Nov 02, 2016
  9. Nov 01, 2016
  10. Oct 29, 2016
  11. Oct 26, 2016
  12. Oct 25, 2016
  13. Oct 21, 2016
  14. Oct 20, 2016
  15. Oct 19, 2016
  16. Oct 18, 2016
  17. Oct 08, 2016
  18. Oct 01, 2016
  19. Sep 24, 2016
  20. Sep 23, 2016