From 3cf6fcafa0d16ee185ba389d03c0f3a60289939f Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 23 Dec 2013 00:19:26 -0800 Subject: add TODO notes --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c78dfb8..32b6cc2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ [![Build Status](https://travis-ci.org/lamont-granquist/ffi-yajl.png)](https://travis-ci.org/lamont-granquist/ffi-yajl) [![Code Climate](https://codeclimate.com/github/lamont-granquist/ffi-yajl.png)](https://codeclimate.com/github/lamont-granquist/ffi-yajl) [![Coverage Status](https://coveralls.io/repos/lamont-granquist/ffi-yajl/badge.png)](https://coveralls.io/r/lamont-granquist/ffi-yajl) -nothing yet... +TODO: - -FIXME: - * curl'ing yajl2 sources down is certainly going to offend someone - (starting to think i don't really care though) +- switching from curling yajl2 sources to using git submodule +- fix rake compile blowing up on libyajl2 +- block ruby 1.8.7 from using c extension (segfault) +- switch from `FORCE_FFI_YAJL` ENV var to requiring `ffi_yajl` (magic) vs `ffi_yajl/ffi` vs `ffi_yajl/ext` +- test both ffi and ext on platforms that support both (MRI, rbx) BUILD NOTES: - building libyajl2 requires 'apt-get install cmake' on ubuntu, but note -- cgit v1.2.1