aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/ticket/closed/having-no-tickets-causes-the-tui-to-crash.toml
blob: 960ee5d2f6179ec9978bf257c269149aadb120ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
title = 'Having no tickets causes the TUI to crash'
status = 'Closed'
id = '4c37e800-2e38-11ea-b6e0-32f54a3ad7cd'
assignees = [[
    '64c00ccc-761e-4484-86ac-904e461bb300',
    'Michael Gattozzi',
]]
description = '''
Due to how the ticket tui uses indexing to avoid bounds checks this causes an
issue when you're, well, out of bounds. This was handled properly for when we
have n > 0 elements in the open or closed ticket arrays. An empty state for
when there are no tickets and a check for an empty collection need to be
created so that the indexing will be avoided and cause a crash.
'''
version = 'V1'

[comments]