-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unknown Source for errors caused by misuse auto, void #1230
Comments
Just to clarify, the compile errors are valid, only the source ( |
This bug is caused by using singular cached |
452cde8 I fixed at least one place this occurs by using the trailing data Target instead of the ClassType Target. It was more appropriate in that context anyway. ClassTypes having an unknown Target is still an issue, so this isn't "fixed". But in regards to the above errors, only the |
2eae885 I fixed the other example and related issues with unknown targets on assignment. Adding code targets for CClassTypes in scripts is still something that should be considered, but it's a more extensive change. |
Examples:
Note: if any type is written in the script and nothing else, there will be no errors
The text was updated successfully, but these errors were encountered: