bug#44186: Recursive mkdir

2020-10-25 Thread divoplade
So, after a bit of bikeshedding on #guile, it turns out that the controversy moved to the second commit. Here is the justification for it. When a program user wants to save data to a file, if the place where to save the file does not exist yet, there will be an error: "cannot create file or direc

bug#44186: Recursive mkdir

2020-10-25 Thread divoplade
Hello! Le dimanche 25 octobre 2020 à 08:45 +0100, Ricardo Wurmus a écrit : > > > To be clear, you would rather have that function as guile code > > > rather > > > than extending the C function? I'm OK with that, but in which > > > file > > > should I put that function? My instinct was to put the c

bug#44186: Recursive mkdir

2020-10-25 Thread Ricardo Wurmus
Bengt Richter writes: > Hi divoplade, > > On +2020-10-24 08:17:47 +0200, divoplade wrote: >> Hello, >> >> Le samedi 24 octobre 2020 à 01:32 +0200, Bengt Richter a écrit : >> > An alternate solution could be programmed using ffi, as documented in >> > [1], n'est-ce pas? >> To be clear, you would