Spellscript Bugs
From Hack/Mine Wiki
(Difference between revisions)
(Created page with "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...") |
|||
| Line 7: | Line 7: | ||
| List Type Inference w/ Classes || Both || Type inference in list instantiations causes a StackOverflow error if class-types are used. | | List Type Inference w/ Classes || Both || Type inference in list instantiations causes a StackOverflow error if class-types are used. | ||
|- | |- | ||
| − | | Multivariable Declaration Scope Issues || Both || Multivariable declarations cause a myriad of issues-- '''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:32, 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) |
|---|---|---|
| List Type Inference w/ Classes | Both | Type inference in list instantiations causes a StackOverflow error if class-types are used. |
| Multivariable Declaration Scope Issues | Both | Multivariable declarations cause a myriad of issues involving scoping and stackframe sizes-- don't use them! |