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

GDScript emits wrong error for unkown annotations #98145

Closed
HolonProduction opened this issue Oct 13, 2024 · 0 comments · Fixed by #98146
Closed

GDScript emits wrong error for unkown annotations #98145

HolonProduction opened this issue Oct 13, 2024 · 0 comments · Fixed by #98146

Comments

@HolonProduction
Copy link
Member

Tested versions

4.3
v4.4.dev.custom_build [92e51fc]

System information

Fedora 40

Issue description

The following script

@hello_world
var test

will emit Annotation "@hello" is not allowed in this level. although @hello is not a valid annotation.

Steps to reproduce

Copy the script into Godot 4.3

Minimal reproduction project (MRP)

@github-project-automation github-project-automation bot moved this to For team assessment in GDScript Issue Triage Oct 13, 2024
@dalexeev dalexeev moved this from For team assessment to Fix pending review in GDScript Issue Triage Oct 13, 2024
@github-project-automation github-project-automation bot moved this from Fix pending review to Done in GDScript Issue Triage Oct 21, 2024
@AThousandShips AThousandShips added this to the 4.4 milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants