i think the “root-cause” of this problem (as well as the issue flagged in this post) is that i have comptime-only structs that are hold “runtime” values such as an ArrayList…
while stuff “sort of” worked in 0.12.0, assuming i perform mutable ArrayList operations on an instance held in a comptime-only struct seems to be the real problem…
i need to standback and relook at some design decisions in light of all of this information…