Skip to content

Preserve order when removing items from file model

The files are stored in an index map. When removing from that map, remove does not guarantee to preserve order. However shift_remove does.

Fixes #270 (closed)

Merge request reports