Conversation
Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: SteveLauC <stevelauc@outlook.com>
Signed-off-by: tison <wander4096@gmail.com>
SteveLauC
left a comment
There was a problem hiding this comment.
Thanks!
Regarding those 2 syslog C macros, I am working on sending them to the libc crate, let's merge this PR first.
|
@SteveLauC May we cut a release recently? |
|
Honestly, hard to tell, I plan to maintain open-source projects for only 7 hours per week, and there are still some I/O safety leftovers to clean, if we are lucky, we will have a release in 2 or 3 weeks |
|
@SteveLauC Good to know. Do you have a list of the release blockers? Or we have a label/milestone/tracking issue to list them. I may try to see if anything I can help. |
|
No detailed to-do lists, grep I think 90% of interfaces are already I/O-safe, the leftovers are harder to do, e.g., the ScmRights control message, original I thought the interface included in that PR should work just fine, then I realized you could send file descriptors within the same process (kinda meaningless, but nothing stops you from doing so), in this case, my interface could lead to double-close quite easily. Once this is done, do a crates-test, if we still have time:) |
This follows up #2537 and refers to #413.
cc @SteveLauC