wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps
https://wurstlang.org
Apache License 2.0
225 stars 30 forks source link

low version cj cannot change the limit size of the class #1057

Closed fbicirno closed 8 months ago

fbicirno commented 2 years ago

Using the lower version of common.j cannot change the limit size of the class to 8192 The compiled jass code still judges that the out of memory is 32768

Frotty commented 2 years ago

The question would be how to handle older patch support in general. Should be offer build variables or should it just read values from common.j and use existing custom files if they exist.

Frotty commented 8 months ago

Now using JASS_MAX_ARRAY_SIZE