Summary

spatial-trees tag directory has been deleted

Metadata

Description

with svn revision r27040 the whole tags directory has been deleted from the svn tree, breaking henrietta-cache and making all old releases unavailable.

I would expect to have old releases still available, despite a reorganisation of the code.

Is there a deeper rationale behind this or just an accident?

Changes and comments

[2012-07-17 11:43:41 UTC] iraikov changed status from new to closed

[2012-07-17 11:43:41 UTC] iraikov set resolution to fixed

[2012-07-17 11:43:41 UTC] iraikov wrote:

The idea behind spatial-trees was to provide implementations of several types of spatial trees, e.g. r-tree, kd-tree and so on. But it seems that if an egg has a dependency on spatial-trees in its .meta file, but the actual Scheme files use (require-extension kd-tree) the compiler complains that kd-tree is not installed. So I have created a separate egg kd-tree which provides the code previously contained in spatial-trees. I have also removed spatial-trees from the egg-locations. If this still breaks things, free free to reopen.