[armedbear] #430: Some file compiled functions didn't record arglist or docstrings
armedbear
armedbear-devel at common-lisp.net
Thu Jan 5 09:43:03 UTC 2017
#430: Some file compiled functions didn't record arglist or docstrings
-------------------------+----------------------
Reporter: aruttenberg | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Version:
Keywords: | Parent Tickets:
-------------------------+----------------------
Arglists were being stored as strings and generated using format. Format
wasn't available early during abcl build. Soln: Save arglists as lists.
Github issue: https://github.com/armedbear/abcl/issues/21
Pull request https://github.com/armedbear/abcl/pull/13
--
Ticket URL: <http://abcl.org/trac/ticket/430>
armedbear <http://abcl.org>
armedbear
More information about the armedbear-ticket
mailing list