[ cclan-Bugs-1042461 ] asdf: May fail on LispWorks if compiled
"SourceForge.net" <[email protected]> Thu, 07 Oct 2004 12:06:34 -0700
| Newsgroups | gmane.lisp.cclan.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1042461, was opened at 2004-10-07 12:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=393636&aid=1042461&group_id=28536 Category: asdf Group: other Status: Open Resolution: None Priority: 5 Submitted By: Joel Ray Holveck (piquan) Assigned to: Daniel Barlow (dan_b) Summary: asdf: May fail on LispWorks if compiled Initial Comment: asdf uses FORMATTER quite a bit. LispWorks expands this at compile-time. However, the generated closure calls the internal function LW-XP::PPRINT-POP-CHECK+TOP (to handle "~@<") but doesn't load the library that defines it. So if asdf is compiled, then loaded into a fresh Lisp, and then used, it will break. This has been fixed in LispWorks 4.3, but is broken in LispWorks 4.2. A suitable workaround is to use #+lispworks (require "formatter") at runtime. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=393636&aid=1042461&group_id=28536 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl