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

Crash - Lesson 23: Running a set of code causes the entire program to self-close. #826

Open
xU77654x opened this issue May 27, 2023 · 2 comments
Labels
bug Something isn't working as intended

Comments

@xU77654x
Copy link

xU77654x commented May 27, 2023

Running the following code in Lesson 23, Exercise 1 causes the GDQuest program to close once the code is run:

var waiting_orders := []
var completed_orders := []

func complete_current_order():
----waiting_orders.pop_front()
----completed_orders.append()

Please note that I had to replace the tabs with four dashes when I pasted the code into here for it to display correctly. I had expected the code to either create an error, or state that the exercise requirements were not met. I am using the Linux Desktop version of the most recent version. I also don't expect this to be a "correct answer", but I would prefer to not have to reopen GDQuest just for having to test this mistake.

@xU77654x xU77654x added the bug Something isn't working as intended label May 27, 2023
@NathanLovato
Copy link
Contributor

Probably linked to #864, review after tackling #864

@NathanLovato
Copy link
Contributor

Could you please try again with the latest update from itch.io? I just pushed a new version, tested, no crash on Linux on my end: https://gdquest.itch.io/learn-godot-gdscript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants