bug#53125: Missing abstract unix socket support

2022-06-16 Thread Ludovic Courtès
Hi, Zhu Zihao skribis: > Currently, It's not valid to create abstract unix socket in Guile via > `connect` procedure, because it rejects string with leading NUL. Fixed in 01b686b701dc06f6623f0cc75acd4583c0296333 with Liliana’s patch: https://issues.guix.gnu.org/53928 Thanks, Ludo’.

bug#53125: Missing abstract unix socket support

2022-01-08 Thread Zhu Zihao
Currently, It's not valid to create abstract unix socket in Guile via `connect` procedure, because it rejects string with leading NUL. Abstract unix socket is widely used in D-Bus. Missing support for it hurts the ability of Guile in D-Bus programming. I see a patch at https://lists.gnu.org/archi