GridAab
isn't overflow-free yet
#498
Labels
area: data
Things related to the data structures underlying the world, and the functions that manipulate them.
kind: incomplete
A feature is partially implemented; the current state of the code is inconsistent
I removed the volume limit from
GridAab
, but it still has unrepresentable boxes, because it is represented in terms of origin and size, and the sizes asi32
, notu32
.We need to either make the size
u32
or store upper bounds instead of sizes. Probably upper bounds will lead to cleaner code.The text was updated successfully, but these errors were encountered: