Sublime Forum

Overcounting threads in new version

#1

myths-and-facts-about-programming%202020-05-27%2009-26-27

If a thread name contains one of more /-characters then the number of threads includes the groupings created by the /-characters. This leads to overcounting threads.

0 Likes

#2

I can confirm this (Linux; Build 2011), although I’d probably never noticed it by myself :smiley:

0 Likes

#3

Hi all,

This is actually by design - it’s a common pattern to put / characters to group branches in Git (see Git Flow).

For this reason, we render these branches as a tree. You can still interact with the leaf of the tree, and it will perform all operations on ‘correction/demeters-law’ - it’s purely for grouping and visual purposes!

Kind regards,
- Dylan

1 Like

#4

I think he/she is not asking why it’s split but a bug report about wrong total branch counts.

4 Likes

#5

Ah yes, I misinterpreted the original post. Thanks for the clarification!

We’ll have this fixed soon :slight_smile:

4 Likes