-
Notifications
You must be signed in to change notification settings - Fork 0
Description
first of all this is super useful.
probably a reason for me to make sure we have a website with disoverable modules soon.
https://github.com/zx-project/zx/blob/master/modules/curl/zz.toml#L3
i mean, why not just "curl". you're the first one to make a curl module, so just grab the name ;)
https://github.com/zx-project/zx/blob/master/modules/curl/tests/curl.zz#L15
any chance to use the err module here? In general let me know how you think errors can be improved.
https://github.com/zx-project/zx/blob/master/modules/curl/src/easy.zz#L30
why are these nessesary? this looks like something that needs improving in zz?
https://github.com/zx-project/zx/blob/master/modules/curl/src/easy.zz#L68
this should require
where buffer_lenght <= len(buffer)
for safety.
https://github.com/zx-project/zx/blob/master/modules/curl/src/easy.zz#L110
should require where nullterm(string)
etc
https://github.com/zx-project/zx/blob/master/modules/curl/src/options.zz#L3
this looks tedious. why are these necessary?