Re: [Chicken-users] LevelDB bindings

2014-04-21 Thread Caolan McMahon
Alex: I tried your updated version and it seems to convert cleanly this time, should be useful for keeping the wiki and REAMDE in sync! Kristian: thanks for the tips, I wasn't sure how best to name these delete methods since you don't usually have to manually clean up after yourself in scheme. I'l

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" 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 what I noted > as I

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 clas

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 t

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 wrote: > > caolan.mcma...@gmail.com writes: > >> Thanks

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 (http://wiki.call-cc.org/eghttp://wiki.call-cc.or

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, I'

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 wrote: > Hi Caolan, and welcome :) > > Thanks for making this egg -- based on the README it looks very nice to > use/well though

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 y

[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? I