bug#59221: (file-exists? #f) raises an exception

2022-11-12 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
November 12, 2022 12:58 PM, "Jean Abou Samra" wrote: >> Le 12 nov. 2022 à 18:50, Joshua Branson via Bug reports for GUILE, GNU's >> Ubiquitous Extension >> Language a écrit : >> >> Hello you lovely guile people! >> >> This bug is so simple the subject line says it all! >> >> file-exists? is

bug#59221: (file-exists? #f) raises an exception

2022-11-12 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
Hello you lovely guile people! This bug is so simple the subject line says it all! file-exists? is a predicate, but #+BEGIN_SRC scheme (file-exists? #f) ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure stat: Wrong type argument in position 1 (expecting open file port): #f

bug#59221: (file-exists? #f) raises an exception

2022-11-12 Thread Jean Abou Samra
> Le 12 nov. 2022 à 18:50, Joshua Branson via Bug reports for GUILE, GNU's > Ubiquitous Extension Language a écrit : > >  > Hello you lovely guile people! > > This bug is so simple the subject line says it all! > > file-exists? is a predicate, but > > #+BEGIN_SRC scheme > (file-exists?

bug#59221: (file-exists? #f) raises an exception

2022-11-12 Thread tomas
On Sun, Nov 13, 2022 at 02:15:43AM +, jbranso--- via Bug reports for GUILE, GNU's Ubiquitous Extension Language wrote: > November 12, 2022 12:58 PM, "Jean Abou Samra" wrote: > > >> Le 12 nov. 2022 à 18:50, Joshua Branson via Bug reports for GUILE, GNU's > >> Ubiquitous Extension > >>