[armedbear-cvs] r14151 - trunk/abcl/doc/design/pathnames
mevenson at common-lisp.net
mevenson at common-lisp.net
Wed Sep 12 13:23:43 UTC 2012
Author: mevenson
Date: Wed Sep 12 06:23:41 2012
New Revision: 14151
Log:
Draft of analysis of Pathname merge semantics problems.
This problem seems to be at the root of loading JNA.
Added:
trunk/abcl/doc/design/pathnames/merging-defaults.markdown
Added: trunk/abcl/doc/design/pathnames/merging-defaults.markdown
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/abcl/doc/design/pathnames/merging-defaults.markdown Wed Sep 12 06:23:41 2012 (r14151)
@@ -0,0 +1,31 @@
+If *DEFAULT-PATHNAME-DEFAULTS* is a JAR-PATHNAME, commands like
+
+ CL-USER: (probe-file #"/")
+
+will fail.
+
+## Other implementations
+
+### SBCL
+
+A host nonce which appears in the reader as
+#<SB-IMPL::UNIX-HOST {1000290443}>. (Is there a different one under
+Windows?)
+
+### CLISP
+
+HOST is NIL.
+
+
+### CCL
+
+HOST is :UNSPECIFIC.
+
+
+### ECL
+
+HOST is NIL.
+
+
+
+
More information about the armedbear-cvs
mailing list