Skip to content
Snippets Groups Projects
  1. May 10, 2020
  2. Dec 31, 2019
  3. Dec 30, 2019
  4. Dec 26, 2019
  5. Dec 20, 2019
  6. Nov 26, 2019
  7. 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
  8. Nov 21, 2019
  9. Nov 20, 2019
    • Michał Herda's avatar
      Make char-equality in FORMAT-E tests case-insensitive · f72a59e1
      Michał Herda authored
      With ~E formatting, the exponent marker can be printed either in upcase
      or downcase - the standard does not specify the concrete case and allows
      both. Therefore string-equality for float numbers printed via ~E should
      use {STRING,CHAR}-EQUAL rather than {STRING,CHAR}=. This commit introduces
      this change.
      f72a59e1
  10. Nov 19, 2019
  11. Nov 16, 2019
  12. 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
  13. Oct 31, 2019
  14. Sep 29, 2019
  15. Aug 27, 2019
  16. Aug 18, 2019
  17. Apr 06, 2019
  18. Mar 15, 2019
  19. Mar 11, 2019
Loading