Node identifier validation
Closed this issue · 1 comments
no-longer-human commented
Node identifiers are one-indexed, which is different from the usual 0-indexing used by Java and most libraries. In many cases supplying 0
to a function or component constructor that expects [1,N]
will result in an unexplained hang during execution.
I propose to add more validation to catch these kinds of issues earlier.
Feel free to assign me to this issue.
no-longer-human commented
Fixed by #419