Doug Coleman
|
cf0cb4aedc
|
nested-comments: remove this vocab. we have /* */ which is good enough for now.
broken case:
(*
: print-broken ( -- ) "*)" ;
*)
not worth fixing, please don't bring this back :)
its functionality will be replaced soon.
|
2015-07-21 12:07:53 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Doug Coleman
|
91ba68cafe
|
forestdb: Embrace the forestdb handle vs kvs handle idiom. Update tests.
|
2015-02-10 14:21:21 -08:00 |
Doug Coleman
|
6a7ef7662f
|
forestdb.lib: Forestdb currently doesn't compile on Windows x86.
https://groups.google.com/forum/#!topic/forestdb/V9dwLOLCyCg
|
2015-01-23 19:43:47 -08:00 |
Doug Coleman
|
c1e9993665
|
forestdb.lib: Add back the forestdb each test.
|
2014-12-11 15:04:18 -08:00 |
Doug Coleman
|
1f16d1933b
|
forestdb: Update for recent changes.
|
2014-12-11 14:42:31 -08:00 |
Doug Coleman
|
df1b9dffe0
|
forestdb: Update forestdb api.
Fix opening snapshots -- use -1 as parameter.
|
2014-11-17 08:48:21 -08:00 |
Doug Coleman
|
114afdaaf7
|
forestdb.lib: Fix resource usage and cleanup. Reenable some snapshot tests but they expose bugs in forestdb, I think.
|
2014-11-10 19:10:36 -08:00 |
Doug Coleman
|
a58dbdabb2
|
forestdb.lib: Remove concept of handle pair.
|
2014-11-10 19:10:35 -08:00 |
Doug Coleman
|
089b6e2570
|
forestdb.lib: Add byseq mapper and unit test some deletion.
|
2014-11-10 19:10:35 -08:00 |
Doug Coleman
|
89c33e9e30
|
forestdb.lib: Adding code to do compaction.
|
2014-11-10 19:10:35 -08:00 |
Doug Coleman
|
590cde5617
|
forestdb.ffi: Fix up api.
|
2014-11-07 15:33:48 -08:00 |
Doug Coleman
|
c4be743bbe
|
forestdb: Update for new api changes. Fix some unit tests, they look better now.
|
2014-11-07 13:06:53 -08:00 |
Doug Coleman
|
2f2cd7b299
|
forestdb.lib: fdb_doc has to be malloc'd. Iterators have to fdb_doc_free docs. Add with-doc and with-create-doc combinators. Unit testing fdb-get etc.
|
2014-11-07 01:56:37 -08:00 |
Doug Coleman
|
ef743f3b90
|
forestdb: Add iteration by seq-num. Add tests for iteration by seq-num.
Document potential bugs.
|
2014-11-06 19:06:59 -08:00 |
Doug Coleman
|
76b14d1bea
|
forestdb.ffi: Make fdb_iterator_opt_t its own type and remove comment.
forestdb.lib: Implement iterators and some related stuff.
Document possible bugs for now.
forestdb.lib-tests: Test iterators.
|
2014-11-06 18:33:51 -08:00 |
Doug Coleman
|
046e815a8c
|
forestdb: Support snapshots and rollbacks, change how with-forestdb works. Unit test things.
|
2014-11-06 17:01:58 -08:00 |
Doug Coleman
|
0b72a51cb3
|
forestdb: Support more api calls.
|
2014-11-05 10:04:09 -08:00 |
Doug Coleman
|
d5834dd7c6
|
forestdb.lib: Fix file name for test db.
|
2014-11-04 00:19:45 -08:00 |
Doug Coleman
|
0cb9ae0fb4
|
forestdb: Make an ffi binding and a basic lib wrapper that can save a key/document and retrieve it by key.
|
2014-11-03 16:51:47 -08:00 |