Spellscript Bugs
From Hack/Mine Wiki
(Difference between revisions)
| Line 5: | Line 5: | ||
! Catchy Title || Singleplayer/SMP || Description, Error Message(s) | ! Catchy Title || Singleplayer/SMP || Description, Error Message(s) | ||
|- | |- | ||
| − | | | + | | Many-Type Inference w/ Classes || Both || Type inference of multiple expressions causes a StackOverflow error if they evaluate to class-types (list instantiations, return type inference, etc) |
|- | |- | ||
| Multivariable Declaration Scope Issues || Both || Multivariable declarations cause a myriad of issues involving scoping and stackframe sizes-- '''don't use them!''' | | Multivariable Declaration Scope Issues || Both || Multivariable declarations cause a myriad of issues involving scoping and stackframe sizes-- '''don't use them!''' | ||
|} | |} | ||
Revision as of 03:37, 26 February 2013
The following is a list of known Spellscript bugs, according to version. Please add bugs to the list as you find them, and try to make entries informative and brief.
0.6.4.0
| Catchy Title | Singleplayer/SMP | Description, Error Message(s) |
|---|---|---|
| Many-Type Inference w/ Classes | Both | Type inference of multiple expressions causes a StackOverflow error if they evaluate to class-types (list instantiations, return type inference, etc) |
| Multivariable Declaration Scope Issues | Both | Multivariable declarations cause a myriad of issues involving scoping and stackframe sizes-- don't use them! |