Summary
spatial-trees tag directory has been deleted
Metadata
- Id: 20b13483b87f45d5420f93e2997ad03976c9377d
- Trac id: 886
- Type: defect
- Reporter: ckeen
- Owner: iraikov
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.7.x
- Changetime: 2012-07-17 11:43:41 UTC
- Created: 2012-07-13 11:21:44 UTC
- Keywords:
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.