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

Add clearer error messages when using set/get incorrectly. #91506

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 3, 2024

  1. Add clearer error messages when using set/get incorrectly.

    It's quite easy for users to forget to use the colon before their
    setters and getters, but in this situation error messages are unclear about
    the real nature of the problem.
    
    This commit adds a check for malformed set/get statements and provides
    error messages containing more direct guidance to users.
    
    Closes godotengine#91216
    ArchieVillain committed May 3, 2024
    Configuration menu
    Copy the full SHA
    17de35e View commit details
    Browse the repository at this point in the history