Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#13 worksforme chicken-install fails with TCP connect timeout felix winkelmann Ivan Raikov
Description

The TCP connect timeout error is back! I cannot install nemo under either Linux or Mac OS X. Any help is appreciated.

/bin/chicken/bin/chicken-install nemo
resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi
retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=nemo&mode=default" ...
reading response ...
TCP connect timeout
resolving alias `call-cc.org' to: http://code.call-cc.org/cgi-bin/henrietta.cgi
connecting to host "code.call-cc.org", port 80 ...
requesting "/cgi-bin/henrietta.cgi?name=nemo&mode=default" ...
reading response ...
TCP connect timeout
#14 fixed tab completion for scheme identifiers throws error in readline egg felix winkelmann
Description

In the readline egg for chicken 4, pressing tab while completing a symbol (for example (disp<TAB>) throws an error with an invalid argument to vector-length.

#15 fixed let-syntax and letrec-syntax don't recognize local vars in compiled code felix winkelmann Alex Shinn
Description

The following simple module:

(module foo (foo)

(import scheme) (define (foo)

(let ((qux 3))

(let-syntax ((bar (syntax-rules () ((bar) qux))))

(bar)))))

fails to compile with the following error:

Warning: reference to possibly unbound identifier: qux10

Error: module unresolved: foo

Call history:

<syntax> (begin35 (##sys#syntax-error-hook "no rule matches form" input17)) <syntax> (##sys#syntax-error-hook "no rule matches form" input17) <syntax> (##sys#cdr input17) <syntax> (begin45 (bar)) <syntax> (bar) <eval> (##sys#cdr input17) <eval> (##sys#eq? tail27 (quote ())) <eval> (rename26 (syntax qux)) <--

However the same code loads and evalutes fine in the interpreter.

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