Dynamic indices in array() creation cause a compile error.
LadyCailinBot opened this issue · 5 comments
Comment by LadyCailin
This is a feature, not a bug. This will be used for optimizations in the future. I can however improve the error message.
Comment by LadyCailin
This will be fixed in the next build. An error message specifically stating that variables cannot be used is now shown.
Comment by mattman00000
This page is the only google result for "Invalid label specified" and I'm getting that error from code that worked fine. No idea what changed aside from updating commandhelper. Uh, what do.
EDIT: uh, I fixed it somehow by taking out an alias that was formatted like
/c = //butcher
Not sure if there's an issue with doubleslash worldedit commands and aliases.
Comment by LadyCailin
Ah. Double slashes are now comments, so that caused a breakage, I think. /c = '//butcher' should work though.