Skip to content
Snippets Groups Projects
  1. Dec 15, 2018
  2. Oct 01, 2018
  3. Sep 23, 2018
  4. Aug 23, 2018
  5. Aug 21, 2018
  6. Jul 19, 2018
  7. Apr 28, 2018
  8. Apr 25, 2018
  9. Jan 28, 2018
  10. Dec 29, 2017
  11. Dec 08, 2017
  12. Sep 21, 2017
  13. Sep 05, 2017
    • Raymond Toy's avatar
      Fix #9: Expose unexpected failures and successes · b063464b
      Raymond Toy authored
      When `*expected-failures*` is set, RT will print out any unexpected
      failures or successes.
      
      This change adds `*unexpected-failures*` and `*unexpected-successes*`
      to keep track of this failures or successes in addition to the having
      them printed out.  Users can then inspect these easily to do something
      based on the results.
      b063464b
  14. Sep 04, 2017
    • Daniel Kochmański's avatar
      Merge branch 'rtoy-cmucl-set-path-defaults' into 'master' · 93b17f2e
      Daniel Kochmański authored
      Fix #8: Set *default-pathname-defaults* for cmucl.
      
      Closes #8
      
      See merge request !9
      93b17f2e
    • Raymond Toy's avatar
      Fix #8: Set *default-pathname-defaults* for cmucl. · 336d83c6
      Raymond Toy authored
      Set `*default-pathname-defaults*` for cmucl in `gclload1.lsp` so that
      it has the full path to `gclload.lsp`.  This is needed so that the
      tests can be loaded from the subdirectories.  Without this, each load
      file in the subdirectory is set to #P"" and when it tries to load a
      test file, it can't because the setting of
      `*default-pathname-defaults*` isn't pointing to the subdirectory but
      rather the main directory since #P"" means current directory, and
      cmucl hasn't changed it's current directory.
      
      This fix only applies to cmucl and no other lisps.
      336d83c6
    • Raymond Toy's avatar
      Fix typo for cmucl. · b374d6ec
      Raymond Toy authored
      It's *ignore-extra-close-parentheses*, not
      *ignore-extra-right-parentheses*.
      b374d6ec
  15. Aug 24, 2017
  16. Aug 01, 2017
  17. May 31, 2017
  18. May 30, 2017
  19. Feb 02, 2017
  20. Dec 23, 2016
  21. Dec 22, 2016
  22. Dec 14, 2016
  23. Dec 09, 2016
Loading