Custom Query (1631 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 1631)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#56 fixed "spotless" target doesn't remove all generated files. felix winkelmann sjamaan
Description

setup-download.c, setup-download.so, setup-api.c, setup-api.so and chicken-boot are not removed when running "make spotless".

Also, anything in benchmarks and tests is not cleaned up.

#693 fixed "write-line" should invoke write-string port method directly felix winkelmann
Description

Currently write-string in the extras unit calls display, but could call the low-level functionality, which would be slightly faster.

#356 wontfix #!key and #!rest only work when number of rest arguments is even felix winkelmann Christian Kellermann
Description

Both should work IMHO:

#;72> (apply (lambda (a #!rest r #!key (f #f)) f) '(something 1 2 3 4 5 f: foo))                                                     
#f                                                                                                                                   
#;73> (apply (lambda (a #!rest r #!key (f #f)) f) '(something 1 2 3 4 f: foo))                                                       
 foo
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.