sonoro1234 / luafilesystem

Reimplement luafilesystem via LuaJIT FFI with unicode facilities
MIT License
24 stars 6 forks source link

Support BSD stat #5

Closed lalawue closed 4 years ago

lalawue commented 4 years ago

Support BSD stat

sonoro1234 commented 4 years ago

The first commit in this PR wouldnt be neccesary. It was already in sonoro1234/unicode.

You should base your commits on the last commit of sonoro1234/unicode which for me is master: Always pull from sonoro1234/unicode to keep this branch as master then make a new branch for modification, make your changes, and then make a PR from this branch. When it is merged in sonoro1234/unicode you can pull from it again to always be in sync.

Your lalawue/unicode branch should always be identical to sonoro1234/unicode to avoid this conflicts.

sonoro1234 commented 4 years ago

Thanks!!

lalawue commented 4 years ago

Sorry about that, sometimes I login only in weekend.