-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Separate tracking issue (mostly for testing GitHub's new sub-issues feature...).
Bindings coverage:
- curl_free (should be handled by LuaJIT itself, but it could still be exposed anyway?)
- curl_global_cleanup (handled by the runtime)
- curl_global_init (handled by the runtime)
- curl_global_init_mem (should probably be handled by the runtime as well?)
Some of them probably shouldn't be exported as the environment is managed by the runtime itself.
The individual data types also have their own allocation/deallocation methods. These could be handled with ffi.gc?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Improvement is key (Get in here)