Implementation of Indexes and Compacting#18
Conversation
|
Looks very interesting. Any reason you didn't add a callback to 'compact'? This would remove the need for the two additional events. |
|
Hmm not really. I was just trying to figure out the node way. In this case Btw I had introduced a subtle bug. I've fixed it in the commit after the On 22 Apr 2011 18:38, "felixge" < Looks very interesting. Any reason you didn't add a callback to 'compact'? Reply to this email directly or view it on GitHub: |
|
How are events preventing nesting? |
|
Hi felix, The truth is, until I try to build.something that is gonna act on the This could have just as well been done by passing a callback around though, On 23 Apr 2011 16:03, "felixge" < How are events preventing nesting? Reply to this email directly or view it on GitHub: |
Conflicts: README.md lib/dirty/dirty.js package.json test/simple/test-dirty.js test/system/test-for-each.js test/system/test-load.js
Hi
I've made some changes to node-dirty (for my own purpose mainly). But Im hoping you can pull it in so it changes what npm provides :)