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

Make assert_not_freed have default title rather than something that has to be filled each time #664

Open
BoydyBoydy opened this issue Sep 19, 2024 · 1 comment
Labels

Comments

@BoydyBoydy
Copy link

Versions

What versions of Godot do you want to use this feature in?
4.3+

The Feature

Basically it seems that a lot of the assert methods have the default parameters set to 'something' except for assert_not_freed.
Meaning that I have to write out a message or at least "" for each of the statements rather than focus on the testing.

I couldn't see that this was updated in code or that there was an issue for this. Possibly in a different branch.

This should be an easy fix, and is a minor issue.
It is only annoying me for the moment. I was just surprised when I had to fill something extra out.

@bitwes bitwes added the bug label Sep 20, 2024
@bitwes
Copy link
Owner

bitwes commented Sep 20, 2024

Good eye.

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

No branches or pull requests

2 participants