[Chicken-users] LevelDB bindings

2014-04-20 Thread Caolan McMahon
Hi all, I'm new to the list (and CHICKEN) *waves* I thought I'd have a go at writing an egg and put together some bindings to Google's LevelDB embedded key/value store. I've published it at https://github.com/caolan/chicken-leveldb Can someone please help me with getting it onto the egg index?

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Evan Hanson
Hi Caolan, and welcome :) Thanks for making this egg -- based on the README it looks very nice to use/well thought-out. One note: chicken-install expects the tests directory to be named tests, but your project has it under test instead. If that's not intentional you may want to rename it so your

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Caolan McMahon
Thanks Evan, I've renamed the directory to 'tests'. Salmonella still complains about missing docs, not sure how to fix that. Caolan On 20 April 2014 14:23, Evan Hanson ev...@foldling.org wrote: Hi Caolan, and welcome :) Thanks for making this egg -- based on the README it looks very nice to

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Evan Hanson
On 2014-04-20 14:33, Caolan McMahon wrote: Thanks Evan, I've renamed the directory to 'tests'. Salmonella still complains about missing docs, not sure how to fix that. salmonella checks the wiki for documentation, so that'll be fixed by creating http://wiki.call-cc.org/egg/leveldb. Anyway,

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Alex Charlton
caolan.mcma...@gmail.com writes: Thanks Evan, I've renamed the directory to 'tests'. Salmonella still complains about missing docs, not sure how to fix that. Hi Caolan, As Evan’s already said, you’ll need to create the wiki page for leveldb

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Caolan McMahon
Thanks, I've updated the wiki. Alex: the output from the conversion seemed a little broken so I ended up converting by hand. Perhaps try running it on the README.md file yourself to see what went wrong? On 20 April 2014 15:25, Alex Charlton alex.n.charl...@gmail.com wrote:

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Alex Charlton
Thanks for testing it out, Caolan. I’m sorry that it wasn’t working better. I clearly could have pre-tested your readme for you. Version 0.1.2 of markdown-svnwiki fixes the bugs you were running into. caolan.mcma...@gmail.com writes: Thanks, I've updated the wiki. Alex: the output from the

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Kristian Lein-Mathisen
Hey Caolan, And welcome to the Chicken community! Your leveldb eggs seems pretty well written, nice work! Not much to comment on, but I'll put down what I noted as I quickly browsed through the code. Have you looked at the bind egg? It may help you out with basic C++ bindings for things like

Re: [Chicken-users] LevelDB bindings

2014-04-20 Thread Daniel Leslie
set-finalizer! Is with considering for memory management as well. On 20 Apr 2014 16:54, Kristian Lein-Mathisen kristianl...@gmail.com wrote: Hey Caolan, And welcome to the Chicken community! Your leveldb eggs seems pretty well written, nice work! Not much to comment on, but I'll put down