chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #683: chicken-install exits 0 when trying to install


From: Chicken Trac
Subject: [Chicken-janitors] #683: chicken-install exits 0 when trying to install non existent eggs
Date: Fri, 02 Sep 2011 23:41:00 -0000

#683: chicken-install exits 0 when trying to install non existent eggs
-----------------------------+----------------------------------------------
 Reporter:  mario            |       Owner:       
     Type:  defect           |      Status:  new  
 Priority:  major            |   Milestone:  4.8.0
Component:  core tools       |     Version:  4.7.x
 Keywords:  chicken-install  |  
-----------------------------+----------------------------------------------
 Here's an example:

 {{{
 $ chicken-install foo
 retrieving ...
 connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
 requesting "/henrietta.cgi?name=foo&mode=default" ...
 reading response ...
 HTTP/1.1 200 OK
 Date: Fri, 02 Sep 2011 23:39:18 GMT
 Server: Apache
 Connection: close
 Transfer-Encoding: chunked
 Content-Type: text/plain
 reading chunks .
 reading files ...
  foo located at /tmp/tempf0d3/foo

 Warning: extension `foo' has no .meta file - assuming it has no
 dependencies
 install order:
 ()

 $ echo $?
 0
 }}}

 I expect it to exit a non-zero value in this case.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/683>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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