Closed andrezunido closed 2 years ago
Thanks - I actually thought it was a syntax error. All the examples I've found do (:circle_screen,:high_mem)
(with a comma, rather than a space), and looking through the documentation I can't actually find an example with more than one annotation.
But you're right, the compiler does accept a space there, and behaves the same as a comma. I'll upload a fix shortly.
Meanwhile, the quick fix is to use a comma there...
This is fixed in v2.0.28
I'll test ASAP, thanks for the speedy fix!
Worked great! Thanks!
Hi Mark,
I've installed your extension as it appears very promising (I usually do these optimisations manually). But after installation I noticed that functions with more than one exclude annotation appear as syntax errors, see: example
The ":high_mem" annotation will be flag as a syntax error.