Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IrisGrid - investigate columns[0] access #1172

Open
bmingles opened this issue Mar 22, 2023 · 0 comments
Open

IrisGrid - investigate columns[0] access #1172

bmingles opened this issue Mar 22, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bmingles
Copy link
Contributor

Issue #1169 fixed a bug where the IrisGrid component was attempting to access Table.columns[0].name without accounting for the possibility that columns could be an empty array. We should assess if there are other places in the iris-grid code with similar issues. A good starting point would be to search the codebase for all occurrences of columns[0] and see which ones could have a potentially unhandled empty array scenario.

@bmingles bmingles added enhancement New feature or request triage Issue requires triage labels Mar 22, 2023
@vbabich vbabich added this to the Backlog milestone Mar 29, 2023
@vbabich vbabich removed the triage Issue requires triage label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants