You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing the segment groups works now and it automatically makes sure the
ranges are sorted and don't overlap. There are two remaining problems
here though. One is that the group name doesn't differentiate between
being empty and not existing here. I don't think we want to
differentiate those two case long term anyway as it doesn't make much
sense in the Run Editor to do so either. The other problem is that it
parses segment groups right now that may be out of the total amount of
segments' range. That shouldn't cause any major problems, but those
ranges probably don't interact well with the Run Editor, so we need to
be wary of that.
0 commit comments