Crash - Lesson 23: Running a set of code causes the entire program to self-close.
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.
Probably linked to #864, review after tackling #864
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