Skip to content
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

Use collection-extensions #25

Merged
merged 1 commit into from
Dec 9, 2015
Merged

Conversation

rclai
Copy link
Contributor

@rclai rclai commented Feb 27, 2015

This is a friendly and cooperative effort to get all packages that modify the Mongo.Collection constructor to use a centralized "monkey-patching" package to do away with the package issues that arise as a result of monkey-patching the constructor multiple times. For example, this issue that you're having is fixed when you depend on my package.

dburles:mongo-collection-instances has already jumped on board with this.

I'm trying to pull request third-party packages like yours one by one to make sure there are no potential issues. Eventually I will also pull request collection-hooks as well. As a matter of fact, I was able to run matb33:collection-hooks's tests and have them all pass using my package (and also without using my package). Here's my fork (collection-extensions branch) of collection-hooks that uses my package for you to test.

Also, if you're not convinced, you can git clone my fork of your package (collection-extensions branch) in your local packages folder to test it out. I was hoping that you've written tests for your package so I wrote a few of my own (that I haven't published yet) and saw that your package works.

Sewdn pushed a commit that referenced this pull request Dec 9, 2015
@Sewdn Sewdn merged commit 95b92b8 into Sewdn:master Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants