Changes between Initial Version and Version 1 of Ticket #1142


Ignore:
Timestamp:
07/21/14 05:42:57 (10 years ago)
Author:
evhan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1142 – Description

    initial v1  
    11As a first step towards reducing the size of the core libraries I propose to deprecate a number of core procedures and move them to eggs. These are:
    22
    3 * All procedures related to the {{queue}} data type (unit {{data-structures}})
     3* All procedures related to the {{{queue}}} data type (unit {{{data-structures}}})
    44
    5 * {{binary-search}} (unit {{data-structures}})
     5* {{{binary-search}}} (unit {{{data-structures}}})
    66
    7 * memory-mapped files (unit {{posix}})
     7* memory-mapped files (unit {{{posix}}})
    88
    99* object eviction (unit {{lolevel}})
    1010
    11 Some of these are seldom used, obscure or have dependencies that are not needed ({{object-evict}} needs {{srfi-69}} - moving this into an egg would subsequently allow to eggify that unit as well).
     11Some of these are seldom used, obscure or have dependencies that are not needed ({{{object-evict}}} needs {{{srfi-69}}} - moving this into an egg would subsequently allow to eggify that unit as well).
    1212
    13 I have prepared eggs, including {{.types}}, {{.inline}} files and wiki documentation. The respective core procedures should be deprecated and later removed.
     13I have prepared eggs, including {{{.types}}}, {{{.inline}}} files and wiki documentation. The respective core procedures should be deprecated and later removed.
    1414
    15 This change is mostly backwards compatible. The only requirement on code using this functionality is the appropriate {{use}}/{{import}} clause and adding the new egg to the {{.meta}} file.
     15This change is mostly backwards compatible. The only requirement on code using this functionality is the appropriate {{{use}}}/{{{import}}} clause and adding the new egg to the {{{.meta}}} file.
    1616
    1717The voting period will start at 3th of August 2014.