Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#1809 fixed Allow modules with list names on command-line Zipheir
Description

Please allow modules to be imported on the command-line (e.g. with -R) by their list names. This is currently impossible; if I want to import (srfi 160 u8), for example, I have to use -R srfi.160.u8. Making this more confusing is the special form for "srfi" eggs, where the module (srfi nnn) has the symbolic name srfi-nnn (and not srfi.nnn). So you've got to remember -R srfi-nnn for some modules and -R srfi.nnn.foo for others.

Please simplify this mess and allow us to use the list names.

#1109 fixed chicken-install retrieve creates a directory even if the egg doesn't exist acharlton
Description

chicken-install -r not-an-egg creates the directory not-an-egg

#1110 fixed chicken-install fails incorrectly when egg does not exist acharlton
Description

The result from trying chicken-install not-an-egg is:

retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=fdlskjla&mode=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Sat, 12 Apr 2014 11:46:26 GMT
Server: Apache/2.2.25 (Unix) DAV/2 SVN/1.8.1 PHP/5.4.19 mod_fastcgi/2.4.6
Connection: close
Content-Length: 54
Content-Type: text/plain
reading files ...


Error: unrecognized file-information - possibly corrupt transmission: "(error \"no such extension or version\" \"not-an-egg\" #f)"

Clearly the error that should be signalled is the one given in the string and not that of unrecognized file-information.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.