Re: Showing two test failures...
Paulo Madeira <[email protected]>
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CADoO0bdOwrwTONdmXV0Tkx-vwuQiZkfw4JBs=otDsQ8-3-f1Sg@mail.gmail.com> |
2014-08-25 20:05 GMT+01:00 Helmut Eller: > Surely there are other ways to store dispatch character tables. Indeed. > I don't see any other portable way make this test pass than with > get-macro-character/set-macro-character. So I probably mark this test > as "fails for SBCL". You'd need a dispatch-macro-character-p here: https://github.com/slime/slime/blob/fb65f98487bc20c3b27923a42fb746bd6de99272/swank-source-path-parser.lisp#L68 However, I think you can take for granted that the default readtable only has #\# as a dispatch macro character, so you can wrap its simple macro character function *after* wrapping the reader macro function for #\# #\. Best regards, Paulo Madeira