fdopen / uwt

libuv bindings for OCaml
https://fdopen.github.io/uwt/
MIT License
55 stars 7 forks source link

Refactor >7000 line C source file #3

Closed DemiMarie closed 7 years ago

DemiMarie commented 7 years ago

src/uwt_stubs.c is a >7000 line long blob that is difficult to understand. It should be split into smaller files.

fdopen commented 7 years ago

The file is already divided internally in different sections (compatible with emacs folding mode). But since it's basically just cut&paste, I can also split it up in several files ... 52574f8c716044feef700e7ce81f6f6eb38656db.