zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

Problem: zdir_list omits empty subdirectories #2269

Closed Felcanio closed 12 months ago

Felcanio commented 12 months ago

Solution: zdir_list_paths return a char* list of all the files and subdirectories of zdir

bluca commented 12 months ago

Please see the top of include/zdir.h, this change will be overwritten and lost on the next regen otherwise

bluca commented 12 months ago

You need to regenerate using gsl, see the README

bluca commented 12 months ago

some changes are still missing, see CI job result