Skip to content

[BUG] Boundschecks #32

Closed
Closed
@lkdvos

Description

@lkdvos

Currently, no bounds checking is ever happening:

A = SparseArrayDOK{Int}(2,2)
A[3,3] # 0

This is rather surprising and can lead to very annoying to track bugs.
Similarly, no checks are done on constructed sparse arrays' storage either.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions