oldk1331 wrote:
> SBCL specific bug, I think?
> 
> "~/tmp/1.input" exists, )read just don't understand "~".
> 
> (1) -> )read ~/tmp/1.input
> 
>    The file ~/tmp/1.input is needed but does not exist.
> 
> "probe-file" just works in SBCL, while "sbcl-file-kind"
> doesn't recgnoize "~".  Maybe more parts can be changed.

I am not sure if "probe-file" just works.  Current code
is due to problems with "probe-file" (in particular what
"probe-file" is doing when file does not exist).  Also,
'~' is a shell convention.  Our file access functions should
not prevent accessing file or directiory named '~'.
Nor should they require some strange quoting (which is
the case with shell).

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to