Skip to content
Snippets Groups Projects
Forked from ansi-test / ansi-test
Source project has a limited visibility.
  • Michał Herda's avatar
    8c9bca72
    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
    History
    Comment out READ-SUPPRESS.17
    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.