Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: Static being applied to getters??? #181

Open
renaun opened this issue Aug 12, 2013 · 1 comment
Open

Regression: Static being applied to getters??? #181

renaun opened this issue Aug 12, 2013 · 1 comment

Comments

@renaun
Copy link
Contributor

renaun commented Aug 12, 2013

AS3:

// numChildren is this class
if (index >= 0 && index < numChildren)

pre 2.6.2 compiler which is correct:

if (index >= 0 && index < this.get_numChildren())

2.6.2 wrong output:

if (index >= 0 && index < $createStaticDelegate(this, this.get_numChildren))
@teotigraphix
Copy link
Contributor

nope this had to do with my last change. This stuff seriously has to be refactored, its just going to be dumb things like this that come up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants