André Bierlein
André Bierlein
I'd surely be up to writing some Go bindings once there's a C/C++ version that I can link against.
Awesome, I'll check it out later today. I hope it's super easy to compile :-D Am 13.02.2014 07:20 schrieb "Jarrett Billingsley" : > > Pssssst there's a C++ port now,...
``` $ cmake -DCMAKE_BUILD_TYPE=Debug -- The CXX compiler identification is GNU 4.7.3 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting...
``` $ make Scanning dependencies of target croc [ 1%] Building CXX object src/CMakeFiles/croc.dir/croc/api/array.cpp.o /home/bierlein/Croc/src/croc/api/array.cpp: In function ‘word_t croc::croc_array_newFromStack(CrocThread*, uword_t)’: /home/bierlein/Croc/src/croc/api/array.cpp:21:3: error: format ‘%u’ expects argument of type ‘unsigned int’,...
Yes, Ubuntu 64bit 2014-02-13 8:14 GMT+01:00 Jarrett Billingsley [email protected]: > Ooh. 64-bit? > > — > Reply to this email directly or view it on GitHubhttps://github.com/JarrettBillingsley/Croc/issues/80#issuecomment-34953801 > .
Haha, yea. Just update whenever you think it should compile on 64bit, I'll happily test again then.
Awesome, I might give it a shot later today (most likely before the end of next week anyways).
Yea, something I can easily feed my streams into.
I guess it would just call fieldsOf, then dump them recursively, like it does with tables. That's how PHP's print_r handles this at least.
Wouldn't allFieldsOf get the job done then? Or would it be better to simply ignore unset fields? Or provide both?