The inspector currently shows hash table keys in the implementation's internal order. With the attached patch, if the keys are all strings/symbols, or all numbers, they are shown in sorted order. That makes it easier to analyze the entries.
- Willem
Willem Broekema metawilm@gmail.com writes:
The inspector currently shows hash table keys in the implementation's internal order. With the attached patch, if the keys are all strings/symbols, or all numbers, they are shown in sorted order. That makes it easier to analyze the entries.
This is slightly adapted in CVS now.
Thank you!
-T.