bug#44186: Recursive mkdir

2020-10-27 Thread divoplade
Le mardi 27 octobre 2020 à 10:19 +0100, Leo Prikler a écrit : > Returning #t on error won't actually > fix them. Do you mean that ignoring errors on mkdir when there has been a called to mkdir-recursive just before is not OK? I agree, it's better if mkdir-recursive fails if one element of the chain

bug#44186: Recursive mkdir

2020-10-27 Thread Leo Prikler
Hello, Am Dienstag, den 27.10.2020, 08:01 +0100 schrieb divoplade: > I think I have made my point for the second commit. I intend this > change to be user-centric: it would be better to confuse the > developer > of a guile program than the user of said program. Anyway, this will > not > confuse an

bug#44186: Recursive mkdir

2020-10-27 Thread divoplade
Hello, I think I have made my point for the second commit. I intend this change to be user-centric: it would be better to confuse the developer of a guile program than the user of said program. Anyway, this will not confuse anyone because creating the directory is not the default behavior. As for