-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error message for private subclass of public superclass #105
Comments
Look like this is because the The implementation should probably still track private objects so we can tell the difference between an unknown symbol and an existing, but private, symbol. In the later case we can skip the move/bark functions and not output the warning. |
This issue is fixed now by merged PR #126 in latest release |
It looks like #126 did not fix this; at the very least, there should be a test case for this specific problem ( |
The following JavaScript:
...generates this message:
This bug is currently afflicting the PlayCanvas engine. See forum post.
The text was updated successfully, but these errors were encountered: