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

Syntax errors fail silently in headless mode #79041

Closed
radlotus opened this issue Jul 4, 2023 · 2 comments
Closed

Syntax errors fail silently in headless mode #79041

radlotus opened this issue Jul 4, 2023 · 2 comments

Comments

@radlotus
Copy link

radlotus commented Jul 4, 2023

Godot version

4.0 - 4.1.rc3

Issue description

syntax errors fail silently in headless mode.

extends MainLoop

const foo

func _initialize():
    print(foo)
extends MainLoop

xfunc _initialize():
    print(100)
extends MainLoop

func _initialize():
    const arr = [1,2,3,4
    print(arr)
@radlotus radlotus changed the title Uninitialized constant fails silently in headless mode Syntax errors fail silently in headless mode Jul 4, 2023
@dalexeev
Copy link
Member

dalexeev commented Jul 5, 2023

@dalexeev
Copy link
Member

dalexeev commented Jul 5, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants