Can you add a test which at least calls these functions? Also test
with node_g (./configure --debug && make)
patch is here:
http://gist.github.com/339869
the test script is here (couldn't figure out how to get this included
in the patch):
http://gist.github.com/339870
this goes in the test/simple/ directory in the node source tree. i
used file name test-fs-fsync.js.
if you need anything else, let me know.
On Mar 22, 6:12 am, Ryan Dahl <coldredle...@gmail.com> wrote:
The patch looks fine, but it appears as if deps/libeio/wscript is not
properly checking for fdatasync. It doesn't exist on OSX yet the
configure script still thinks it does. This is causing problems.
On Mar 23, 3:56 pm, Ryan Dahl <coldredle...@gmail.com> wrote:
Would be nice. Otherwise I can have a look at it, but it will take a week or so.
do you know of any documentation explaining how these tests are
supposed to work? from looking at the others i presume the build
engine is compiling/running that snippet and then catching errors if
the function doesn't exist. is OSX not throwing errors during the
build for this snippet? afraid i don't have a mac to test on...
On Mar 25, 12:52 am, Ryan Dahl <coldredle...@gmail.com> wrote:
On Mar 25, 12:52 am, Ryan Dahl <coldredle...@gmail.com> wrote: