-
Notifications
You must be signed in to change notification settings - Fork 101
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
Null function reference for IntIterator #114
Comments
On which platform does that occurs ? |
This was occurring on the Windows/CPP platform. If it helps, the project where this issue was occurring is a public sample (sadly this isn't great as a minimal reproduction, as the Polymod library is loading the script, not the project itself): https://github.com/larsiusprime/polymod/tree/v1.4.2/samples/openfl_hscript |
I guess then the fix should use #if( cpp || ... ) in the test before |
@ncannasse Any update on merging this change? This still consistently causes problems when not using my fork. |
Please update the PR according to my previous comment |
hscript/hscript/Interp.hx
Line 627 in 891a085
I was able to resolve the issue, will make a PR now.
The text was updated successfully, but these errors were encountered: