Age | Commit message (Collapse) | Author |
|
|
|
|
|
Unit tests
|
|
unit tests
|
|
|
|
|
|
|
|
|
|
after the value.
|
|
validators.
What's bad is that right now way too many things are aware of the nature of external validators,
and the validators dir (formerly validators hashtable) is passed around a lot.
We'll need to think it through.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mainly for quickly getting data from a reference tree.
|
|
Make insertion at the beginning default behaviour.
Implement insertion at the end.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(i.e. no constraints means anything goes).
|
|
test.
|
|
|
|
|
|
|
|
|
|
where one contains another (starting with the first element).
|
|
|
|
a tree.
|
|
Making it linear time at cost of knowing the data for all path elements
was probably a bad idea.
|
|
|
|
for multilevel insert.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's not like there's anything else we can insert or delete.
|
|
|
|
|
|
|
|
|