#93: reader does not respect (values) from reader macros ------------------------+--------------------------------------------------- Reporter: janderson | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: other | Version: 0.19 Resolution: fixed | Keywords: ------------------------+---------------------------------------------------
Comment(by ehuelsmann):
(In [12646]) Re #93: Instead of fixing just readList and readDelimitedList, document the protocol for processChar and fix that. Also, remove a pattern from LispReader.java (return null) which can't be used by Lisp functions.
This commit fixes a much broader range of cases of the symptom reported in #93.