1
0
Fork 0
cl-sites/HyperSpec-7-0/HyperSpec/Issues/iss294_w.htm
2024-04-01 10:24:07 +02:00

113 lines
6.1 KiB
HTML

<!-- Common Lisp HyperSpec (TM), version 7.0 generated by Kent M. Pitman on Mon, 11-Apr-2005 2:31am EDT -->
<HTML>
<HEAD>
<TITLE>CLHS: Issue REQUIRE-PATHNAME-DEFAULTS-AGAIN Writeup</TITLE>
<LINK HREF="../Data/clhs.css" REL="stylesheet" TYPE="text/css" />
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
<META HTTP-EQUIV="Organization" CONTENT="LispWorks Ltd.">
<LINK REL=TOP HREF="../Front/index.htm">
<LINK REL=COPYRIGHT HREF="../Front/Help.htm#Legal">
<LINK REL=DISCLAIMER HREF="../Front/Help.htm#Disclaimer">
<LINK REL=PREV HREF="../Issues/iss293_w.htm">
<LINK REL=UP HREF="../Issues/iss294.htm">
<LINK REL=NEXT HREF="../Issues/iss295_w.htm">
</HEAD>
<BODY>
<H1><A REV=MADE HREF="http://www.lispworks.com/"><IMG WIDTH=80 HEIGHT=65 ALT="[LISPWORKS]" SRC="../Graphics/LWSmall.gif" ALIGN=Bottom></A><A REL=TOP HREF="../Front/index.htm"><IMG WIDTH=237 HEIGHT=65 ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/CLHS_Sm.gif" ALIGN=Bottom></A> <A REL=PREV HREF="../Issues/iss293_w.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="../Issues/iss294.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="../Issues/iss295_w.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1>
<HR>
<H2>Issue REQUIRE-PATHNAME-DEFAULTS-AGAIN Writeup</H2>
<PRE><B>Issue:</B> <A HREF="iss294.htm">REQUIRE-PATHNAME-DEFAULTS-AGAIN</A><P>
<B>Forum:</B> X3J13<P>
<B>References:</B> <A REL=DEFINITION HREF="../Body/f_provid.htm#provide"><B>PROVIDE</B></A>, <A REL=DEFINITION HREF="../Body/f_provid.htm#require"><B>REQUIRE</B></A>, <A REL=DEFINITION HREF="../Body/v_module.htm#STmodulesST"><B>*MODULES*</B></A> (all on CLtL1 p188),<P>
Issue <A HREF="iss296.htm">REQUIRE-PATHNAME-DEFAULTS</A><P>
<B>Category:</B> CHANGE<P>
<B>Edit history:</B> 05-Feb-92, Version 1 by Pitman<P>
<B>Status:</B> Approved by X3J13 on vote of 9-0-1 at December 1991 meeting<P>
<P>
<B>Problem Description:<P>
</B><P>
<A REL=DEFINITION HREF="../Body/f_provid.htm#require"><B>REQUIRE</B></A>, <A REL=DEFINITION HREF="../Body/f_provid.htm#provide"><B>PROVIDE</B></A>, and <A REL=DEFINITION HREF="../Body/v_module.htm#STmodulesST"><B>*MODULES*</B></A> were flushed but are still used by many <P>
Common Lisp programs. Many in the user community have expressed dismay.<P>
<P>
<B>Proposal (REQUIRE-PATHNAME-DEFAULTS-AGAIN:X3J13-DEC-91):<P>
</B><P>
Return <A REL=DEFINITION HREF="../Body/f_provid.htm#require"><B>REQUIRE</B></A>, <A REL=DEFINITION HREF="../Body/f_provid.htm#provide"><B>PROVIDE</B></A>, and <A REL=DEFINITION HREF="../Body/v_module.htm#STmodulesST"><B>*MODULES*</B></A> to the language,<P>
as described in CLtL1, except for the following changes:<P>
<P>
1. Remove the second argument to <A REL=DEFINITION HREF="../Body/f_provid.htm#require"><B>REQUIRE</B></A>.<P>
<P>
2. Deprecate all three functions.<P>
<P>
3. If any intervening cleanups have been passed and <P>
would have referred to these functions (other than the cleanups<P>
that removed them, of course), those cleanups would apply.<P>
<P>
<B>Rationale:<P>
</B><P>
This diminishes the compatibility problems caused by previous votes.<P>
<P>
1. The second argument is what was problematic, so remove only that.<P>
<P>
2. All of these functions are questionable to some committee members,<P>
but deprecation allows for a suitable transition period for people to<P>
find something better.<P>
<P>
3. We have said that the original CLtL1 wording is reinstated,<P>
and we don't believe there are any cleanups which are in conflict,<P>
but if one is later discovered to be in conflict, we want to give<P>
precedence to the cleanup, not to CLtL1.<P>
<P>
<B>Test Case:<P>
</B><P>
(<A REL=DEFINITION HREF="../Body/f_provid.htm#provide"><B>PROVIDE</B></A> '<A REL=DEFINITION HREF="../Body/v_module.htm#STmodulesST"><B>*MODULES*</B></A>)<P>
(<A REL=DEFINITION HREF="../Body/f_provid.htm#require"><B>REQUIRE</B></A> '<A REL=DEFINITION HREF="../Body/v_module.htm#STmodulesST"><B>*MODULES*</B></A>)<P>
<P>
<B>Current Practice:<P>
</B><P>
No previously-conforming implementation could have had these functions.<P>
Some implementations (e.g., Genera) were continuing to <A REL=DEFINITION HREF="../Body/f_provid.htm#provide"><B>provide</B></A> these <P>
functions but in a different package.<P>
<P>
<B>Cost to Implementors:<P>
</B><P>
Very small, and highly localized.<P>
<P>
<B>Cost to Users:<P>
</B><P>
None.<P>
<P>
<B>Cost of Non-Adoption:<P>
</B><P>
Many users who have expressed the opinion that removing these things was<P>
gratuitous would continue to be upset.<P>
<P>
<B>Benefits:<P>
</B><P>
Cost of non-adoption is avoided.<P>
<P>
<B>Editorial Impact:<P>
</B><P>
A modular change of relatively small nature. Just whatever it takes to<P>
dredge up the old text and dust it off for current editorial style, etc.,<P>
make it conform to changes cited in the proposal.<P>
<P>
<B>Aesthetics:<P>
</B><P>
Some users believe that <A REL=DEFINITION HREF="../Body/f_provid.htm#provide"><B>PROVIDE</B></A> and <A REL=DEFINITION HREF="../Body/f_provid.htm#require"><B>REQUIRE</B></A> are aethetic.<P>
<P>
<B>Discussion:<P>
</B><P>
None.<P>
</PRE>
<HR>
<A REL=NAVIGATOR HREF="../Front/StartPts.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Starting Points]" SRC="../Graphics/StartPts.gif" ALIGN=Bottom></A><A REL=TOC HREF="../Front/Contents.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Master.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Symbol.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/26_a.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Front/X3J13Iss.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR>
<A REL=COPYRIGHT HREF="../Front/Help.htm#Legal"><I>Copyright 1996-2005, LispWorks Ltd. All rights reserved.</I></A><P>
</BODY>
</HTML>