Skip to content
Commit e0c997c3 authored by alemmens's avatar alemmens
Browse files

Fix btree bug during btree-delete: if we're deleting the biggest key

from a leaf, we should update the parents so they'll use the key that
has now become the biggest.  (Henrik Hjelte.)

Try to signal an error when an incompatible value is given to indexed
slots, e.g. trying to put a string into a slot with a :symbol-index.
(Henrik Hjelte)

Signal an error during when putting duplicate values into a slot for
which duplicate values are not allowed.  (Henrik Hjelte)

Use BTREE-VALUE-TYPE, not BTREE-KEY-TYPE, when type checking a value
during BTREE-INSERT.  (Henrik Hjelte)

Wrap COMPILE-FILE calls in a WITH-COMPILATION-UNIT to prevent
superfluous warnings about undefined functions.
parent fa2d33a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment