Skip to content
Snippets Groups Projects
Commit 8323199a authored by Raymond Toy's avatar Raymond Toy
Browse files

Update ASDF documentation to 3.2.1

parent fd2b85d7
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!-- Created by GNU Texinfo 6.1, http://www.gnu.org/software/texinfo/ -->
<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ -->
<head>
<title>ASDF Manual</title>
......@@ -276,7 +276,7 @@ ul.no-bullet {list-style: none}
<a name="Top"></a>
<a name="ASDF_003a-Another-System-Definition-Facility"></a>
<h1 class="top">ASDF: Another System Definition Facility</h1>
<p>Manual for Version 3.2.0
<p>Manual for Version 3.2.1
</p>
<p>This manual describes ASDF, a system definition facility
......@@ -3404,8 +3404,13 @@ otherwise it continues.
If multiple systems are found, the consequences are unspecified:
the search may succeed with any of the found systems,
or an error may be raised.
ASDF currently returns the first system found,
XCVB currently raised an error.
ASDF 3.2.1 or later returns the pathname whose normalized directory component
has the shortest length (as a list), and breaks ties by choosing the system
with the smallest <code>unix-namestring</code> when compared with <code>string&lt;</code>.
Earlier versions of ASDF return ASDF return the first system found,
which is implementation-dependent, and may or may not be the pathname
with the smallest <code>unix-namestring</code> when compared with <code>string&lt;</code>.
XCVB raises an error.
If none is found, the search continues.
</p>
<p>Exclude statements specify patterns of subdirectories
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment