Markus Elfring

Results 555 comments of Markus Elfring

There are some update candidates left over. I suggest to avoid [ignorance of return values](https://cwe.mitre.org/data/definitions/252.html) a bit more. Are you interested to apply [aspect-oriented software development](http://aspectc.org/)? How do you think...

How do you think about to improve [static source code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) also for your software? Do you find information sources like the following useful? - Article "[A Reusable Aspect for...

Should this issue be kept open until all affected implementation details will be fixed?

:thinking: How does the mentioned “wrapping” improve the reported software situation?

How do you think about to improve [static source code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2C_C.2B.2B "Tools for code analysis") also for this software? :thinking:

Are you willing to dedicate another thread for receiving of notifications by the function "[sigwaitinfo](http://stackoverflow.com/questions/6223191/dealing-with-asynchronous-signals-in-multi-threaded-program)" or "[select](http://evbergen.home.xs4all.nl/unix-signals.html)"?

Are you interested to apply [aspect-oriented software development](http://aspectc.org/)? How do you think about to encapsulate error detection and corresponding exception handling as [a reusable aspect](http://en.wikipedia.org/wiki/Aspect_%28computer_programming%29) in your software?

💭 * [The concatenation order can be adjusted for the delimiter](https://github.com/traviscross/mtr/blob/0886eee5bab164fee50f94d542de71fca8a2dc68/ui/report.c#L491 "Update candidate: csv_close()"). * How do you think about to mark any field as “inactive” by default?

>… it is currently "ok" in that an empty field prints with an empty header. I disagree with this detail because I observed that the column numbers would be different...

Do you find a test command (like the following) helpful for further clarification of involved issues? :thinking: ``` Sonne:…/Bau/mtr/console # my_file=/tmp/mtr-test-20220914.csv && ./mtr --report-cycles 2 --csv localhost > ${my_file} &&...