tenderlove / mmap

A wrapper around mmap
61 stars 14 forks source link

Upgrade mmap to be compatible with modern rubies #11

Open romanbsd opened 1 month ago

tenderlove commented 1 month ago

This is a very large change and it seems like it mixes stylistic changes with functional changes. Can you separate style changes from functional changes please? Ideally make the functional changes before the stylistic changes.

I think this project should use the same C style guide as CRuby.

romanbsd commented 1 month ago

Is there some formatter that I can use? Doing it manually is impossible...