Summary
create-directory with parents doesn't accept relative paths under Unix
Metadata
- Id: e68c2204c60bda645fcdf93ad78f46cc1ee9b7e1
- Trac id: 63
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.1.x
- Changetime: 2009-12-01 16:01:13 UTC
- Created: 2009-08-05 23:29:01 UTC
- Keywords: posix
Attachments
- e68c2204c60bda645fcdf93ad78f46cc1ee9b7e1/attachments/posixunix.scm.patch
Description
The posixwin.scm implementation looks like it should work. The Unix implementation should be changed to match it. See the attached patch. It'd be good to write a regression test for this, but I'm not sure how to do that cleanly (without leaving too much crap around in the FS).
Changes and comments
[2009-08-05 23:29:53 UTC] sjamaan attached posixunix.scm.patch (description=#f)
[2009-09-04 15:43:29 UTC] felix changed status from new to closed
[2009-09-04 15:43:29 UTC] felix set resolution to fixed
[2009-09-04 15:43:29 UTC] felix wrote:
Should be fixed in r15734 (by Kon). I haven't tested it myself, yet.