-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of Indexes and Compacting #18
base: master
Are you sure you want to change the base?
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 :)