Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#1779 fixed reverse-list->string not exported by srfi-13 egg zaifir
Description

This form is both part of the SRFI and mentioned in the wiki page for srfi-13. Apparently, the egg imports it from (chicken string) but does not export it.

Fixing this should be just a matter of adding an export.

#1777 fixed Drop builtin-features from eval.scm sjamaan
Description

This seems like it's a hack from ye olden days when we didn't have a module system yet, and for example (require srfi-30) would otherwise try to attempt loading a unit library named srfi-30.

This is confusing and a bit weird, and also there's ##sys#features which might run out of sync with this features list.

To make this change, the srfi module registrations should be changed to be as part of the library unit. For example by changing register-primitive-module to use #f or 'library as the module library name.

NOTE: Check what the situation with chicken.csi and chicken.foreign is - can they also use #f or 'library?

#1774 fixed mac.r is installed in the wrong location felix winkelmann
Description

It is placed in SHAREDIR, but should go to DATADIR as it is CHICKEN specific.

We may also consider removing this completely, creating proper application bundles is something that should be left to the user, since deployment and packaging is not really the job of the language implementation.

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