[Ecls-list] not to resolve symlinks

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sun Oct 30 11:20:11 UTC 2011


Gábor, when you say 11.1.1 yo do not mean 11.1.1 + development from CVS, do
you? I am using the git/CVS version for the tests I mention and they work
in Linux/amd64

The official release is now too old. I should make a new one because of the
many changes, but travel and work prevented me from doing so.

Juanjo

jjgarcia at debian64:~/build/ecl/tmp$ ~/bin/ecl -norc
ECL (Embeddable Common-Lisp) 11.1.1
(git:5039d33867d8765642d5ee004d9090289158f229)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level.
> (directory "./*" :resolve-symlinks nil)

(#P"/home/jjgarcia/build/ecl/tmp/dir_link"
 #P"/home/jjgarcia/build/ecl/tmp/file"
 #P"/home/jjgarcia/build/ecl/tmp/file_link")
> (directory "./*" :resolve-symlinks t)

(#P"/home/jjgarcia/build/ecl/tmp/file"
#P"/home/jjgarcia/build/ecl/tmp/file")
> (directory "./*/" :resolve-symlinks nil)

(#P"/home/jjgarcia/build/ecl/tmp/dir/")
> (directory "./*/" :resolve-symlinks t)

(#P"/home/jjgarcia/build/ecl/tmp/dir/"
#P"/home/jjgarcia/build/ecl/tmp/dir/")
>
jjgarcia at debian64:~/build/ecl/tmp$ ls -l
total 4
drwxr-xr-x 2 jjgarcia jjgarcia 4096 Oct 30 11:14 dir
lrwxrwxrwx 1 jjgarcia jjgarcia    3 Oct 30 11:14 dir_link -> dir
-rw-r--r-- 1 jjgarcia jjgarcia    0 Oct 30 11:14 file
lrwxrwxrwx 1 jjgarcia jjgarcia    4 Oct 30 11:14 file_link -> file
jjgarcia at debian64:~/build/ecl/tmp$ uname -a
Linux debian64 3.0.0-2-amd64 #1 SMP Fri Oct 7 20:48:45 UTC 2011 x86_64
GNU/Linux


-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20111030/1579daaa/attachment.html>


More information about the ecl-devel mailing list