[plt-scheme] some complaints about PLaneT
At Sun, 27 Feb 2005 17:54:44 +0800, "Zhu Chongkai" wrote:
> > (collection-path "name")
> . collection-path: collection not found: "name" in any of: ...
>
> And there are other similar cases, that the package
> in planet cache is treat differently as those in 'collect'
> directory.
Yes, what you say is true, but it's not clear why this would be a
problem for you. Are you trying to iterate over all collections?
Instead, consider using `find-relevant-directories'.
If you're referring to the email about PLaneT, where it says that a
planet package is like a collection, yes that is not technically
correct, but it was not intended to be. It was meant to be evocative.
That is, anything you can do by adding a collection, you can do by
adding a PLaneT package.
Robby