Skip to content

Fix 627

Michael Aaron Murphy requested to merge AgustinCB:fix-627 into master

Created by: AgustinCB

We weren't filtering empty strings.

This caused two things: The unwrap in empty strings to fail and to try to compact even on paths with less than two parents.

Added some tests.

Merge request reports