Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Owner Reporter Resolution Summary
#250 felix winkelmann felix winkelmann fixed debug flag to list exported bindings to which no-procedure-checks-for-toplevel-bindings was applied
Description

This can be used to locate externally visible toplevel bindings for which no checks are generated.

The reason for this is that lately all runtime libraries are compiled with this declaration, which might have been a mistake: assigning a non-procedure value to such an exported bindings will result in a crash when called inside the runtime system. Bad. The declaration will have to be disabled and explicit bound-to-procedure declarations for calls to internal (##sys#...) bindings.

It is perhaps be an option to perform the procedure check generally inline.

#261 felix winkelmann felix winkelmann fixed yes-or-no? in gui mode is broken
Description

See attached patch. This also makes the abort optional.

#263 sjaaman felix winkelmann fixed invalid use of c-string foreign type in sendfile egg
Description

Retrieving a large image gives an error in ##sys#make-c-string, since the chunk written in write/offset is binary data.

Attached patch (to trunk) appears to fix the problem.

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.