Markus Elfring

Results 791 issues of Markus Elfring

Would you like to [wrap any pointer data members](https://github.com/papyrussolution/OpenPapyrus/blob/bbd0b6e20cd81eec7f52cb91d7780a2908e4d0be/Src/SLib/TBDDLG.CPP#L10 "Update candidate: TabbedDialog class") with the class template “[std::unique_ptr](https://en.wikipedia.org/wiki/Smart_pointer#unique_ptr "Description for the usage of smart pointers")”?

Would you like to wrap any pointer data members with the class template “[std::unique_ptr](https://en.wikipedia.org/wiki/Smart_pointer#unique_ptr "Description for the usage of smart pointers")”? Update candidates: - [CAccountViewTest](https://github.com/WaykiChain/WaykiChain/blob/c880afb5ce1cddcdab98b8759e3912169b0b0a56/src/tests/accountview_tests.cpp#L13) - [CCacheDBManager](https://github.com/WaykiChain/WaykiChain/blob/710db54278a3e4c650432f7d1c013b417742816a/src/persistence/cachewrapper.cpp#L150) - [CContractDBTest](https://github.com/WaykiChain/WaykiChain/blob/c880afb5ce1cddcdab98b8759e3912169b0b0a56/src/tests/scriptdbex_tests.cpp#L29)

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

Would you like to add more error handling for return values from functions like the following? - [malloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html "Memory allocation") ⇒ [reorder_duplicate](https://github.com/igraph/igraph/blob/d2ece480ba024312a3a30b799ee633e2ebdd5460/src/cliques/cliquer/reorder.c#L93) - [strdup](https://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html "Duplicate a string.") ⇒ [igraph_i_graphml_add_attribute_key](https://github.com/igraph/igraph/blob/298c0ac9777869090de2b3bca94a4d17cd5564fa/src/io/graphml.c#L674)

stale

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

bug

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

Issue Type: Enhancement

Would you like to add more error handling for return values from functions like the following? - [calloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/calloc.html "Memory allocation") ⇒ [push_device](https://github.com/OpenHMD/OpenHMD/blob/2eacca378cff0039fc11b2310df449e1096a769f/src/drv_nolo/nolo.c#L199) - [malloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html "Memory allocation") ⇒ [_hid_to_unix_path](https://github.com/OpenHMD/OpenHMD/blob/63be42916f63f7b1549b573c45b3c1b8fea40b1b/src/hid.h#L10)

enhancement
question

Would you like to add more error handling for return values from functions like the following? - [calloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/calloc.html "Memory allocation") ⇒ [ks_init](https://github.com/attractivechaos/klib/blob/d0b8b559df57fb66bb147f80d357b1612735902b/kseq.h#L52) - [realloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html "Memory reallocation") ⇒ [__new_node](https://github.com/attractivechaos/klib/blob/5c4972dbb892cfc1b5ce964af231856dbcabb947/kson.c#L28)

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

question