[rucksack-devel] bug in rucsack-remove-class-index?

Arthur Lemmens alemmens at xs4all.nl
Tue Jan 16 09:32:54 UTC 2007


Cyrus Harmon wrote:

>      (btree-delete-key class
>                        :if-does-not-exist (if errorp :error :ignore))))
>
> I think the btree-delete-key at the end is wrong as that takes a
> btree and a key as required args, instead of class. Not sure what the
> fix is, but this looks bogus.

Yes.  I haven't looked at this for very long, but it should probably be

    (btree-delete-key (class-index-table rucksack) class
                       :if-does-not-exist (if errorp :error :ignore))

Arthur




More information about the rucksack-devel mailing list