This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug: hard links to soft links do not work


> > On Thu, Aug 01, 2002 at 04:21:43PM -0400, Sam Steingold wrote:
> > >
> > >actually, this is very easy:
> > >
> > >(defmethod hard-link :around (from to)
> > >  (if (symbolic-link-p to)
> > >      (symbolic-link from (resolve-symbolic-link to))
> > >      (call-next-method)))
> > >
> > >i.e., when the target is a symlink, you symlink to its target.
> >
> > Is that *lisp* code?  This makes it easy because...?  I don't quite
> > follow.  Obviously anyone can conceive of some logic to make this fail
> > but without looking at the actual code in question it isn't going to
> > be too useful.
>
> the above is indeed CLOS code of how link() should actually be
> implemented in the cygwin libc.

Whoah, now hang on guys, nobody told me we were switching to all-Lisp
all-the-time.  You can just count me *out*.  I don't go for all that
overparenthetical jive.  ;-)

--
Gary R. Van Sickle
Braemar Inc.
11481 Rupp Dr.
Burnsville, MN 55337


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]