-
-
Notifications
You must be signed in to change notification settings - Fork 267
Conversation
Already covered by json- and custom-encoding-test
Next up: #273, though for a different reason: to be able to call the test suite on an |
;[true, false].forEach(function (encode) { | ||
;[true, false].forEach(function (deferredOpen) { | ||
;[true, false].forEach(function (delayedPut) { | ||
makeTest(test, encode, deferredOpen, delayedPut) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woha. Nice work! Not going through this in detail, just skimming it.
I completely understand 😉 |
Because it's a lot, I'd like to keep the commits, not squash. |
Closes #650. Closes #497. WIP. Has two goals:
referee
,samsam
)abstract-leveldown
's, so that they may be merged later on.