Sergey Podobry

Results 176 comments of Sergey Podobry

@hmartin-hst How suitable would it be to use a task handle instead of a task number? Task numbers require `configuse_TRACE_FACILITY` to be set to 1. According to https://forums.freertos.org/t/comparing-two-task-handles/9972/4 task handles...

Oh, you've found a bug! To be more precise there is a missing check for the unsupported configuration. On Linux you need `PLOG_CHAR_IS_UTF8` to be always `1`. `wchar_t` is not...

> I don't know if to close this, please close as needed unless you need it to track the missing check. Yes, don't close it. I'll add the missing check...

@vpopescu Hm... exactly the interface should be stable in both scenarios: wide and narrow. Could you post your code snippet? ```cpp #define PLOG_ENABLE_WCHAR_INPUT 1 ``` This define controls if plog...

It's interesting what another File implementation could be?

Yes. Do you have ARM hardware to help with testing?

Excellent!

@nblog Please, test the `arm64-support` branch.

#32 is merged! Thank you!

Writing to the same file from multiple processes is atomic and cause no issues. What's problematic is log rotation as it requires inter-process synchronization. Also different processes may have different...