[go: up one dir, main page]

Skip to content

Unconventional sort order of directories in a project

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

The sort order of directories in a project is unconventional/wrong. It's alphabetical, but shorter names are sorted after longer names. For example:

🗀 Foo.A.Test
🗀 Foo.A
🗀 Foo.B.Test
🗀 Foo.B
🗀 Foo

Should be sorted as

🗀 Foo
🗀 Foo.A
🗀 Foo.A.Test
🗀 Foo.B
🗀 Foo.B.Test

I think this is a relatively recent regression.

Edited by 🤖 GitLab Bot 🤖