chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#1837: create-directory doesn't raise an error when the requested direct


From: Chicken Trac
Subject: #1837: create-directory doesn't raise an error when the requested directory already exists
Date: Mon, 24 Jun 2024 13:57:51 -0000

#1837: create-directory doesn't raise an error when the requested directory
already exists
-------------------------------------+-------------------------------------
            Reporter:  Mario         |       Type:  defect
  Domenech Goulart                   |
              Status:  new           |   Priority:  major
           Milestone:  6.0.0         |  Component:  core libraries
             Version:  5.3.0         |   Keywords:  create-directory
Estimated difficulty:  easy          |
-------------------------------------+-------------------------------------
 Changing that behavior in C5 would cause too much trouble, but we can
 change that in C6.

 {{{
 $ touch foo
 $ csi -e '(begin (import (chicken file)) (create-directory "foo"))'
 $ echo $?
 0
 }}}

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1837>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]