Rob Browning wrote:
>Hmm, if I don't misunderstand, this doesn't sound like a Debian-specific
>issue. So if you're comfortable with it, I'd recommend pursuing issues
>like this upstream
This certainly is an upstream issue, but the Guile maintainers
have a history of not doing anything about chara
Zefram writes:
> If it cannot be made to handle arbitrary filenames correctly, then
> guile-3.0(1) must at least detect that it can't handle the specified
> filename. It must signal an error on any filename it can't handle, and
> not use any mangled form of the filename for any purpose. Further
Package: guile-3.0
Version: 3.0.5-4
Severity: normal
The guile-3.0(1) command-line interface is documented to take the filename
of a script to execute. Here's how well it understands filenames:
$ echo '(display "sadness") (newline)' > 'L?on.scm'
$ echo '(display "joy") (newline)' > $'L\xe9on.scm
3 matches
Mail list logo