H2CO3·vor 11 Jahren·discussin the sense that an object is deallocated as soon as all pointers to it cease to exist.
H2CO3·vor 11 Jahren·discussI can remove that option at any time, if it turns out to be an important enough issue :)
H2CO3·vor 11 Jahren·discussExactly, Sparkling uses reference counting, and one of the major TODOs is the introduction of weak references in order to address the issue of cycles.
H2CO3·vor 11 Jahren·discussNo problem – documentation may still be somewhat incomplete at some places, sorry for that.
H2CO3·vor 11 Jahren·discussHi, author here. Sparkling does have a modulo operator, it's spelled '%', just as in C (in fact, it maps directly to C's % operator).
H2CO3·vor 11 Jahren·discussWhy the hell would you even report something as a bug when the code that causes the crash has undefined behavior? Why do you expect UB to work? Seriously… just… WHY?