Workflow: Find a way to test whether destructors actually run #61
Labels
No Label
Bug
Build Problems
Discussion
Distribution
Enhancement
Far Future
Fix Later
TODO
WONTFIX
Workflow
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BodgeMaster/FOSS-VG#61
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
For specific destructors, it would be nice to check whether they actually run with the rest of the test suite. This includes but is not limited to
NBT::Tag::List::~List()
when inside a container that containsNBT::Tag::Generic
pointers.I may still be kinda out of it, but apparently not as out of it as when I created this issue.
This is an issue of me trying to figure out language features and not something that might pop up as an issue due to code changes.