summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-23 00:19:26 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-23 00:19:26 -0800
commit3cf6fcafa0d16ee185ba389d03c0f3a60289939f (patch)
tree806c6b1f4679417da35db82660ea1df68f335bce /README.md
parent40507bd6f8af754260815abac844f396df70ef63 (diff)
downloadffi-yajl-3cf6fcafa0d16ee185ba389d03c0f3a60289939f.tar.gz
add TODO notes
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
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