public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
* Nested dirs for non existing targets
@ 2022-04-14  2:05 Andrew Chambers
  2022-04-14  7:18 ` goredo
  2022-04-15 16:22 ` Sergey Matveev
  0 siblings, 2 replies; 9+ messages in thread
From: Andrew Chambers @ 2022-04-14  2:05 UTC (permalink / raw)
  To: goredo-devel

Hi there,

I noticed every time I mistype a target, I have to delete the 
directories that it creates... e.g.

If I mean to type:

redo ../foo/bar/baz

and I accidentally type:

redo ./foo/bar/baz

I will need to clean up some junk directories that goredo has created.

Other redo implementations do not seem to create nested target 
directories like this, is this the intended behavior? I wondered if 
perhaps it only meant to create the .redo directory, but not necessarily 
the parents that do not exist. I wonder if it should avoid creating the 
empty target directories if they do not exist and instead raise an error.

Regards,
Andrew Chambers






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-15 16:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14  2:05 Nested dirs for non existing targets Andrew Chambers
2022-04-14  7:18 ` goredo
2022-04-14 11:01   ` Andrew Chambers
2022-04-14 11:30     ` Andrew Chambers
2022-04-14 12:01       ` goredo
2022-04-14 12:05         ` Andrew Chambers
2022-04-14 14:29           ` goredo
2022-04-15 16:23       ` Sergey Matveev
2022-04-15 16:22 ` Sergey Matveev