Opened 12 years ago

Closed 12 years ago

#886 closed defect (fixed)

spatial-trees tag directory has been deleted

Reported by: Christian Kellermann Owned by: Ivan Raikov
Priority: major Milestone:
Component: extensions Version: 4.7.x
Keywords: Cc:
Estimated difficulty:

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?

Change History (1)

comment:1 Changed 12 years ago by Ivan Raikov

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.