[ cclan-Bugs-1042461 ] asdf: May fail on LispWorks if compiled
"SourceForge.net" <[email protected]> Tue, 19 Oct 2004 11:30:06 -0700
| Newsgroups | gmane.lisp.cclan.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1042461, was opened at 2004-10-07 14:06 Message generated for change (Comment added) made by rjain 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. ---------------------------------------------------------------------- Comment By: Rahul Jain (rjain) Date: 2004-10-19 13:30 Message: Logged In: YES user_id=246924 Is there a feature to distinguish LW 4.2 specifically? Since it's fixed since then, we don't want to tempt creating an error further on when they change how the formatter stuff is loaded. ---------------------------------------------------------------------- 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