Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1630)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#91 wontfix reorganize egg repository to cut down working copy size felix winkelmann
Description

Checking out the complete egg repository requires a considerable amount of disk space. During a discussion with ashinn, sjamaan, iraikov, zbigniew and mario, we came to the conclusion that it would be a win if one could merely check out the development sources, not the tagged copies. One possible new layout would be:

stable/release/4/spiffy/spiffy.scm
stable/release/4/spuffy/spiffy.setup
...
dev/release/4/spiffy/1.0
dev/release/4/spiffy/1.1
...

Things to keep in mind:

  • the henrietta instances have to be updated to export from the correct URLs
  • the restructuring will invalidate all working copies and likely make it very difficult to check in uncommitted changes, so the change should be announced early enough and be done during of period in which no other repo access can take place
  • IIRC, there exists a cronjob somewhere that automaticaly converts eggdoc files - this has to be modified
  • the code in setup-download that installs from an svn-checkout or local tree must be changed to reflect the new layout
  • we actually will need two instances of henrietta on each egg server: one for the old layout and one for the new
  • all these changes imply that we release a adapted version of the core system once the repo has been reorganized

Some serious work waiting for us ...

#92 fixed remove ##sys#syntactic-environment? felix winkelmann
Description

This not needed. Syntactic environments are not exposed (and should not, as their representation is too new to manipulate in code external to the core).

See commit 1fd12a3db39bc1bdafb9c71678e07c1be3a87232

Note: this commit also contains some trivial other changes - I was careless and should have split this change up into several commits. Since the changes really are quite trivial, I leave it this way.

#93 fixed remove things that refer to obsolete apply hook felix winkelmann
Description

Some references and support code for breakpoints and uses of NOAPPLYHOOK are still left and should be removed.

See commit bff0472a148dee1f600557423240b32a07b46eda

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