Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#376 worksforme chicken-install panic on Windows/cygwin: nursery is too small felix winkelmann Mario Domenech Goulart
Description
$ /home/mario/local/master/bin/chicken-install.exe
[panic] nursery is too small - try higher setting using the `-:s' option - execution terminated

I could reproduce this behavior with chicken from both master and make-refactoring branches.

#377 worksforme STATICBUILD doesn't seem to run on cygwin felix winkelmann
Description

Gives linker errors, but needs to be verified first.

#387 worksforme import without warnings Alex Shinn
Description

Currently when you import from a module which hasn't been required yet you get runtime warnings, like:

Warning: the following toplevel variables are referenced but unbound:

json#json-write (in json-write) json#json-write (in json-write)

For implementing autoload it would be convenient to be able to suppress this warning, such as with

(import-without-warning <import-spec>)

or

(import-unbound <import-spec>)

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