You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double clicking a directory in the test inspector results in the following error in console, and nothing happens:
The object does not have any 'meta' values with the key 'line_number'.
res://addons/gdUnit4/src/ui/parts/InspectorTreeMainPanel.gd:909 - Trying to assign value of type 'Nil' to a variable of type 'int'.
gdunit.bug.mp4
There are two things I think should be changed:
This error should not appear in the console.
Clicking on a directory should toggle collapse. (opinion)
Steps to Reproduce
Create a gdunit test in a nested directory.
Double click on a directory in the inspector.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
poohcom1
changed the title
GD-XXX: Error when double-clicking directory in test inspector
GD-559: Error when double-clicking directory in test inspector
Aug 25, 2024
The used GdUnit4 version
4.3.4 (Latest Release)
The used Godot version
v4.3.stable
Operating System
Windows 11
Describe the bug
Double clicking a directory in the test inspector results in the following error in console, and nothing happens:
gdunit.bug.mp4
There are two things I think should be changed:
Steps to Reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: