Re: Minor typo in posixunix.scm

2022-09-14 Thread Mario Domenech Goulart
On Wed, 14 Sep 2022 10:19:09 -0400 Matt Welland  wrote:

> posixunix.scm:  (posix-error #:file-error 'create-symbol-link "cannot 
> create symbolic link" old new) ) ) )
>
> Should probably be "create-symbolic-link".

Thanks for reporting that, Matt.  I've pushed a fix:
https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=commit;h=cf1e956b494ffdb2e1454fb1d3234e841ba23bdd

All the best.
Mario
-- 
http://parenteses.org/mario



Minor typo in posixunix.scm

2022-09-14 Thread Matt Welland
posixunix.scm:  (posix-error #:file-error 'create-symbol-link "cannot
create symbolic link" old new) ) ) )

Should probably be "create-symbolic-link".

Thanks,
Matt
-=-
Complexity is your enemy. Any fool can make something complicated.
It is hard to keep things simple. - Richard Branson.