Skip to content
Snippets Groups Projects
  1. Nov 25, 2019
    • Michał Herda's avatar
      Fix PRINT-STRUCTURE.1 · 0ec45541
      Michał Herda authored
      With print escaping turned off, symbols are printed without any package
      prefix. The test called READ-FROM-STRING within WITH-STANDARD-IO-SYNTAX,
      which caused the resulting symbol to be read and interned within the
      CL-USER package. This commit fixes this behaviour (the symbol is interned
      in the CL-TEST package).
      0ec45541
  2. Nov 21, 2019
  3. Nov 19, 2019
  4. Nov 16, 2019
  5. 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
  6. Oct 31, 2019
  7. Sep 29, 2019
  8. Aug 27, 2019
  9. Aug 18, 2019
  10. Apr 06, 2019
  11. Mar 15, 2019
  12. Mar 11, 2019
  13. Feb 09, 2019
  14. Feb 06, 2019
  15. Dec 15, 2018
  16. Nov 29, 2018
  17. Oct 01, 2018
  18. Sep 23, 2018
  19. Aug 23, 2018
  20. Aug 21, 2018
  21. Jul 19, 2018
Loading