Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 1630)

Ticket Resolution Summary Owner Reporter
#85 fixed reexporting does not fully work for core library exports felix winkelmann felix winkelmann
Description

This code

(module x ()
  (import scheme chicken)
  (require-library srfi-1)
  (reexport (only srfi-1 cons*)))

will result in an unbound reference to #%cons*, when the import library is compiled. It seems that the alias symbol has a missing ##core#primitive property (which indicates that reexports of primitive symbols (non-module core library bindings) must be treated specially and somehow store this information in the import library).

#86 fixed Port SDL egg to chicken 4 Christian Kellermann
Description

As posted to chicken-users, here is a patch that brings the sdl port to chicken4

#87 fixed http-client cookiejar sjamaan Tony Sidaway
Description

There is currently no way to obtain a list of cookies collected during a http-client session, and no way to restore the list of cookies from a previous session.

A simple pair of procedures is all that is needed to enable callers to have something to save and restore.

(get-cookiejar) (set-cookiejar! X)

Note: See TracQuery for help on using queries.