Skip to content
Snippets Groups Projects
  1. Nov 19, 2019
  2. Nov 16, 2019
  3. Nov 15, 2019
    • Michał Herda's avatar
      Fix READTABLE-CASE.CASE tests · fcbb7d6f
      Michał Herda authored
      This fixes the symbol-interning issues that might have occured when `READ-FROM-STRING`
      was internally called in the wrong package.
      
      This also fixes the fact that the test names had no home package.
      fcbb7d6f
    • Michał Herda's avatar
      Fix DEFSETF.7A · c1269f3b
      Michał Herda authored
      c1269f3b
    • Michał Herda's avatar
      Fix gitignore · beb164ff
      Michał Herda authored
      beb164ff
    • Michał Herda's avatar
      Annotate some LOOP tests with ANSI-SPEC-PROBLEM · d1963397
      Michał Herda authored
      This marks tests LOOP.1.{39,40,41,42,43} with :loop-iteration-values-in-finally
      and :ansi-spec-problem to take into account that the values of iteration
      variables in FINALLY are effectively undefined by the spec. This way,
      testers can avoid running these test cases if they want to avoid testing
      behaviour that is defined in contradictory manners.
      
      Removal of these test cases should perhaps be considered in the future.
      
      See https://gist.github.com/phoe/335fecfdc195bddd47ab0928b0e62e52 for
      context.
      d1963397
    • Michał Herda's avatar
      Comment out READ-SUPPRESS.17 · 8c9bca72
      Michał Herda authored
      Dispatch reader macros can consume arbitrary inputs, some of which might
      not be a valid Lisp expression. Following the discussion on #lisp, this commit
      comments out READ-SUPPRESS.17 under the premise that it is undefined what
      happens when an unknown dispatch reader macro is encountered under READ-SUPPRESS.
      8c9bca72
  4. Oct 31, 2019
  5. Sep 29, 2019
  6. Aug 27, 2019
  7. Aug 18, 2019
  8. Apr 06, 2019
  9. Mar 15, 2019
  10. Mar 11, 2019
  11. Feb 09, 2019
  12. Feb 06, 2019
  13. Dec 15, 2018
  14. Nov 29, 2018
  15. Oct 01, 2018
  16. Sep 23, 2018
  17. Aug 23, 2018
  18. Aug 21, 2018
  19. Jul 19, 2018
  20. Apr 28, 2018
  21. Apr 25, 2018
  22. Jan 28, 2018
  23. Dec 29, 2017
Loading