creationix / couch-client

A minimal CouchDB client that easy and powerful
MIT License
101 stars 9 forks source link

Node v0.3.x compatibility fix #7

Closed devioustree closed 13 years ago

devioustree commented 13 years ago

All constants have been moved from process into require('constants') with node 0.3.0. This caused a problem with process.ENOENT which this patch addresses.

creationix commented 13 years ago

I grabbed the node v0.3.x patch, not sure about the others.

devioustree commented 13 years ago

Oh, that's strange. I merged those other changes into my fork after I submitted the pull request. I didn't realise they would become part of it.

Is that standard behaviour? Seems a bit odd to me.

creationix commented 13 years ago

Might be a github bug or git simply being confusing as designed. I don't see it very often.