Will

Results 113 comments of Will

Your feedback is meaningful. We don't need to do a rewrite in Rust. Another path we can go is just wrapping it in a little shared library with a C...

> My change that uses this library isn't even merged yet Can you elaborate on that? It might have gotten lost in the mix, but I thought we got them...

Rust bindings were added in 0.13.0

Python and Node.js are mostly done. I want to test them a bit more before uploading to pip and npm. Haskell and Ruby were trickier. - Haskell doesn't compile C++...

> Would you consider Go bindings (using [cgo](https://go.dev/blog/cgo))? That sounds like a good idea to me > If it’s possible to call the library from pure C (exposing a C...

Entirely up to you. This repo would work.

If you choose to set it up in this repo, would you mind adding a little blurb for Go in the [changelog for 0.12](https://github.com/e-dant/watcher/blob/next/changelog.md#0120)? Please do add an @dunglas to...

> Would you consider passing the wtr_watcher_event by address to the wtr_watcher_callback, instead of by value? Specifically LuaJIT ffi does not support callback with pass by value argument. > >...

> I'd be content with the current callback based API with pass by addr argument, which would already make LuaJIT ffi easy. :) WIP on https://github.com/e-dant/watcher/commit/1f0853d53d00ec3b1723b49ec44edcbac0d547c8 I want to add...