Spellscript Bugs
From Hack/Mine Wiki
(Difference between revisions)
| Line 7: | Line 7: | ||
| 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) | | 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) | ||
|- | |- | ||
| − | | | + | | Multifield Declaration Issues || Both || Multifield declarations in class declarations cause a myriad of issues involving stackframe sizes-- '''don't use them!''' |
|} | |} | ||
Revision as of 03:53, 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) |
| Multifield Declaration Issues | Both | Multifield declarations in class declarations cause a myriad of issues involving stackframe sizes-- don't use them! |